MCP endpoint
Give every agent the same company context
Paste this Streamable HTTP MCP URL into any compatible client. After OAuth, authorised agents can use the same org-scoped events, entities, connectors, automations, and tools without seeing raw credentials.
Per-client setup
- Claude (web + desktop) →
Settings → Connectors → Add Custom Connector. Paste the URL, sign in with Lobu.
- ChatGPT →
Settings → Integrations → Model Context Protocol → Add Server. Paste the URL.
- Claude Code →
claude mcp add --transport http lobu https://lobu.ai/mcp
- OpenClaw →
Add https://lobu.ai/mcp as an MCP server in OpenClaw, then sign in with Lobu.
Self-hosting note: If you are self-hosting or running locally, replace https://lobu.ai/mcp in the commands and URLs above with your custom instance URL, such as http://localhost:8787/mcp.
What this endpoint exposes
- Cross-org tools. Until you call
switch_organization, only org-listing and account tools are visible. - Per-org tools, scoped on demand. After switching, the same session sees the workspace's entities, automations, connectors, and memory.
- One sign-in per agent. OAuth is brokered by Lobu; tokens never leave the platform.
Want a per-org URL instead?
Sign in
and grab the
{user_url}/mcp/{org}
endpoint (e.g. https://lobu.ai/mcp/acme) from your workspace settings.