---
title: "KrosAI MCP Server"
description: "Connect any MCP client to KrosAI over OAuth to provision numbers, configure voice agents and read call logs."
url: "https://krosai.com/mcp"
updated_at: "2026-08-21"
---

# KrosAI MCP Server

> Connect any MCP client to KrosAI over OAuth to provision numbers, configure voice agents and read call logs.

The KrosAI MCP (Model Context Protocol) server is live.

- Endpoint: <https://api.krosai.com/mcp>
- Transport: Streamable HTTP
- Auth: OAuth 2.1 with dynamic client registration (no pasted API keys)

## What agents can do

Every documented KrosAI API capability is exposed as a tool: search and provision local numbers, configure and attach voice AI agents, manage call routing and outbound activation, read call logs, and check credits, coverage and pricing.

## Connecting

```json
{ "mcpServers": { "krosai": { "url": "https://api.krosai.com/mcp" } } }
```

Works with Claude, ChatGPT, Cursor, VS Code / Copilot, Codex CLI and any MCP client. On first call the client opens a KrosAI sign-in and consent screen; access can be revoked from the cockpit at any time.

More: <https://krosai.com/mcp> · API reference: <https://docs.krosai.com>
