mcpbeat

Agent Hive Orchestrator MCP Server

io.github.jdhart81/agent-hive-orchestrator
answering

Agent Hive Orchestrator is answering right now. Last checked 6 min ago. It exposes 6 tools. Last commit 3 Aug 2026.

Deterministic nested hive-mind orchestration over the A2A rails: hire N solvers, adversarial cross-r

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
350 ms
Response time
average over 24h
0
Stars
last commit 3 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add agent-hive-orchestrator --transport http https://mcp.viridisconservation.com/hive/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-hive-orchestrator": {
      "url": "https://mcp.viridisconservation.com/hive/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-hive-orchestrator]
url = "https://mcp.viridisconservation.com/hive/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-hive-orchestrator": {
      "url": "https://mcp.viridisconservation.com/hive/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-hive-orchestrator": {
      "url": "https://mcp.viridisconservation.com/hive/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

audit
audit_job
Return the full content-addressed lineage of a completed job: plan, hires (including refused ones with reasons), contributions, reviews, settlements, rail calls (with simulated flags), and synthesis.
describe
describe_agent
Return fleet-standard capabilities, actions, invariants, and pricing.
job
job_status
Return job state, plan hash, and live budget conservation books.
solve
solve
Open and run a hive job in one call: hire solvers through the rails (covenant -> escrow -> meter), force reviewer!=author cross-review, synthesize only what survives review, settle every escrow exactly-once, and return a content-addressed audit hash plus bits-per-joule telemetry. Price: $5.00 per solve; model-backed solves have no free tier because provider cost must be covered. Sub-hires settle via escrow at each solver's list price.
solvers
list_solvers
List the registered solver pool: id, kind (worker|hive), price, capabilities.
verify
verify_audit
Recompute the audit digest from a presented lineage (never trusts the embedded hash) and report whether it matches a job this hive ran.

Endpoints

URLTransportStateLatencyChecked
https://mcp.viridisconservation.com/hive/mcp streamable-http answering 304 ms 6 min ago

Agent Hive Orchestrator — questions

Answers built from our own checks of this server.

What can Agent Hive Orchestrator do?
It exposes 6 tools, read directly from the server on our last check. Among them: audit_job, describe_agent, job_status, list_solvers, solve, verify_audit. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Agent Hive Orchestrator working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 350 ms. The bar chart above shows every period we have measured.
How do I connect Agent Hive Orchestrator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agent Hive Orchestrator need an API key?
No. Agent Hive Orchestrator completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agent Hive Orchestrator?
It answers our handshake in 350 ms on average, which is faster than 40% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Agent Hive Orchestrator open source?
Yes — written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.