AI & Machine Learning
speko.ai
Speko is a unified API for voice AI services including speech-to-text, LLM, text-to-speech, telephony, and routing with a single rate and public benchmarks.
ENDPOINT 1
https://mcp.speko.ai/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.speko-ai]
url = "https://mcp.speko.ai/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"speko-ai": {
"type": "http",
"url": "https://mcp.speko.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: speko-ai
Remote MCP URL: https://mcp.speko.ai/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"speko-ai": {
"url": "https://mcp.speko.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"speko-ai": {
"type": "http",
"url": "https://mcp.speko.ai/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "speko-ai bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "speko-ai",
"transport": "streamable-http",
"url": "https://mcp.speko.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://speko.ai/.well-known/mcp
MCP server metadata
- Name
- spekoai-docs
- Version
- 4.0.0b3
Speko Docs MCP is the public, read-only discovery surface for Speko's voice-AI API, SDKs, adapters, quickstarts, and migration guides. Read spekoai://docs/index first, then read the matching spekoai://docs/{slug} resource. Use docs.search when you know the job or field name but not the document slug. This endpoint never exposes account data or write tools and requires no authentication. Use the authenticated operational MCP endpoint at https://mcp.speko.ai/mcp for agents, calls, sessions, phone numbers, knowledge bases, evals, and organization state.
Known tools 1
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.spekoai-docs]
url = "https://speko.ai/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spekoai-docs": {
"type": "http",
"url": "https://speko.ai/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spekoai-docs
Remote MCP URL: https://speko.ai/.well-known/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"spekoai-docs": {
"url": "https://speko.ai/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spekoai-docs": {
"type": "http",
"url": "https://speko.ai/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spekoai-docs",
"transport": "streamable-http",
"url": "https://speko.ai/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for speko.ai was fetched 2026-08-04T01:41:51.276Z and is being refreshed.
speko.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.