loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-registry

MCP Tool

daedalus/mcp-registry

MCP server for interacting with the MCP Registry API

Install

$ npx loaditout add daedalus/mcp-registry

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-registry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-registry"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-registry

> MCP server for interacting with the MCP Registry API

[](https://pypi.org/project/mcp-registry/) [](https://pypi.org/project/mcp-registry/) [](https://github.com/astral-sh/ruff)

Install
pip install mcp-registry
Usage
As an MCP Server

Configure in your MCP client:

{
  "mcpServers": {
    "mcp-registry": {
      "command": "mcp-registry"
    }
  }
}
Using npx
{
  "mcpServers": {
    "mcp-registry": {
      "command": "npx",
      "args": ["-y", "mcp-registry"]
    }
  }
}
Available Tools
list_mcp_servers

Lists MCP servers from the MCP Registry with pagination.

list_mcp_servers(limit=50, cursor=None, registry_url="https://registry.modelcontextprotocol.io")
search_mcp_servers

Searches for MCP servers by name or keywords.

search_mcp_servers(query="search term", limit=50, registry_url="https://registry.modelcontextprotocol.io")
get_mcp_server

Gets detailed information about a specific MCP server.

get_mcp_server(name="server-name", registry_url="https://registry.modelcontextprotocol.io")
get_server_versions

Gets available versions for a specific MCP server.

get_server_versions(name="server-name", registry_url="https://registry.modelcontextprotocol.io")
Development
git clone https://github.com/daedalus/mcp-registry.git
cd mcp-registry
pip install -e ".[test]"

# run tests
pytest

# format
ruff format src/ tests/

# lint
ruff check src/ tests/

# type check
mypy src/

---

mcp-name: io.github.daedalus/mcp-registry

Tags

mcpmcp-registry

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AMCP ConfigREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/daedalus/mcp-registry)](https://loaditout.ai/skills/daedalus/mcp-registry)