Managing MCP tools in production?

Posted by mpetryshyn1@reddit | ExperiencedDevs | View on Reddit | 7 comments

I've run into this a bunch: APIs with no MCP servers, so I end up writing a tiny MCP server for each one.

That means repeated work, messy infra, and maintaining a bunch of little hosts for no good reason.

Feels like there should be an SDK or service that handles client-level auth and lets agents call tools directly.

Think Auth0 or Zapier but for MCP tools - integrate once, manage permissions centrally, agents just use the tools.

Has anyone built or used something like that already? not sure why I can't find a clear winner.

Right now we hack together proxies or reuse the same server, which still blows my mind.

I’d love something that removes the hosting and ops overhead so teams can ship more agents.

Curious how other people handle this in production, or if I'm missing an obvious solution.