API Sources
Claims Extracted
Avg Quality
Entities Mapped
The Problem
Without BeHive
"Based on my training data, NVIDIA's GPU market shows promising growth with several key factors driving demand..."
With BeHive
[0.94] NVIDIA H200 production at 500K units/month as of Q2 2026
[0.91] Data center GPU revenue $35.1B in FY2026 Q2, 87% YoY
[0.88] Blackwell GB200 yield rate: 92% at TSMC CoWoS-L
How It Works
Queen decomposes your question into research axes. Generates 60+ search queries across 64 APIs. Plans the mission.
Stealth drones fetch 1000+ URLs through a multi-layer evasion stack. Rotates backends: Chromium, SearXNG, Brave, Serper, Tavily.
Your LLM extracts claims from raw content. Every fact scored 0.0–1.0 on specificity, density, uniqueness, verifiability, structure.
Jaccard similarity at 0.60 threshold merges duplicate facts from different sources. No inflation. Only unique intelligence.
Your LLM weaves verified claims into a structured report. Every statement mapped to a scored source. Zero hallucination.
Entities and relationships stored in PostgreSQL. Knowledge compounds across missions. Research builds on research.
Benchmarks
Depth 3 (standard). Self-hosted PostgreSQL. Your LLM key.
| Topic | Claims | Quality |
|---|---|---|
| NVIDIA GPU market 2026 | 290 | 0.797 |
| OpenAI GPT-5 capabilities | 574 | 0.789 |
| EU AI Act enforcement | 267 | 0.759 |
| Meta Llama 4 architecture | 568 | 0.821 |
| SpaceX Starship progress | 412 | 0.804 |
Honest scoring. No sigmoid rescaling. No artificial inflation.
Weighted average of specificity, density, uniqueness, verifiability, and structure.
Integrations
MCP (zero-code)
Add one URL to config. Claude calls BeHive natively.
MCP
Research from your IDE. No context switching.
Community Node
Drag-and-drop BeHive into automation workflows.
MCP + Skill
Deep research with autonomous agents.
Skill
ClawHub-ready skill for OpenClaw agents.
Streamable HTTP
Standard MCP protocol. Any client works.
MCP Configuration (works everywhere)
{
"mcpServers": {
"behive": {
"url": "http://localhost:8090/mcp",
"transport": "streamable-http"
}
}
}Self-Hosting
Docker Compose. PostgreSQL + API + MCP. Zero config.
$ git clone https://github.com/qa10devteam/behive.git
$ cp .env.example .env # add your API key
$ docker compose up -d
✓ API ready at localhost:8091
✓ MCP server at localhost:8090
✓ PostgreSQL runningComparison
| BeHive | Tavily | Perplexity | |
|---|---|---|---|
| Per-claim scoring | ✅ | — | — |
| Knowledge graph | ✅ | — | — |
| MCP native | ✅ | — | — |
| BYOK (any LLM) | ✅ | — | — |
| 64 API sources | ✅ | — | ~ |
| Self-hosted | ✅ | — | — |
| SSE streaming | ✅ | — | — |
| Cross-session KG | ✅ | — | — |
| Price | Free | $29/mo | $20/mo+ |
One command. Infinite knowledge.
pip install behive