Sign In

@speakai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speakai/mcp-server - npm Package Compare versions

Comparing version
1.18.0
to
1.19.0
+5
-1
package.json
{
"name": "@speakai/mcp-server",
"version": "1.18.0",
"version": "1.19.0",
"mcpName": "io.github.speakai/mcp-server",

@@ -25,2 +25,6 @@ "description": "Official Speak AI MCP Server — capture meetings, search thousands of recordings, run async voice and video surveys, create clips, and automate workflows from your AI assistant.",

"test": "vitest run",
"sync": "tsx scripts/sync-plugin.ts",
"sync:check": "tsx scripts/sync-plugin.ts --check",
"verify:plugin": "tsx scripts/verify-plugin.ts",
"verify:plugin:live": "tsx scripts/verify-plugin.ts --live",
"test:watch": "vitest",

@@ -27,0 +31,0 @@ "test:coverage": "vitest run --coverage"

+12
-7

@@ -239,3 +239,3 @@ <p align="center">

- Email [success@speakai.co](mailto:success@speakai.co) — we'll respond within 24 hours
- [Book a demo with us](https://calendly.com/speak-ai/demo) and we'll set it up together
- [Book a demo with us](https://calendly.com/speak-ai/demo?utm_source=mcp&utm_medium=readme&utm_campaign=booking-cta) and we'll set it up together

@@ -246,3 +246,3 @@ ---

Speak AI ships 107 tools your AI assistant can call. You don't memorize them — Claude/ChatGPT pick the right ones based on what you ask. Examples by category:
Speak AI ships 112 tools your AI assistant can call. You don't memorize them — Claude/ChatGPT pick the right ones based on what you ask. Examples by category:

@@ -399,6 +399,6 @@ | Ask | Tools used (auto) |

### MCP Tools (107)
### MCP Tools (112)
<details>
<summary>Media (16 tools)</summary>
<summary>Media (17 tools)</summary>

@@ -414,2 +414,3 @@ | Tool | Description |

| `get_transcript` | Get full transcript with speaker labels and timestamps |
| `update_transcription` | Edit the official transcript text of a media file by finding and replacing text |
| `get_captions` | Get subtitle-formatted captions for a media file |

@@ -433,3 +434,3 @@ | `update_transcript_speakers` | Rename speaker labels in a transcript |

| `ask_ai_chat` | Ask AI questions about media, folders, or your whole workspace |
| `retry_magic_prompt` | Retry a failed or incomplete AI response |
| `retry_ai_chat` | Retry a failed or incomplete AI Chat response |
| `get_chat_history` | List recent AI Chat conversations |

@@ -486,3 +487,3 @@ | `get_chat_messages` | Get full message history for conversations |

<details>
<summary>Automations (14 tools)</summary>
<summary>Automations (15 tools)</summary>

@@ -492,2 +493,3 @@ | Tool | Description |

| `list_automations` | List automation rules with paging and filters |
| `build_automation` | Create or update an automation from a friendly spec, without the wire format |
| `list_automation_names` | List automations as lightweight name + id pairs |

@@ -534,3 +536,3 @@ | `get_automation` | Get automation details (trigger + step graph) |

<details>
<summary>Webhooks (4 tools)</summary>
<summary>Webhooks (7 tools)</summary>

@@ -540,2 +542,5 @@ | Tool | Description |

| `create_webhook` | Create a webhook for event notifications |
| `provision_inbound_webhook` | Provision a standalone inbound webhook and get its public receive URL |
| `get_inbound_webhook` | Get an inbound webhook's receive URL, sample payload, and trigger tokens |
| `get_webhook_attempts` | Get the delivery log for an inbound webhook, with acknowledgement status |
| `list_webhooks` | List all webhooks |

@@ -542,0 +547,0 @@ | `update_webhook` | Update a webhook |