Skip to content

MCP Services

← API Reference · 简体中文

Fetch the MCP service list with the user-level mcp key (see API Keys & Authentication) — useful when you want the same tools in your own client.

All Supported Services

http
GET /ext/v1/mcp/supported

Services Enabled by the Current User

http
GET /ext/v1/mcp/active

Returns the services the key's owner enabled on the Tools page; identical to supported plus an isEnable field.

Response Fields (McpPublicInfo)

FieldDescription
uuidService ID
titleService name
transportTypeTransport: sse / streamable_http / stdio
sseUrlAddress of SSE / HTTP services
sseTimeoutTimeout
stdioCommandLaunch command of stdio services
remarkDescription
installTypeInstall type

Example

bash
curl "http://<host>:9999/ext/v1/mcp/supported" \
  -H "Authorization: <mcp user-level key>"

The list reflects what the admin registered; services cannot be added via this API.


Previous: Draw Tasks · Next: Workflow