loading…
Search for a command to run...
loading…
A Model Context Protocol server that provides voice-AI session management and usage tracking tools for SpekoAI. It enables creating, retrieving, and ending voic
A Model Context Protocol server that provides voice-AI session management and usage tracking tools for SpekoAI. It enables creating, retrieving, and ending voice sessions while monitoring usage through MCP clients like Claude Desktop.
Model Context Protocol server for SpekoAI. The hosted server exposes one authenticated endpoint:
https://mcp.speko.ai/mcp
It supports OAuth for interactive MCP clients and Speko API keys for clients that can send custom request headers.
OAuth-capable clients:
{
"mcpServers": {
"spekoai": {
"url": "https://mcp.speko.ai/mcp"
}
}
}
API-key clients:
{
"mcpServers": {
"spekoai": {
"url": "https://mcp.speko.ai/mcp",
"headers": {
"Authorization": "Bearer sk_live_xxx"
}
}
}
}
The hosted server exposes the operational tools below plus a docs self-serve
surface: the search_docs tool (full-text search over bundled Speko docs)
and the spekoai://docs/index + spekoai://docs/{slug} resources. MCP
prompts, components, and scaffolding tools are not advertised.
Tool names are unprefixed because MCP clients may already namespace tools by server name.
get_organizationget_credit_balancelist_credit_ledgerget_usage_summarylist_agentscreate_agentget_agentupdate_agentdelete_agentlist_agent_toolscreate_agent_toolget_agent_toolupdate_agent_tooldelete_agent_tooldeploy_agentrollback_agentlist_agent_versionscreate_sessioncreate_phone_sessionlist_sessionsget_sessionget_session_transcriptget_session_recordinglist_agent_callsget_callget_call_recordinglist_phone_numberssearch_available_phone_numberscreate_phone_numberget_phone_numberupdate_phone_numberdelete_phone_numbercreate_knowledge_baselist_knowledge_basesget_knowledge_basedelete_knowledge_baselist_knowledge_documentscreate_knowledge_documentget_knowledge_documentdelete_knowledge_documentfinalize_knowledge_documentlist_agent_evalscreate_agent_evalrun_agent_evalget_evalinspect_workspacebuild_session_configparse_external_configrender_briefingcreate_share_cardsearch_docs - full-text search over the bundled Speko docs (SDK/adapter
READMEs, hosted llms.txt exports, migration guides). Hits link to
spekoai://docs/{slug} resources; spekoai://docs/index lists every doc.The server has no long-lived SpekoAI credential of its own. Tools forward the
caller credential to the Speko API. The credential can be an OAuth access token
minted by the platform or a Speko API key supplied by the MCP client as
Authorization: Bearer ....
If OAuth env vars are configured, /mcp accepts OAuth or Speko API keys. If
OAuth env vars are absent, /mcp still requires a valid Speko API key. Partial
OAuth configuration fails closed at startup.
Run in your terminal:
claude mcp add spekoai-mcp -- npx CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.