Skip to main content
Glama

MCP Registry Server

list_mcp_servers

Retrieve available MCP servers from the registry with pagination support for semantic analysis and tool discovery.

Instructions

List MCP servers from the MCP Registry with optional pagination. Returns raw server data for semantic analysis.

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for retrieving next set of results
limitNoMaximum number of servers to return (1-100, default: 50)
registry_urlNoBase URL of the MCP Registry API (defaults to official registry - https://registry.modelcontextprotocol.io/v0/servers)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cursor": { "description": "Pagination cursor for retrieving next set of results", "type": "string" }, "limit": { "description": "Maximum number of servers to return (1-100, default: 50)", "maximum": 100, "minimum": 1, "type": "number" }, "registry_url": { "description": "Base URL of the MCP Registry API (defaults to official registry - https://registry.modelcontextprotocol.io/v0/servers)", "format": "uri", "type": "string" } }, "type": "object" }

Other Tools from MCP Registry Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/formulahendry/mcp-server-mcp-registry'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server