Install
# CLI install
npm install -g mcp-from-openapi
MCP client config
{
"command": "npx",
"args": ["-y", "mcp-from-openapi"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- mcp-from-openapi
- Version
- 2.3.0
- Author
- GitHub Actions
- Published
- 2026-04-08
- Keywords
- mcp, model-context-protocol, openapi, swagger, api, rest, schema, json-schema
Related MCPs
-
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
-
Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.
-
Model Context Protocol (MCP) plugin for Kubb, generating MCP-compatible tools and schemas from OpenAPI specifications for AI assistants.
-
Browser-adapted MCP TypeScript SDK - Dynamic tool registration for W3C Web Model Context API and AI agent integration