Confidential guide on numerology and astrology, based of GG33 Public information

Smithery-Openapi-Server
Server OpenAPI pour le registre Smithery, donnant accès aux serveurs MCP
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
Smithery Registry OpenAPI Server
This server provides an OpenAPI interface to the Smithery Registry API, allowing you to search and obtain launch configurations for Model Context Protocol (MCP) servers.
Features
- List available MCP servers with advanced filtering
- Get detailed server information including connection configurations
- Generate WebSocket URLs with base64-encoded configurations
- Authentication via bearer token
- Compatible with OpenAPI tools and clients
Authentication
All requests to the Smithery Registry API require authentication:
- You need a bearer token in the
Authorization
header - Format:
Authorization: Bearer your-api-token
- Obtain a token from your Smithery user profile under API keys
Usage
Installation
pip install -r requirements.txt
Running the server
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
API Endpoints
-
GET /servers
- List available MCP servers- Query parameters:
-
q
: Search query (semantic search) -
page
: Page number (default: 1) -
pageSize
: Items per page (default: 10)
-
- Advanced filtering syntax in the
q
parameter:- Text search: "machine learning"
- Owner filter: owner:username
- Repository filter: repo:repository-name
- Deployment status: is:deployed
- Example: "owner:smithery-ai repo:fetch is:deployed machine learning"
- Query parameters:
-
GET /servers/{qualified_name}
- Get detailed information about a specific server -
POST /create-websocket-url
- Create a WebSocket URL with encoded config- Request body:
{ "qualifiedName": "username/repository", "config": { // Configuration object matching the server's schema } }
- Request body:
WebSocket Connection
For direct WebSocket connections to MCP servers:
- URL Format:
https://server.smithery.ai/${qualifiedName}/ws?config=${base64encode(config)}
- Config must comply with the server's configSchema
- Config is base64-encoded JSON
Integration with OpenAPI Tools
This server is designed to be compatible with any OpenAPI-compliant tools and frameworks. The API follows RESTful conventions and provides detailed OpenAPI documentation at the /docs
endpoint when running.
TypeScript SDK Usage
For use with the Smithery TypeScript SDK:
import { WebSocketClientTransport } from "@modelcontextprotocol/sdk/client/websocket.js"
import { createSmitheryUrl } from "@smithery/sdk/config.js"
const url = createSmitheryUrl(
"https://your-smithery-mcp-server/ws",
{
// config object matching schema
},
)
const transport = new WebSocketClientTransport(url)
License
MIT
相关推荐
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)
Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
🔍 Permettre aux assistants d'IA de rechercher et d'accéder aux informations du package PYPI via une interface MCP simple.
🧑🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.
Reviews

user_0VVM1Bk5
As a devoted MCP application user, I've found smithery-openapi-server, created by chinpeerapat, to be an outstanding tool for effortlessly generating and managing OpenAPI specifications. Its seamless integration, user-friendly interface, and robust functionality make it a must-have for developers looking to streamline their API development process. Highly recommended!