---
title: "Speko CLI"
description: "Official Speko command-line tools on npm for disclosed agent phone calls and local access to the hosted Speko MCP server."
canonical: "https://speko.ai/developers/cli"
last-updated: "2026-08-24"
---

> ## Speko page index
> The complete index of every page on this site is at: https://speko.ai/llms.txt
> Read it before exploring further. It lists the exact Markdown URL for every canonical HTML page.

# Speko CLI

Developers

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](https://www.npmjs.com/package/@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](https://www.npmjs.com/package/@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](https://speko.ai/.well-known/mcp).
- **Account operations.** OAuth and API-key clients use the protected endpoint at[https://mcp.speko.ai/mcp](https://mcp.speko.ai/mcp).

For direct application integrations, use the[REST API and OpenAPI resources](https://speko.ai/developers)instead of wrapping API calls in shell commands.
