u/0xjoemama69420

I thought making an MCP was a daunting task, but if you already made your REST API, you’re basically done.

I made a minimal MCP wrapper that parses your OpenAPI spec, registers your endpoints as tool calls, and works with auth headers.

This makes all my projects agent-friendly now which seems just as important as being developer-friendly.

I made it easy to deploy on Vercel as a serverless function, but you can still run on Node and self-host.

reddit.com
u/0xjoemama69420 — 13 days ago
▲ 15 r/mcp+1 crossposts

I thought making an MCP was a daunting task, but if you already made your REST API, you’re basically done.

I made a minimal MCP wrapper that parses your OpenAPI spec, registers your endpoints as tool calls, and works with auth headers.

This makes all my projects agent-friendly now which seems just as important as being developer-friendly.

I made it easy to deploy on Vercel as a serverless function, but you can still run on Node and self-host.

Here’s the source code for more details: https://github.com/kirkwat/openapi-to-mcp

u/0xjoemama69420 — 13 days ago