MCP Registry Navigator
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_serversC | Search latest public MCP Registry server metadata. |
| get_serverA | Fetch one MCP Registry server metadata record. |
| compare_serversA | Compare package types, transports, and summaries for MCP servers. |
| validate_server_jsonA | Validate MCP Registry server.json metadata without publishing it. |
| generate_install_configB | Generate an MCP client configuration snippet for one server. |
| prepare_publish_checklistB | Return a publication readiness checklist for a server.json file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| choose_mcp_server | Help choose the best MCP server for a task. |
| audit_mcp_metadata | Audit server.json metadata before publication. |
| prepare_mcp_release | Prepare a release checklist for a public MCP server. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| latest_servers | Latest MCP Registry server records. |
| cache_status | Local registry cache status. |
TDQS
Scored across 6 tools
Each tool performs a distinct operation: search, fetch, compare, validate, generate config, and checklist. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun snake_case pattern (search_servers, get_server, compare_servers, validate_server_json, generate_install_config, prepare_publish_checklist), making them predictable and easy to parse.
With 6 tools, the set is well-scoped for a registry navigator and pre-publish helper. Each tool covers a necessary step in browsing, validating, and preparing server configurations without excess.
The tool surface covers search, retrieval, comparison, validation, config generation, and publication readiness. A direct publish tool is missing, but that may be intentionally outside the 'navigator' scope, so the gap is minor.