Registry
The MCP Tool Shop Registry is the canonical metadata catalog for tools in the ecosystem. It provides verified names, descriptions, install contracts, and capability tags for each listed tool.
What "Registry listed" means
When a tool shows the Registry badge, it means:
- The tool has been reviewed and added to
registry.json - Its name, description, and tags have been curated
- It has a stable install contract (how to get the tool)
- Clients like
mcptcan discover and install it automatically
Org-only repos
Tools showing Org-only exist in the mcp-tool-shop-org organization but haven't been formally listed in the registry yet. They may be experimental, in-progress, or simply awaiting review.
How to add a tool
- Push your repo to
mcp-tool-shop-org - Open a PR to the mcp-tool-registry adding your tool to
registry.json - Include:
id,name,description,repoURL,installobject, andtags - Once merged, the tool appears on this site after the next sync
Registry health
Active aliases (2)
Temporary workarounds for registry ID / repo name mismatches.
These are band-aids — fix the upstream registry.json to retire them.
Goal: zero aliases.
-
claim-ledger→ ClaimLedger case-mismatch or rename -
creator-ledger→ CreatorLedger case-mismatch or rename
Data sources
Each tool page combines data from three sources, in merge order:
- Registry — canonical names, descriptions, tags, install contracts
- GitHub API — live signals (stars, language, last updated)
- Overrides — editorial polish (taglines, good-for/not-for, screenshots)
This means registry data is the foundation, GitHub keeps it fresh, and human editors add the finishing touches.