CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Registry Mcp Server

wei/mcp-registry-mcp-server
23 toolsSTDIOregistry active
Summary

This server wraps the official MCP Registry API so you can query available servers programmatically from within your AI assistant. It exposes tools to list all registered servers with search filters, fetch version histories for specific packages, pull detailed metadata for any server version, and run health checks against the registry. You'd reach for this when building workflows that need to discover or validate MCP servers on the fly, or when you want your assistant to recommend servers based on current registry data instead of stale training knowledge. Setup is just npx with stdio transport, and it handles pagination and filtering automatically.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

3 tools
query_registrySearch the Arclan registry for MCP servers. By default returns only connectable servers (active, mcp_partial, auth_gated). Use status=stdio to browse local-only servers available for installation. Use status=all to query the full index. Use this before connecting to an MCP ser...5 params

Search the Arclan registry for MCP servers. By default returns only connectable servers (active, mcp_partial, auth_gated). Use status=stdio to browse local-only servers available for installation. Use status=all to query the full index. Use this before connecting to an MCP ser...

Parameters* required
limitnumber
Max results to return 1–200 (default 50)
statusstring
Filter by state. Default (omit): connectable states only (active + mcp_partial + auth_gated). Use "stdio" for local-install catalog. Use "all" for the full index.one of active · mcp_partial · auth_gated · stdio · unreachable · invalid
min_scorenumber
Minimum validation score 0–100 (default 0)
transportstring
Filter by transport typeone of http · sse · stdio · unknown
capabilitystring
Filter by tool name or keyword (searches name, description, tools)
get_serverGet full details for a specific MCP server by endpoint URL or registry ID. Returns score, state, tools list, latency, and recent test history.2 params

Get full details for a specific MCP server by endpoint URL or registry ID. Returns score, state, tools list, latency, and recent test history.

Parameters* required
idstring
The registry ID (slug) for the server
urlstring
The MCP server endpoint URL
report_serverSubmit an agent usage report for an MCP server. Reports are aggregated and influence registry trust scores. Call this after using an MCP server so the registry can track real-world reliability.8 params

Submit an agent usage report for an MCP server. Reports are aggregated and influence registry trust scores. Call this after using an MCP server so the registry can track real-world reliability.

Parameters* required
agentIdstring
Identifier for the reporting agent (optional)
outcomestring
Result of using the serverone of success · failure · partial
latencyMsnumber
Total wall-clock latency in milliseconds
serverUrlstring
The MCP server endpoint URL that was used
toolsUsedarray
List of tool names that were called
taskCategorystring
Category of task attempted (e.g. "search", "write", "read")
turnsRequirednumber
Number of turns to complete the task
taskDescriptionstring
Brief description of what the task was

mcp-registry-mcp-server

npm version License: MIT

A Model Context Protocol (MCP) server that provides tools to query the official MCP Registry. This server enables AI assistants and applications to discover, search, and retrieve information about published MCP servers programmatically.

✨ Features

  • 🔍 List Servers: Browse all registered MCP servers with pagination
  • 🔎 Search: Find servers by name with filtering options
  • 📦 Version Management: View all versions of specific servers
  • 📝 Detailed Information: Get comprehensive server details
  • 💚 Health Checks: Monitor registry availability

🚀 Quick Start

Install in VS Code Install in Cursor

Other Clients

Sample configuration (double check the documentation of your MCP client for exact syntax and file locations):

{
  "mcp-registry-mcp-server": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "mcp-registry-mcp-server"]
  }
}

📚 How to Use

Once configured, you can ask your AI assistant natural language questions like:

  • "What new MCP servers have recently been released?"
  • "Search for filesystem-related MCP servers"
  • "Show me the latest version of the github-mcp-server"
  • "Get details about the Chrome DevTools MCP server"
  • "Is the MCP registry healthy?"

The AI will automatically use the appropriate registry tools to answer your questions.

🛠️ Available Tools

list_servers

Browse all registered MCP servers with optional search and pagination.

Example prompts:

  • "List all MCP servers"
  • "Search for servers related to GitHub"
  • "Show me recently updated servers"

list_server_versions

View all available versions for a specific MCP server.

Example prompts:

  • "What versions are available for the filesystem server?"
  • "Show version history for io.modelcontextprotocol/filesystem"

get_server

Get detailed information about a specific MCP server version.

Example prompts:

  • "Tell me about the latest filesystem server"
  • "Get details for io.modelcontextprotocol/filesystem version 1.0.0"

health_check

Check if the MCP registry is operational.

Example prompts:

  • "Is the MCP registry working?"
  • "Check registry health status"

🔧 Requirements

  • Node.js 18.0.0 or higher
  • MCP Client - Any application that supports MCP:
    • VS Code with GitHub Copilot
    • Cursor
    • And many more...

🤝 Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

📖 Documentation

  • API Reference - Detailed API documentation
  • MCP Registry - Official registry website

📄 License

MIT License - See LICENSE for details

🔗 Resources

  • npm Package: https://www.npmjs.com/package/mcp-registry-mcp-server
  • GitHub Repository: https://github.com/wei/mcp-registry-mcp-server
  • MCP Registry API: https://registry.modelcontextprotocol.io/docs
  • MCP Documentation: https://modelcontextprotocol.io
  • Report Issues: https://github.com/wei/mcp-registry-mcp-server/issues

Made with ❤️ by @wei

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packagemcp-registry-mcp-server
TransportSTDIO
UpdatedOct 13, 2025
View on GitHub