toolregistry-server

Oaklight/toolregistry-server
★ 1 stars Python 🤖 AI/LLM Updated today
ToolRegistry Server: Serve Custom Tools via OpenAPI and MCP for Function-Calling LLMs
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toolregistry-server": {
      "command": "uvx",
      "args": [
        "toolregistry-server"
      ]
    }
  }
}

Or install with pip: pip install toolregistry-server

README Excerpt

Define custom tools and serve them via OpenAPI or MCP interfaces. Built on [ToolRegistry](https://github.com/Oaklight/ToolRegistry). `toolregistry-server` lets you register Python functions as tools and expose them as services through multiple protocols. It provides: - **Central Route Table**: A unified routing layer that bridges `ToolRegistry` and protocol adapters

Topics

agentic-aiai-agentsai-toolsfastapifunction-callingllmmcpmcp-serveropenapipythontool-calling