OpenAPI → MCP server → every AI agent
Make your API callable from Claude, Cursor, ChatGPT, and every other AI agent.
MCP is how AI agents call APIs as native tools. Without an MCP server, your API will not appear as a first-class tool inside Claude, Cursor, Claude Desktop, Cline, Continue, or ChatGPT. Drop in your openapi.yaml and Sourced builds a local MCP starter: every operation becomes a reviewable tool scaffold, major AI clients get install snippets, and directory submission checklists are prefilled where possible.
- 30 seconds. Half a day by hand: learn the MCP SDK, hand-wire each tool, write the transport, package it, submit to 8 directories.
- Local parsing. Your spec contents are parsed in the browser. Sourced may send generated/downloaded event metadata, and only sends your email if you opt in.
- Ready for review. Bundled
server.json,smithery.yaml,Dockerfile, and directory notes give you a concrete repo to review before any listing or external publish.
Drop your OpenAPI file here
or click to browse — .yaml, .yml, .json
What you'll get back
- 1A TypeScript MCP starter — one tool per operation, auth helpers detected from your spec (Bearer, API key, Basic), MCP stdio transport wired up. Ready to
npm install && npm run build. - 2Copy-paste configs for Claude Desktop, Cline, Continue, and generic
mcp.json. Cursor and VS Code deeplinks appear after you enter the extracted folder's absolute path. - 3Submission guidance for major MCP directories — Smithery, the official MCP registry, mcp.so, Cline Marketplace, Glama, PulseMCP, awesome-mcp-servers. Review each listing before publishing.