Developers
Connect over MCP
One hosted MCP endpoint for cited company context and durable writeback.
Last updated 2026-07-29
The canonical Streamable HTTP endpoint is:
https://mcp.hivebase.ai/mcpIt exposes exactly seven tools plus two resources:
hivebase://context/company-primerhivebase://capabilities
claude mcp add hivebase --transport http https://mcp.hivebase.ai/mcp{
"mcpServers": {
"hivebase": {
"url": "https://mcp.hivebase.ai/mcp",
"transport": "http"
}
}
}mcp_servers:
- name: hivebase
url: https://mcp.hivebase.ai/mcp
transport: http
ChatGPT citation-oriented connections use
https://mcp.hivebase.ai/chatgpt/mcp, which exposes only search and fetch
aliases backed by the core retrieval contract.
The server supports the modern 2026-07-28 protocol and an official stateless
2025-era fallback. Tool discovery is useful but not a correctness dependency:
the seven hot-path tools complete the whole launch journey without deferred
tool search.
After connecting, call context.brief or read the company-primer resource.