OpenAPI server for Smithery Registry, providing access to MCP servers
Overview
What is Smithery Registry OpenAPI Server?
Smithery Registry OpenAPI Server provides an OpenAPI interface to the Smithery Registry API, enabling users to search and obtain launch configurations for Model Context Protocol (MCP) servers.
How to use Smithery Registry OpenAPI Server?
To use the server, install the required packages, run the server using Uvicorn, and authenticate your requests with a bearer token obtained from your Smithery user profile.
Key features of Smithery Registry OpenAPI Server?
- List available MCP servers with advanced filtering options.
- Retrieve detailed server information including connection configurations.
- Generate WebSocket URLs with base64-encoded configurations.
- Requires authentication via bearer token.
- Compatible with OpenAPI tools and clients.
Use cases of Smithery Registry OpenAPI Server?
- Searching for specific MCP servers based on various criteria.
- Obtaining detailed configurations for server connections.
- Creating WebSocket URLs for real-time communication with MCP servers.
FAQ from Smithery Registry OpenAPI Server?
- How do I authenticate my requests?
You need to include a bearer token in the
Authorizationheader of your requests. Obtain this token from your Smithery user profile under API keys.
- Is there documentation available for the API?
Yes! Detailed OpenAPI documentation is available at the
/docsendpoint when the server is running.
- Can I use this server with OpenAPI tools?
Absolutely! The server is designed to be compatible with any OpenAPI-compliant tools and frameworks.