This is a Cloudflare Pages + Functions app. It has no user-facing UI -- it exists to serve an MCP endpoint for Claude at:
/mcp/<secret>
The secret is a path segment, not a header -- there is no authentication to configure in Claude's connector besides the URL itself. POST JSON-RPC 2.0 requests to that path once you have the secret. See the project README for setup + connector instructions.