Skip to content

Releases: Djsand/toolcast

v0.1.1 — Initial Release

27 Mar 17:35

Choose a tag to compare

toolcast v0.1.1

Turn any API into an AI agent tool. One command.

Point at an OpenAPI spec → get a working MCP server in 10 seconds. Your AI agent can now call Stripe, GitHub, Slack, Notion — or any API with a spec.

Quick Start

npx toolcast inspect https://petstore3.swagger.io/api/v3/openapi.json
npx toolcast serve https://petstore3.swagger.io/api/v3/openapi.json
npx toolcast add stripe

Features

  • OpenAPI 3.0/3.1 parser with full $ref resolution
  • MCP server generator — each endpoint becomes a tool with typed schemas
  • Auth support — Bearer, API Key, Basic (auto-detected from spec)
  • CLIserve, inspect, add, list, search
  • Registry — 7 pre-built API configs: GitHub, Stripe, Slack, Notion, Linear, OpenAI, Petstore
  • 36 tests passing

Install

npm install -g toolcast
# or use directly
npx toolcast --help