List MCP Servers
list_serversRetrieve a paginated list of registered MCP servers with optional search, filter by update time, or limit results.
Instructions
List all registered MCP servers from the registry with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of servers to return | |
| cursor | No | Pagination cursor from previous response | |
| search | No | Case-insensitive substring search on server names | |
| version | No | Filter by version (currently only "latest" is supported) | |
| updated_since | No | Filter servers updated after this RFC3339 timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| servers | Yes | ||
| metadata | No |