Agent Search Engine

Issue 001 / A living technical almanac

System scan: active

Record / mcpoInfrastructureOpen sourceVerified

mcpo

A simple, secure MCP-to-OpenAPI proxy server

About mcpo

mcpo is a dead-simple proxy that takes an MCP server command and makes it accessible via standard RESTful OpenAPI, so your tools "just work" with LLM agents and apps expecting OpenAPI servers.

That’s it. Your MCP tool is now available at http://localhost:8000 with a generated OpenAPI schema — test it live at http://localhost:8000/docs.

If you need to serve mcpo behind a reverse proxy or under a subpath (e.g., /api/mcpo), use the --root-path argument:

From the project's README

mcpo is an open-source project written primarily in Python, with 4.3k stars on GitHub. It was last updated in May 2026.

Install

uvx mcpo --port 8000 --api-key "top-secret" -- your_mcp_server_command
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →

mcpo vs. the alternatives

All agent infrastructure
AgentStarsPricing
mcpoInfrastructurethis listing4.3kOpen source
daytonaInfrastructure72kOpen source
mem0Infrastructure60kOpen source
cuaInfrastructure19kOpen source
gatewayInfrastructure12kOpen source
steel-browserInfrastructure7.3kOpen source