list_mcp_servers
Browse all MCP servers in the registry with pagination. Use the next_cursor from the response to fetch subsequent pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of servers per page (1-100, default 20) | |
| cursor | No | Pagination cursor from a previous list response | |
| latest_only | No | Only return the latest version of each server (default true) |