API Reference
MCP
MCP server management
Endpoints
| Endpoint | Quick Link |
|---|---|
GET /api/v3/mcp/servers | List MCP servers with optional filters and pagination |
POST /api/v3/mcp/servers | Create a new MCP server |
POST /api/v3/mcp/servers/custom | Create a new custom MCP server with multiple apps |
POST /api/v3/mcp/servers/generate | Generate MCP URL with custom parameters |
GET /api/v3/mcp/{id} | Get MCP server details by ID |
PATCH /api/v3/mcp/{id} | Update MCP server configuration |
DELETE /api/v3/mcp/{id} | Delete an MCP server |
GET /api/v3/mcp/app/{appKey} | List MCP servers for a specific app |
GET /api/v3/mcp/servers/{serverId}/instances | List all instances for an MCP server |
POST /api/v3/mcp/servers/{serverId}/instances | Create a new MCP server instance |
DELETE /api/v3/mcp/servers/{serverId}/instances/{instanceId} | Delete an MCP server instance and associated connected accounts |