API Sources
Endpoints
Avg Quality
API Endpoints
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 5 research axes. Generates 60+ search queries. Checks 70+ APIs. Plans the mission.
Stealth drones fetch 1000+ URLs through an 8-layer evasion stack. Bypasses Cloudflare, DataDome, Akamai. No IP gets burned.
Dual-model extraction. Haiku for bulk speed. Sonnet for enriching thin claims. Every fact scored 0.0–1.0 on 5 dimensions.
Jaccard similarity at 0.60 threshold merges duplicate facts from different sources. No inflation. Only unique intelligence.
Claude weaves verified claims into a structured report. Every statement mapped to a scored source. Zero hallucination.
Entities and relationships stored in Neo4j. Knowledge compounds across missions. Research builds on research.
Benchmarks
Scale 30 (standard). EC2 g6.24xlarge — 4× NVIDIA L4, 96 vCPU, 384 GB RAM.
| 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 + Neo4j + API. 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 + Neo4j runningComparison
| BeHive | Tavily | Perplexity | |
|---|---|---|---|
| Per-claim scoring | ✅ | — | — |
| Knowledge graph | ✅ | — | — |
| MCP native | ✅ | — | — |
| 70+ API sources | ✅ | ~ | ~ |
| Self-hosted | ✅ | — | — |
| SSE streaming | ✅ | — | — |
| Cross-session KG | ✅ | — | — |
| Price | Free | $29/mo | $20/mo+ |
One command. Infinite knowledge.
pip install behive