toolcast

vishubha111/toolcast
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Turn any OpenAPI spec into an MCP server for AI agents in one command
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toolcast": {
      "command": "npx",
      "args": [
        "-y",
        "vishubha111/toolcast"
      ]
    }
  }
}

README Excerpt

toolcast turns an API into a tool an AI agent can use. It gives you one command to make that setup work. You can use it with Claude, MCP, and other AI tools that support the Model Context Protocol. This is useful when you want an AI assistant to talk to an API without building a custom app first. Instead of wiring up each endpoint by hand, toolcast helps you expose the API in a format the agent can understand.

Topics

ai-agentsai-toolsapiclaudeclillmmcpmcp-servermodel-context-protocolopenapiswaggertypescript