Request
- Authentication: not required — the preset catalog is public information and can be queried before sign-in.
- Content-Type: not applicable
Response 200
Response fields
| Field | Type | Description |
|---|---|---|
servers[] | array | List of preset servers |
servers[].id | string | Unique ID in category/name format |
servers[].name | string | Human-readable name |
servers[].filePath | string | Absolute path of the source preset YAML |
servers[].baseUrl | string | Upstream API base URL |
servers[].isPublicData | boolean | Whether the public-data middleware is enabled |
servers[].tools[] | array | MCP tools this server exposes |
cURL
Related endpoints
GET /registry/tools
A flattened tool list without server grouping.
POST /mcp tools/list
The MCP-standard tool-list call.