loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

toolcast

MCP Tool

Djsand/toolcast

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

Install

$ npx loaditout add Djsand/toolcast

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "toolcast": {
      "command": "npx",
      "args": [
        "-y",
        "toolcast"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<p align="center"> <h1 align="center">toolcast</h1> <p align="center"> <a href="https://www.npmjs.com/package/toolcast"></a> <a href="https://github.com/Djsand/toolcast/blob/main/LICENSE"></a> <a href="https://github.com/Djsand/toolcast"></a> </p> <p align="center"> <strong>Turn any API into an AI agent tool. One command.</strong> </p> <p align="center"> Point at an OpenAPI spec. Get a working MCP server in 10 seconds.<br/> Your AI agent can now call Stripe, GitHub, Slack, Notion — or <em>any</em> API with a spec. </p> </p>

<p align="center"> </p>

<p align="center"> <a href="#quick-start">Quick Start</a> &bull; <a href="#registry">Registry</a> &bull; <a href="#how-it-works">How It Works</a> &bull; <a href="#examples">Examples</a> &bull; <a href="#contributing">Contributing</a> </p>

---

The Problem

You want your AI agent to call an API. Today you have to:

  1. Find or build an MCP server for that specific API
  2. Write tool definitions, parameter schemas, auth handling
  3. Test it, debug it, deploy it
  4. Repeat for every new API

toolcast does all of this in one command.

Quick Start
# Try it right now with the demo Petstore API (no auth needed)
npx toolcast serve https://petstore3.swagger.io/api/v3/openapi.json

That's it. Your AI agent now has 19 tools for managing pets, orders, and users.

Add a real API
# Add Stripe to your Claude Code config
npx toolcast add stripe

# Or point at any OpenAPI spec
npx toolcast serve https://api.example.com/openapi.json --bearer-token $MY_TOKEN
Inspect before serving
# See what tools would be generated
npx toolcast inspect

Tags

ai-agentsai-toolsapiclaudeclillmmcpmcp-servermodel-context-protocolopenapiswaggertypescript

Reviews

Loading reviews...

Quality Signals

3
Stars
0
Installs
Last updated21 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Djsand/toolcast)](https://loaditout.ai/skills/Djsand/toolcast)