Developers
Speko CLI
Official Speko command-line tools on npm for disclosed agent phone calls and local access to the hosted Speko MCP server.
Install the call CLI
@spekoai/mcp-calls is the first-party Speko CLI for an AI agent that must place a real, disclosed phone call to a business or call its verified owner for input. It publishes the speko executable on npm. Start the guided setup without a global install:
npx @spekoai/mcp-calls init
Use this package only when a task genuinely needs a phone call and the caller can disclose that it is an AI agent. The setup flow owns credentials and consent configuration; do not put secrets in command arguments or source control.
Bridge a local MCP client
@spekoai/mcp is the official local stdio bridge for MCP clients that cannot connect directly to Speko's hosted Streamable HTTP endpoint. It publishes the spekoai-mcp executable:
npx @spekoai/mcp
- Public documentation. Agents can list and read docs without authentication at https://speko.ai/.well-known/mcp.
- Account operations. OAuth and API-key clients use the protected endpoint at https://mcp.speko.ai/mcp.
For direct application integrations, use the REST API and OpenAPI resourcesinstead of wrapping API calls in shell commands.