A lightweight MCP server running on Cloudflare Workers that exposes an API landing endpoint over JSON-RPC 2.0. The implementation supports both traditional REST and MCP transports via streamable HTTP, making it accessible from Claude and other MCP clients. You'd reach for this if you're building on Cloudflare's edge infrastructure and want to quickly spin up an MCP-compatible service without managing traditional servers. The repository is minimal on specifics about what operations it actually exposes, but the architecture shows how to deploy MCP servers as Workers functions with global edge distribution baked in.
claude mcp add --transport http io.github.lazymac2x-api-landing https://api.lazy-mac.com/api-landing/mcp