Agent skill · Backend & API

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.

agentic-communitygithub.com/agentic-communityGitHub ↗
claude-codeApache-2.0
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Version: 2.0
Declared author: mcp-gateway-registry
Path: .claude/skills/search-registry/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 845
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. Input
  3. Examples
  4. Workflow
  5. Step 1: Find the Registry Search Tool
  6. Step 2: Execute the Search
  7. Step 3: Present Results
  8. Step 4: Offer to Add MCP Servers
  9. Step 5: Add Server to AI Assistant
  10. Step 6: Inform User About New Session
  11. Fallback: Browse the Full Catalog
  12. Available Registry Tools Reference
  13. Error Handling
  14. Notes
Commands it runs
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>
More from mcp-gateway-registry
All skills →
About this skill
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.

Keep going