What is the Agent Control Plane MCP Server?
The Agent Control Plane MCP server lets AI agents manage a full ModelsLab account lifecycle without a browser. It exposes the Agents API (Control Plane) as MCP tools covering authentication, profile management, API keys, usage analytics, model discovery, billing, wallet, subscriptions, teams, training, servers, and uploads. This is separate from the Generation MCP server which handles image/video/audio/LLM generation. Together, these two servers give an AI agent complete access to ModelsLab.Generation Server
Image, video, audio, LLM generation (24 tools). Auth: API key.
Control Plane Server
Account management (10 tools). Auth: Bearer token.
Endpoint
Authentication
The Agent Control Plane uses Sanctum bearer tokens (not API keys). Unauthenticated actions like signup and login work without a token.- X-Agent-Token Header
Getting a Token
Use theagent-auth tool with the login action to get a bearer token:
access_token to use for all subsequent requests.
You do not need to install anything. The server is hosted โ just configure your IDE with the URL and token. See Agent Integration for setup guides.
Available Tools
| Tool | Actions | Description |
|---|---|---|
agent-auth | signup, login, logout, logout-all, forgot-password, reset-password, resend-verification | Authentication and account creation |
agent-tokens | list, revoke, revoke-others, switch-account | Manage access tokens and team account context |
agent-profile | get, update, update-password, update-socials, update-preferences | Profile and preferences management |
agent-api-keys | list, create, get, update, delete | Manage API keys for generation endpoints |
agent-usage | summary, products, history | Usage analytics and generation history |
agent-models | search, filters, tags, providers, detail | Discover 50,000+ AI models |
agent-billing | overview, payment-methods, add/set-default/remove-payment-method, billing-info, update-billing-info, invoices, invoice-detail, invoice-pdf | Billing and payment management |
agent-wallet | fund, auto-funding, disable-auto-funding, withdraw, validate-coupon, redeem-coupon | Wallet funding and coupon operations |
agent-subscriptions | list, create, update, pause, resume, reset-cycle, charge-amount, fix-payment | Subscription lifecycle management |
agent-teams | list, create, get, update, delete, resend-invite, accept-invite | Team member and invite management |
View Complete Tools Reference
See detailed documentation for all 10 tools, their actions, parameters, and examples.
Typical Agent Workflow
Server Information
- Name:
modelslab-agent-control-plane - Version:
1.0.0 - Protocol: MCP (Model Context Protocol)
- Transport: HTTP with JSON-RPC 2.0 / SSE
- Local server name:
agent-control-plane(for stdio transport)

