Skip to main content

Model Context Protocol (MCP)

The Proxy MCP server enables AI assistants like Claude, Cursor, and other MCP-compatible tools to interact with your Proxy account directly through natural conversation.

What is MCP?

The Model Context Protocol is an open standard developed by Anthropic that allows AI models to securely connect to external data sources and tools. Instead of copying API documentation and writing code, you can simply ask your AI assistant to perform actions.

Why Use MCP with Proxy?

Natural Language

Ask “Create a card for my shopping agent” instead of writing API calls

Context-Aware

The AI understands your account state and can chain operations intelligently

Secure

OAuth 2.0 authentication ensures your credentials stay safe

Real-Time

Manage cards, agents, and transactions directly from your IDE or chat interface

Example Interactions

Once configured, you can have conversations like:

Available Operations

The Proxy MCP server exposes 29 tools across these categories:

Authentication Types

The MCP server supports two authentication modes:

User Authentication

Authenticated via Clerk JWT tokens. Users can:
  • Manage agents and cards
  • Configure policies
  • View all transactions
  • Handle disputes and funding

Agent Authentication

Authenticated via agent tokens (agt_xxx). Agents can:
  • Create spending intents
  • Request card access (retrieve credentials)
  • View their own cards and transactions
  • Check balance

Architecture

The MCP server acts as a bridge between AI assistants and the Proxy platform, translating natural language requests into authenticated API calls.

Next Steps

Quickstart

Set up the MCP server in your IDE

Tools Reference

Complete tool documentation