CbetaMCPServer

tendayspace
GitHub
MCPAI toolsFastAPI

Loading subscription status...

💡 Description

A modular, extensible and FastAPI-based MCP (Multi-Component Platform) tool aggregation service. Easily connect and expose independent tools through standardized APIs. Perfect for frontend integration or large language model (LLM) orchestration.

📝 JSON Entries

{
  "mcpServers": [
    {
      "CbetaMCP": {
        "env": {},
        "args": [],
        "command": "python main.py"
      }
    }
  ]
}

🛠️ Tools

FastAPIDocker

Features

  • Supports automatic registration of multiple tools based on directory scanning
  • Unified POST request method + BaseModel validation
  • Supports asynchronous httpx interface calls
  • Standardized JSON response format (success/error)
  • Docker one-click deployment support