JSPM

@spekoai/mcp

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q57606F
  • License MIT

MCP server for voice AI development — recommend, benchmark, and scaffold STT+LLM+TTS stacks with Speko

Package Exports

  • @spekoai/mcp
  • @spekoai/mcp/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@spekoai/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@speko/mcp

MCP server for voice AI development inside AI-assisted coding environments.

@speko/mcp helps teams and agents recommend optimal STT+LLM+TTS stacks, benchmark combinations, migrate from existing voice providers, and scaffold new voice agent projects.

Install

claude mcp add speko -- npx -y @speko/mcp

Tools

Tier 1 — Works immediately, no account needed

Tool Description
speko_recommend Recommend optimal STT+LLM+TTS combo for your language, use case, and priorities
speko_benchmark Browse benchmark data for tested voice AI combinations
speko_compare Side-by-side comparison of two stacks
speko_providers List supported providers across STT, LLM, TTS, and S2S
speko_health System health and coverage metrics
speko_migrate Scan codebase for existing voice providers and generate migration plan

Tier 2 — Requires Speko account

Tool Description
speko_setup Scaffold Speko SDK integration into Next.js/React/vanilla projects
speko_agent_create Create a voice agent via API
speko_agent_update Update voice agent configuration
speko_agent_status Get agent health and metrics

Get your API key at app.speko.ai.

Development

bun install
bun run build
bun run test

Environment

  • SPEKO_API_KEY — required for Tier 2 tools
  • SPEKO_API_URL — override API endpoint (default: https://api.speko.ai)

When no API key is set, Tier 1 tools work with built-in benchmark data. Tier 2 tools return a helpful message directing users to get an API key.

Repository

License

MIT