@speakai/mcp-server 1.12.3 → 1.13.0
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 +46 -7
- package/dist/index.js +1367 -348
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -242,7 +242,7 @@ For questions about data handling, see [speakai.co/privacy](https://speakai.co/p
|
|
|
242
242
|
|
|
243
243
|
## What you can do once installed
|
|
244
244
|
|
|
245
|
-
Speak AI ships
|
|
245
|
+
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:
|
|
246
246
|
|
|
247
247
|
| Ask | Tools used (auto) |
|
|
248
248
|
|---|---|
|
|
@@ -394,7 +394,7 @@ SPEAK_API_KEY=your-key npx @speakai/mcp-server
|
|
|
394
394
|
| `SPEAK_ACCESS_TOKEN` | No | Auto-managed | JWT access token (auto-fetched and refreshed) |
|
|
395
395
|
| `SPEAK_BASE_URL` | No | `https://api.speakai.co` | API base URL |
|
|
396
396
|
|
|
397
|
-
### MCP Tools (
|
|
397
|
+
### MCP Tools (107)
|
|
398
398
|
|
|
399
399
|
<details>
|
|
400
400
|
<summary>Media (16 tools)</summary>
|
|
@@ -478,15 +478,24 @@ SPEAK_API_KEY=your-key npx @speakai/mcp-server
|
|
|
478
478
|
</details>
|
|
479
479
|
|
|
480
480
|
<details>
|
|
481
|
-
<summary>Automations (
|
|
481
|
+
<summary>Automations (14 tools)</summary>
|
|
482
482
|
|
|
483
483
|
| Tool | Description |
|
|
484
484
|
|---|---|
|
|
485
|
-
| `list_automations` | List automation rules |
|
|
486
|
-
| `
|
|
487
|
-
| `
|
|
488
|
-
| `
|
|
485
|
+
| `list_automations` | List automation rules with paging and filters |
|
|
486
|
+
| `list_automation_names` | List automations as lightweight name + id pairs |
|
|
487
|
+
| `get_automation` | Get automation details (trigger + step graph) |
|
|
488
|
+
| `get_automation_runs` | Get an automation's run history |
|
|
489
|
+
| `create_automation` | Create an automation rule (V2 trigger + steps graph) |
|
|
490
|
+
| `update_automation` | Update an automation (replaces trigger + steps) |
|
|
489
491
|
| `toggle_automation_status` | Enable or disable an automation |
|
|
492
|
+
| `bulk_update_automation_status` | Activate/deactivate multiple automations |
|
|
493
|
+
| `bulk_assign_automation_folders` | Set folder scope for multiple automations |
|
|
494
|
+
| `run_automations` | Manually run automations against media now |
|
|
495
|
+
| `delete_automation` | Permanently delete an automation |
|
|
496
|
+
| `list_automation_apps` | List catalog apps (native + integrations) |
|
|
497
|
+
| `list_automation_triggers` | List catalog trigger types (optionally by app) |
|
|
498
|
+
| `list_automation_actions` | List catalog action/step types (optionally by app) |
|
|
490
499
|
|
|
491
500
|
</details>
|
|
492
501
|
|
|
@@ -526,6 +535,36 @@ SPEAK_API_KEY=your-key npx @speakai/mcp-server
|
|
|
526
535
|
|
|
527
536
|
</details>
|
|
528
537
|
|
|
538
|
+
<details>
|
|
539
|
+
<summary>Users & Teams (5 tools)</summary>
|
|
540
|
+
|
|
541
|
+
| Tool | Description |
|
|
542
|
+
|---|---|
|
|
543
|
+
| `list_users` | List workspace members with ids, emails, and permissions |
|
|
544
|
+
| `list_user_groups` | List user groups with hydrated members |
|
|
545
|
+
| `create_user_group` | Create a user group and assign members |
|
|
546
|
+
| `update_user_group` | Update a group's name and members (full replace) |
|
|
547
|
+
| `delete_user_group` | Delete a user group |
|
|
548
|
+
|
|
549
|
+
</details>
|
|
550
|
+
|
|
551
|
+
<details>
|
|
552
|
+
<summary>Dashboards (9 tools)</summary>
|
|
553
|
+
|
|
554
|
+
| Tool | Description |
|
|
555
|
+
|---|---|
|
|
556
|
+
| `list_dashboard_widgets` | List widget types, their config keys, and an example payload |
|
|
557
|
+
| `list_dashboards` | List analytics dashboards you can access |
|
|
558
|
+
| `get_dashboard` | Get a dashboard's full config (widgets, filters, scope) |
|
|
559
|
+
| `create_dashboard` | Create a dashboard with auto-laid-out widgets |
|
|
560
|
+
| `update_dashboard` | Update a dashboard (partial; widgets are replaced) |
|
|
561
|
+
| `delete_dashboard` | Soft-delete a dashboard and its share link |
|
|
562
|
+
| `duplicate_dashboard` | Clone a dashboard with fresh widget ids |
|
|
563
|
+
| `share_dashboard` | Enable public sharing and return the share token |
|
|
564
|
+
| `get_dashboard_speakers_insight` | Speakers breakdown for a folder/date/filter scope |
|
|
565
|
+
|
|
566
|
+
</details>
|
|
567
|
+
|
|
529
568
|
<details>
|
|
530
569
|
<summary>Meeting Assistant (5 tools)</summary>
|
|
531
570
|
|