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.