Server Details
Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- modelcontextprotocol/registry
- GitHub Stars
- 6,314
Available Tools
6 toolsdeleteV01ServersServerNameVersionsVersionTry in Inspector
Delete specific MCP server version (Optional) - Delete a specific version of an MCP server from the registry.
Note: This endpoint is optional for registry implementations and is not implemented by the official MCP registry. It is included in the specification to standardize the deletion mechanism for registry implementations that choose to support it.
Authentication mechanism is registry-specific and may vary between implementations.
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| serverName | Yes | ||
| x-hapi-auth-state | No |
getV01ServersTry in Inspector
List MCP servers - Returns a list of all registered MCP servers
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| search | No | ||
| version | No | ||
| updated_since | No | ||
| x-hapi-auth-state | No |
getV01ServersServerNameVersionsTry in Inspector
List all versions of an MCP server - Returns all available versions for a specific MCP server, ordered by publication date (newest first)
| Name | Required | Description | Default |
|---|---|---|---|
| serverName | Yes | ||
| x-hapi-auth-state | No |
getV01ServersServerNameVersionsVersionTry in Inspector
Get specific MCP server version - Returns detailed information about a specific version of an MCP server. Use the special version latest to get the latest version.
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| serverName | Yes | ||
| x-hapi-auth-state | No |
postV01PublishTry in Inspector
Publish MCP server (Optional) - Publish a new MCP server to the registry or update an existing one.
Note: This endpoint is optional for registry implementations. Read-only registries may not provide this functionality.
Authentication mechanism is registry-specific and may vary between implementations.
| Name | Required | Description | Default |
|---|---|---|---|
| undefinedBody | Yes | Schema for a static representation of an MCP server. Used in various contexts related to discovery, installation, and configuration. | |
| x-hapi-auth-state | No |
putV01ServersServerNameVersionsVersionTry in Inspector
Update specific MCP server version (Optional) - Update a specific version of an MCP server in the registry.
Note: This endpoint is optional for registry implementations and is not implemented by the official MCP registry. It is included in the specification to standardize the update mechanism for registry implementations that choose to support it.
Authentication mechanism is registry-specific and may vary between implementations.
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| serverName | Yes | ||
| undefinedBody | Yes | Schema for a static representation of an MCP server. Used in various contexts related to discovery, installation, and configuration. | |
| x-hapi-auth-state | No |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Your Connectors
Sign in to create a connector for this server.