O

Obot MCP connect endpoints

MCP discovered

Details
Endpoint
https://<your-obot-host>/mcp-connect/<server-name>/mcp
Transport
streamable-http
Docs
https://docs.obot.ai/functionality/api-keys/
Authentication
Obot API key bearer discovered Get token ↗
Authorization: Bearer <credential>

Create it in the Obot UI via API Keys: open your profile menu, choose API Keys, click Create API Key, then select the needed capabilities such as API access, LLM proxy access, Skill access, and/or specific MCP servers. You can also mint one from the CLI for your current Obot instance with obot login --url https://<your-obot-host> --print-token or for LLM use with obot login --url https://<your-obot-host> --scope llm --print-token; the docs say the CLI uses the same browser-based API key flow and stores the key locally.