/registry/servers, this returns a flattened tool list with
server groups expanded. It’s a good fit for UIs that need per-tool search and pagination.
Request
- Authentication: not required — the preset catalog is public information and can be queried before sign-in.
Response 200
| Field | Type | Description |
|---|---|---|
tools[].name | string | MCP tool name |
tools[].description | string | Human-readable description |
tools[].inputSchema | JSON Schema | Input parameter schema |
tools[].method | string | Upstream HTTP method |
tools[].path | string | Upstream path (relative to servers[].baseUrl) |
cURL
Related endpoints
POST /mcp tools/list
Query the same information via the MCP-standard interface.
GET /registry/servers
Catalog by server group.