smithery-registry-mcp

smithery-registry-mcp

3.3

If you are the rightful owner of smithery-registry-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that interfaces with the Smithery Registry API, allowing AI agents to search for MCP servers, get server details, and create connection URLs.

The Smithery Registry MCP Server is designed to interface with the Smithery Registry API, providing a seamless way for AI agents to interact with Model Context Protocol (MCP) servers. It allows users to search for MCP servers using semantic search or specific filters, retrieve detailed information about these servers, and generate WebSocket URLs with encoded configurations. This server is particularly useful for developers and AI agents looking to programmatically manage and connect to various MCP servers. The server can be run in two modes: STDIO for LLM clients and SSE for web applications, offering flexibility in deployment. It also supports integration with the Smithery CLI for easy installation and usage with different clients.

Features

  • Search for Servers: Find MCP servers using semantic search or specific filters.
  • Get Server Details: Retrieve detailed information about specific servers.
  • Create Connection URLs: Generate correctly formatted WebSocket URLs with encoded configurations.

Tools

  1. authenticate

    Set up authentication with your Smithery API key.

  2. listServers

    Search and retrieve a list of servers from the Smithery Registry.

  3. getServer

    Get detailed information about a specific server by its qualified name.

  4. createConnectionUrl

    Create a WebSocket connection URL for a server with the provided configuration.