search-registry
Search the MCP Gateway Registry using semantic search. Takes a natural language query, calls the /api/search/semantic endpoint, and returns formatted results directly in the conversation.
npx skills add agentic-community/mcp-gateway-registry --skill search-registry --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Search Registry Skill Search the MCP Gateway Registry for MCP servers, tools, A2A agents, skills, and virtual servers using the ai-registry-tools MCP server. ## Prerequisites The user must have the AI Registry MCP server connected to their AI Assistant session. It may be registered under various names including: - `ai-registry-tools` - `airegistry-tools` - `ai_registry_tools` - `registry-tools` - `mcp-registry` The key indicator is that one of these tools should be available: - `mcp__ai-registry-tools__search_registry` - `mcp__airegistry-tools__search_registry` - or similar variations ## Input The skill accepts a natural language search query: ``` /search-registry <query> ``` - **query** - What capability, tool, server, or agent the user is looking for (natural language) If no query is provided, ask the user: "What would you like to search for in the registry?" ### Examples ``` /search-registry tools for weather data /search-registry exchange rates currency conversion /search-registry document processing PDF /search-registry travel booking flights ``` ## Workflow ### Step 1: Find the Registry Search Tool Look for the `search_registry` tool from the ai-registry-tools MCP server. I
- Prerequisites
- Input
- Examples
- Workflow
- Step 1: Find the Registry Search Tool
- Step 2: Execute the Search
- Step 3: Present Results
- Step 4: Offer to Add MCP Servers
- Step 5: Add Server to AI Assistant
- Step 6: Inform User About New Session
- Fallback: Browse the Full Catalog
- Available Registry Tools Reference
- Error Handling
- Notes
claude mcp add --transport http --scope user <server-name> <endpoint_url> claude mcp add --transport http --scope user real-server-fake-tools https://mcpgateway.ddns.net/realserverfaketools/mcp codex mcp add <server-name> --url <endpoint_url>
What does the search-registry skill do?
Search the MCP Gateway Registry using semantic search. Takes a natural language query, calls the /api/search/semantic endpoint, and returns formatted results directly in the conversation.
How do I install it?
Run `npx skills add agentic-community/mcp-gateway-registry --skill search-registry --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From agentic-community/mcp-gateway-registry, a repository with 845 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
