# Golden Beans > The product-context layer your own agent operates. Give it the goal your company agreed on and > the evidence behind it — telemetry ingest, TARS funnels, North Star metrics and A/B experiments, > exposed to your agent as MCP tools over a per-project connector. You bring the agent. ## Public routes - https://golden-beans-gamma.vercel.app/ The landing page — the product pitch, a live proof section reading the real synthetic demo project, and the signup/waitlist entry point. - https://golden-beans-gamma.vercel.app/install Get your own tokenized MCP connector URL ("Add to Claude" deep-link) for the demo project, plus the SDK install docs for wiring your own product into the engine. - https://golden-beans-gamma.vercel.app/northstar-self-serve.md A facilitation script for an agent to run the North Star workshop with a product person, one question at a time. No account and no connector needed — it is deliberately usable before any of the above. It states that the agent reading it is NOT connected to a workspace, which stays true until the connector is actually installed. ## Connector docs (MCP) - POST https://golden-beans-gamma.vercel.app/api/v1/public/mcp/c/{token} A per-project, revocable, read-only MCP endpoint. `{token}` is a placeholder, not a literal path segment — mint your own at https://golden-beans-gamma.vercel.app/install. Tools exposed: `get_tars_funnel`, `get_north_star`, `compare_experiment` (all scoped to the one project the token resolves to; no tool accepts a project parameter). Returns 404 while the connector is disabled (`CONNECTOR_ENABLED` unset — the default until this epic's launch story flips it on). This manifest lists only what is live in this deployment right now.