@speakai/mcp-server 1.7.3 → 1.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,6 +83,7 @@ Get a key at [app.speakai.co/developers/apikeys](https://app.speakai.co/develope
|
|
|
83
83
|
<summary>Developer alternative — manual setup with an API key</summary>
|
|
84
84
|
|
|
85
85
|
Get a key at [app.speakai.co/developers/apikeys](https://app.speakai.co/developers/apikeys), then in step 2 also expand **Custom headers** and add:
|
|
86
|
+
|
|
86
87
|
- **Header name:** `Authorization`
|
|
87
88
|
- **Header value:** `Bearer <your-speak-api-key>`
|
|
88
89
|
|
|
@@ -249,6 +250,7 @@ Get a Speak AI API key at [app.speakai.co/developers/apikeys](https://app.speaka
|
|
|
249
250
|
### CLI / npm package
|
|
250
251
|
|
|
251
252
|
The `@speakai/mcp-server` npm package provides:
|
|
253
|
+
|
|
252
254
|
- A CLI (`speakai-mcp`) for scripting and pipelines (28 commands).
|
|
253
255
|
- A stdio-mode MCP server for clients that don't support remote HTTP transport.
|
|
254
256
|
- An auto-setup wizard that detects installed MCP clients and configures them.
|
|
@@ -592,7 +594,7 @@ Upload a recording and get a full analysis — transcript, insights, action item
|
|
|
592
594
|
Parameters: url (required), name (optional)
|
|
593
595
|
```
|
|
594
596
|
|
|
595
|
-
**Example:** "Use the analyze-meeting prompt with url
|
|
597
|
+
**Example:** "Use the analyze-meeting prompt with url=<https://example.com/standup.mp3>"
|
|
596
598
|
|
|
597
599
|
#### `research-across-media`
|
|
598
600
|
|
|
@@ -685,6 +687,7 @@ npx @speakai/mcp-server config set-key
|
|
|
685
687
|
#### CLI options
|
|
686
688
|
|
|
687
689
|
Every command supports:
|
|
690
|
+
|
|
688
691
|
- `--json` — output raw JSON (for scripting and piping)
|
|
689
692
|
- `--help` — show command-specific help
|
|
690
693
|
|
|
@@ -810,6 +813,7 @@ curl -X POST https://api.speakai.co/v1/auth/accessToken \
|
|
|
810
813
|
```
|
|
811
814
|
|
|
812
815
|
Response:
|
|
816
|
+
|
|
813
817
|
```json
|
|
814
818
|
{
|
|
815
819
|
"data": {
|
|
@@ -896,12 +900,13 @@ npm run build # Production build
|
|
|
896
900
|
## Resources
|
|
897
901
|
|
|
898
902
|
- [mcp.speakai.co](https://mcp.speakai.co) — installation walkthrough with screenshots and video
|
|
899
|
-
- [Speak AI](https://speakai.co) — main product
|
|
903
|
+
- [Speak AI Platform](https://app.speakai.co) — main product
|
|
900
904
|
- [API Documentation](https://docs.speakai.co)
|
|
901
905
|
- [MCP Protocol](https://modelcontextprotocol.io)
|
|
902
906
|
- [MCP Registry entry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.speakai/mcp-server) — official discovery
|
|
903
907
|
- [llms.txt](https://github.com/speakai/speakai-mcp/blob/main/llms.txt) — guidance for AI assistants helping users install this connector
|
|
904
908
|
- [Support](mailto:accounts@speakai.co)
|
|
909
|
+
- [Website](https://speakai.co?ref=mcp-server)
|
|
905
910
|
|
|
906
911
|
---
|
|
907
912
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@speakai/mcp-server",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"mcpName": "io.github.speakai/mcp-server",
|
|
5
5
|
"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.",
|
|
6
6
|
"homepage": "https://mcp.speakai.co",
|