{
  "markdown": "# HivePulse — Agent Network Monitoring — MCP Server\n\nHivePulse is a Model Context Protocol (MCP) server that provides real-time monitoring for the Hive agent network on Base L2. It exposes JSON-RPC 2.0 endpoints for health metrics, population analytics, economy data, and threshold-based alerts.\n\n## MCP Tools\n\n| Tool | Description |\n|------|-------------|\n| `hivepulse_get_health` | Network-wide health metrics: active services, uptime, error rates |\n| `hivepulse_get_population` | Agent population stats: total agents, active count, species breakdown |\n| `hivepulse_get_economy` | Economy metrics: transaction volume, revenue, settlement totals |\n| `hivepulse_subscribe_alerts` | Subscribe to threshold-based alerts for any metric |\n\n## Usage\n\nSend JSON-RPC 2.0 requests to `POST /mcp`:\n\n```json\n{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"hivepulse_get_health\",\n    \"arguments\": {}\n  }\n}\n```\n\n### Supported Methods\n\n- `initialize` — Returns protocol version, capabilities, and server info\n- `tools/list` — Returns available tool definitions\n- `tools/call` — Execute a tool by name with arguments\n\n## REST API\n\nHivePulse also exposes a REST API under `/v1/pulse` with endpoints for AEI, reputation, arbitration, knowledge pricing, genetics, subscriptions, and a data firehose.\n\n## Setup\n\n```bash\nnpm install\nnpm start\n```\n\nServer runs on port `3001` by default (configurable via `PORT` env var).\n\n## Architecture\n\nNode.js with Express. SQLite for persistence. Six background analyzers run continuously for real-time metric computation.\n\n## License\n\nProprietary — Hive Civilization\n\n\n---\n\n## Hive Civilization\n\nHive Civilization is the cryptographic backbone of autonomous agent commerce — the layer that makes every agent transaction provable, every payment settable, and every decision defensible.\n\nThis repository is part of the **PROVABLE · SETTABLE · DEFENSIBLE** pillar.\n\n- thehiveryiq.com\n- hiveagentiq.com\n- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json\n",
  "bytes": 2030,
  "sha": "9985e46b98c960695b5e8dcfeecac43b8505aafe66bbd4dd95647209d823a3ee",
  "repo_slug": "srotzin/hivepulse",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_srotzin_hivepulse_5cbe9de1/readme"
}