Paste the remote JSON into Settings → MCP. Tools appear under kupe.
One claude mcp add command with your Bearer key.
Drop the same URL + header into ~/.codex/config.toml.
Endpoint
Opening that URL in a browser returns Not Acceptable — that is expected. It is an MCP wire protocol, not a website. Use Cursor, Claude Code, Codex, or another MCP client.
Every tool call forwards your Bearer token to
https://x.kupe.in. Nothing is stored on the MCP host. Missing header → 401.
Use
http://mcp.kupe.in/mcp for the Kupe platform. The path https://docs.kupe.in/mcp is a separate docs-search endpoint (JSON in the browser) — not this install guide.Install in 30 seconds
Copy from Deploy with code → Install Kupe MCP in the console to inject your live key, or paste the templates below.- Cursor
- Claude Code
- Codex
- Stdio (local)
Add to Then open Cursor Settings → MCP, confirm
~/.cursor/mcp.json or project .cursor/mcp.json:kupe is connected, and restart if needed.What the agent can do
Agents
Create, update, commit, archive, attach tools and analyses, run text tests.
Campaigns
Recipient lists, batches, CSV sandbox import, start / pause / resume / cancel.
Calls
Single outbound dial, inbound deployments, transcripts, recordings, analysis.
Phones
Search numbers; buy and delete require
confirm=true (billed / irreversible).Voices
List catalog + clones; clone and delete are JWT-oriented — prefer the console.
Billing & logs
Wallet, invoices, usage cost-summary / daily, sessions, tool-call events.
Safety
Never commit the API key
Never commit the API key
Treat
sk-kupe-... like a password. Clipboard copy in the console warns you.
Prefer project-scoped keys you can revoke.Confirm-gated tools
Confirm-gated tools
Phone buy, phone delete, and cloned-voice delete require
confirm=true. The model must not invent that flag — your agent should
ask you first.Next
Quickstart
Same key works with
pip install kupe and kupe-sdk.API playground
Try REST endpoints interactively against
https://x.kupe.in.Open console
Generate a key and copy MCP install from Deploy with code.
kupe-mcp on GitHub
Source, tool list, and self-host instructions.

