mcp-registry

mcp-registry is a skill for Claude Code, Codex from daedalus/mcp-registry. It costs 0 tokens per session (121 once invoked), scanned A, original, MIT.

A connector for the Model Context Protocol (MCP) Registry, a catalogue of MCP servers that give coding agents access to outside tools or data.

In plain words
What is it for?
Use it to list or search MCP servers, view server details, and check which versions are available.
Why use it?
It provides a way to search the registry and inspect servers and their versions without looking through the catalogue manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list or search MCP servers, view server details, and check which versions are available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daedalus/mcp-registry/mcp-registry
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add daedalus/mcp-registry --skill mcp-registry
Clone the repo
git clone --depth 1 https://github.com/daedalus/mcp-registry

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-registry

README.md
[![agentmods](https://agentmods.dev/badge/skills/daedalus/mcp-registry/mcp-registry/github.svg)](https://agentmods.dev/skills/daedalus/mcp-registry/mcp-registry)
Your own site
<a href="https://agentmods.dev/skills/daedalus/mcp-registry/mcp-registry"><img src="https://agentmods.dev/badge/skills/daedalus/mcp-registry/mcp-registry/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mcp-registry

Your own site · 80×15
<a href="https://agentmods.dev/skills/daedalus/mcp-registry/mcp-registry"><img src="https://agentmods.dev/badge/skills/daedalus/mcp-registry/mcp-registry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 121 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00121
Opus 5 $0.00000 $0.00060
Sonnet 5 $0.00000 $0.00024
Haiku 4.5 $0.00000 $0.00012

Measured 9d ago against content hash b8f43ad78448, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

mcp-registry scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SKILL.md · 24 lines

What it actually says

MCP Registry

MCP server for interacting with the MCP Registry API.

When to use this skill

Use this skill when you need to:

  • List MCP servers from registry
  • Search for MCP servers
  • Get server details
  • Check available versions

Tools

  • list_mcp_servers - List MCP servers with pagination
  • search_mcp_servers - Search by name or keywords
  • get_mcp_server - Get detailed info
  • get_server_versions - Get available versions

Install

pip install mcp-registry
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 24 lines · 0 tokens per session scan A b8f43ad78448

Subscribe to this mod's changes

mcp-registry is a skill published in the GitHub repository daedalus/mcp-registry (0 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 121 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

new-feature-design

Design and document new features with GitHub issue, low-level design (LLD), expert review, and testing plan. Creates structured documentation in .scratchpad/ with issue spec, technical design with diagrams and pseudo-code, multi-persona expert review, and a testing plan covering functional (curl and…

agentic-community/mcp-gateway-registry · 118 tokens

terraform-setup

Install (deploy) MCP Gateway & Registry on AWS using the Terraform aws-ecs stack (ECS Fargate, Aurora, DocumentDB, Keycloak). Asks whether you are running from an EC2 instance or a local laptop, confirms the required AWS IAM permissions are in place, clones the repository, bootstraps the toolchain (uv, AWS CLI…

agentic-community/mcp-gateway-registry · 124 tokens

macos-setup

Complete macOS setup and teardown for MCP Gateway & Registry (AI-registry). Clones the repository, installs all services, configures Keycloak auth, registers the Cloudflare docs server, and verifies the full stack. Also supports complete teardown. Can be run directly from its GitHub URL without the repository already…

agentic-community/mcp-gateway-registry · 80 tokens

release-notes

Create release notes for a new version tag. Gathers all commits, PRs, issues fixed, and breaking changes since a previous release. Creates the release notes markdown file, tags the repo, and pushes. Asks the user to confirm the base version to diff against.

agentic-community/mcp-gateway-registry · 59 tokens

create-milestone

Create a GitHub milestone for an upcoming release. Suggests the next version based on the latest release, gathers all merged PRs and closed issues since that release, presents a draft with two tables (Issues and PRs) for user approval, then creates the milestone and assigns all approved items.

agentic-community/mcp-gateway-registry · 64 tokens

pr-review

Review a GitHub pull request using multiple expert personas. Takes a PR URL as input, analyzes the changes, and generates comprehensive review feedback from different perspectives (Merge Specialist, Frontend, Backend, Security, DevOps, AI/Agent, SRE, Chief Architect).

agentic-community/mcp-gateway-registry · 57 tokens