One hosted MCP endpoint and 68 agent-ready tools. Your agents read your company's context before they work and write results back — with provenance and one-click undo. Install once, works everywhere.
claude mcp add hivebase \ --transport http \ https://mcp.hivebase.ai/v1
# .cursor/mcp.json
{
"mcpServers": {
"hivebase": {
"url": "https://mcp.hivebase.ai/v1",
"transport": "http"
}
}
}# codex.yaml
mcp_servers:
- name: hivebase
url: https://mcp.hivebase.ai/v1
transport: httpAuthentication via OAuth 2.1 on first connection. Installs into Claude Code CLI, Conductor, Codex, Cursor, and any host that supports Streamable HTTP transport.
Read context for free, dispatch a cloud task from any AI app, write results back with provenance — and undo with a single call. All from the same MCP session your agent is already using.
tasks.dispatch is in preview — shown as aspirational in the demo
Context flows in zero-effort from everywhere. The exact same answer comes out everywhere — including inside the AI apps you already work in.
Any tool that writes (create_entity, record_decision, update_task) carries requires_confirmation: true for oauth tokens. You approve or dismiss from the AI app or HiveBase UI.
context.search, get_entity, query, and all read tools cost 0 credits. Your agents can read as much as they need — you pay only when work happens.
Every write is tagged with the agent identity, timestamp, and reasoning. One-click undo is available for 7 days on any write made via MCP.
Install the MCP connector and your agents inherit your company's context before they work. Reads free. Writes provenance-tagged and reversible.