MCP Quickstart
This guide walks you through connecting the Proxy MCP server to your preferred AI assistant.Prerequisites
- A Proxy account with completed KYC (sign up)
- An AI assistant that supports MCP (Claude Desktop, Cursor, etc.)
Server URL
The Proxy MCP server is hosted at:Authentication
The MCP server uses OAuth 2.0 for authentication. You’ll need to authorize the connection through your Proxy account.The OAuth flow will redirect you to Proxy’s authentication page. After signing in, the connection will be established automatically.
Setup by Platform
- Claude Desktop
- Cursor
- Custom Client
Claude Desktop Setup
- Open Claude Desktop settings
- Navigate to Developer > Model Context Protocol
- Click Add Server
- Configure the server:
- Click Save and restart Claude Desktop
- When prompted, authorize the connection through Proxy
Verify Connection
Ask Claude: “What tools do you have from Proxy?”Claude should list the available Proxy tools includingagent.create, card.list, etc.First Steps
Once connected, try these example commands:Check Your Account Status
Create an Agent
Issue a Card
Check Balance
Agent Authentication
For autonomous agent workflows, you can authenticate using an agent token instead of user OAuth.Generate an Agent Token
-
In your AI assistant, ask:
- Save the returned token securely (it won’t be shown again)
Use Agent Token
Agent tokens can be used directly in the Authorization header:Troubleshooting
Connection refused or timeout
Connection refused or timeout
- Verify the server URL is correct:
https://mcp.useproxy.ai/api/mcp - Check that your network allows outbound HTTPS connections
- Try the health endpoint:
curl https://mcp.useproxy.ai/api/mcp/health
Authentication failed
Authentication failed
- Ensure you completed the OAuth flow
- Try disconnecting and reconnecting the MCP server
- Check that your Proxy account is active
Tool not found
Tool not found
- Verify the tool name matches exactly (e.g.,
agent.createnotcreateAgent) - Ensure you’re using the correct authentication type (some tools require user auth, others agent auth)
Permission denied
Permission denied
- Check that you own the resource you’re trying to access
- Agent tokens can only access their own cards and intents
- Some operations require user authentication (not agent tokens)
Next Steps
Tools Reference
Complete documentation of all 29 MCP tools
Agents
Learn about agent architecture