What is MCP?
MCP (Model Context Protocol) is an open protocol that allows AI agents to connect to external tools and data sources. Conto’s MCP server gives Claude and other MCP-compatible agents the ability to manage wallets, make payments, track transactions, and query analytics, with custody-aware policy controls across managed and external-wallet flows.MCP vs AI Assistant vs Conto Pay
Conto has three natural-language surfaces. They differ by who acts, how you reach them, and whether they move funds onchain:Package
Install from npm:Quick Start
See Install MCP server for setup instructions covering Claude Desktop (macOS, Windows) and Claude Code (CLI).Getting an Agent SDK Key
- Sign in to Conto
- Go to Agents and create or select an agent
- Generate an SDK key from the agent’s detail page
- Use the
conto_agent_...key asCONTO_API_KEY
MCP uses an agent SDK key, not an organization API key. If your backend also provisions agents or
repairs ownership, use a separate
CONTO_ORG_API_KEY for that work.How It Works
- User requests an action: A user asks Claude to make a payment, check balances, or perform another financial operation in natural language.
- Policy evaluation: Claude calls Conto MCP tools. The server evaluates the request against your organization’s spending policies (limits, time windows, counterparty rules, etc.).
- Execution: If approved, the action is executed onchain and Claude reports the result with transaction details.
Environment Variables
The server readsCONTO_API_KEY (required) and CONTO_BASE_URL (optional). See the
configuration reference in the install guide for defaults
and details.