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 tools. Without an MCP server, your API can't be used inside Claude, Cursor, Claude Desktop, Cline, Continue, or ChatGPT — no matter how good it is. Drop in your openapi.yaml and Sourced builds a browser-only MCP starter: every operation becomes a typed tool, 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.
- Browser-only. Your spec is parsed locally — it never touches a server. No signup, no account, nothing stored.
- Ready for review. Bundled
server.json,smithery.yaml,Dockerfile, and registry workflow files 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 server — one tool per operation, auth detected from your spec (Bearer, API key, Basic), MCP stdio transport wired up. Ready to
npm install && npm run build. - 2One-click install links for Cursor and VS Code (cursor:// and vscode:mcp deeplinks), plus copy-paste configs for Claude Desktop, Cline, Continue, and the generic
mcp.json. - 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.