servers

List MCP servers

Get a paginated list of MCP servers from the registry

get/v0/servers

Query parameters

cursorstring

Pagination cursor

Example:server-cursor-123

Pagination cursor

limitinteger

Number of items per page

Example:50

Number of items per page

updated_sincestring

Filter servers updated since timestamp (RFC3339 datetime)

Example:2025-08-07T13:15:04.280Z

Filter servers updated since timestamp (RFC3339 datetime)

searchstring

Search servers by name (substring match)

Example:filesystem

Search servers by name (substring match)

versionstring

Filter by version ('latest' for latest version, or an exact version like '1.2.3')

Example:latest

Filter by version ('latest' for latest version, or an exact version like '1.2.3')

semantic_searchboolean

Use semantic search for the search term (hybrid with substring filter when search is set)

Use semantic search for the search term (hybrid with substring filter when search is set)

semantic_thresholdnumber double

Optional maximum distance for semantic matches (cosine distance)

Optional maximum distance for semantic matches (cosine distance)

Response

OK

Changes