Releases: Djsand/toolcast
Releases · Djsand/toolcast
v0.1.1 — Initial Release
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 stripeFeatures
- OpenAPI 3.0/3.1 parser with full
$refresolution - MCP server generator — each endpoint becomes a tool with typed schemas
- Auth support — Bearer, API Key, Basic (auto-detected from spec)
- CLI —
serve,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