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
| # | Tool | Description |
|---|---|---|
| 1 | help | Get guided help and service reference |
| 2 | endpoints | Create, edit, and deploy API endpoints |
| 3 | api_call | Send API requests — create, read, update, delete records |
| 4 | logs | Search logs and look up archived records |
| 5 | stats | View usage analytics — monthly trends, daily breakdowns |
| 6 | collaborators | Manage collaboration keys and invitations |
| 7 | subscription | Check your plan, usage, and billing info |
| 8 | archives CLI only | Download archived data files |
Choose Your Setup Method
Log in and follow the path below. Setup takes just a minute.
Profile menu (top right) → MCP IntegrationClaude Desktop Connector
RecommendedThe easiest way to get started. No API key required — authentication is handled automatically via OAuth.
- Open Claude Desktop → Settings → Connectors
- Click "Add Custom Connector" and enter your MCP server URL
- 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
AdvancedFor 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