MCP Integration

Manage your 3Min API endpoints using natural language through AI tools like Claude.

What is MCP?

MCP (Model Context Protocol) is a standard that lets AI assistants directly interact with your 3Min API account. Instead of navigating the dashboard manually, you can simply ask your AI assistant — for example, "Show my endpoints" or "How many API calls did I get today?"

Think of it as giving your AI assistant the keys to your API management dashboard. It can look things up, make changes, and run reports — all through a simple conversation.

What You Can Do

#ToolDescription
1helpGet guided help and service reference
2endpointsCreate, edit, and deploy API endpoints
3api_callSend API requests — create, read, update, delete records
4logsSearch logs and look up archived records
5statsView usage analytics — monthly trends, daily breakdowns
6collaboratorsManage collaboration keys and invitations
7subscriptionCheck your plan, usage, and billing info
8archives CLI onlyDownload archived data files

Choose Your Setup Method

Log in and follow the path below. Setup takes just a minute.

Profile menu (top right) → MCP Integration

Claude Desktop Connector

Recommended

The easiest way to get started. No API key required — authentication is handled automatically via OAuth.

  1. Open Claude Desktop → Settings → Connectors
  2. Click "Add Custom Connector" and enter your MCP server URL
  3. Start chatting with Claude about your APIs!

Once connected on desktop, you can also use it on the Claude mobile app — great for monitoring on the go.

  • No API key needed. Claude handles authentication automatically via OAuth.
  • Safe by design — destructive operations like endpoint deletion are not available through MCP.
  • Free plan: 1 custom connector. Pro plan and above: unlimited.

CLI / IDE

Advanced

For developers using Claude Code, Cursor, or other MCP-compatible tools. Requires an MCP API key generated from the dashboard.

  • Full archive download support — export and analyze your data locally
  • Combine with AI for powerful data analysis workflows
  • Seamless IDE integration for development workflows

Example Conversations

  • "Show me my API endpoints"
  • "How many API calls did I get this month?"
  • "Create a new endpoint called 'orders' with required fields: name, amount, email"
  • "Check the last 10 logs for my production endpoint"
  • "Download last month's archived data" CLI only

Dashboard-Only Actions

Some actions are only available through the web dashboard for security:

  • Sign up and log in
  • Change your subscription plan
  • Delete your account
  • Manage MCP API keys (generate, regenerate, delete)
  • Delete endpoints
  • Regenerate collaboration keys
  • Revoke collaborator invitations

View full technical documentation