streamable-httpMITupdated 4mo ago
HivePulse 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.
What can you do with HivePulse?
HivePulse โ Agent Network Monitoring โ MCP Server
HivePulse 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.
MCP Tools
| Tool | Description |
|---|---|
hivepulse_get_health |
Network-wide health metrics: active services, uptime, error rates |
hivepulse_get_population |
Agent population stats: total agents, active count, species breakdown |
hivepulse_get_economy |
Economy metrics: transaction volume, revenue, settlement totals |
hivepulse_subscribe_alerts |
Subscribe to threshold-based alerts for any metric |
Usage
Send JSON-RPC 2.0 requests to POST /mcp:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "hivepulse_get_health",
"arguments": {}
}
}
Supported Methods
initializeโ Returns protocol version, capabilities, and server infotools/listโ Returns available tool definitionstools/callโ Execute a tool by name with arguments
REST API
HivePulse also exposes a REST API under /v1/pulse with endpoints for AEI, reputation, arbitration, knowledge pricing, genetics, subscriptions, and a data firehose.
Setup
npm install
npm start
Server runs on port 3001 by default (configurable via PORT env var).
Architecture
Node.js with Express. SQLite for persistence. Six background analyzers run continuously for real-time metric computation.
License
Proprietary โ Hive Civilization
Hive Civilization
Hive Civilization is the cryptographic backbone of autonomous agent commerce โ the layer that makes every agent transaction provable, every payment settable, and every decision defensible.
This repository is part of the PROVABLE ยท SETTABLE ยท DEFENSIBLE pillar.
- thehiveryiq.com
- hiveagentiq.com
- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json
Install
Add HivePulse to your client. Pick the one you use.
claude mcp add --transport http hivepulse https://hivepulse-y7li.onrender.com/mcpcodex mcp add hivepulse --url https://hivepulse-y7li.onrender.com/mcp{
"mcpServers": {
"hivepulse": {
"url": "https://hivepulse-y7li.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hivepulse": {
"type": "http",
"url": "https://hivepulse-y7li.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hivepulse": {
"url": "https://hivepulse-y7li.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hivepulse": {
"serverUrl": "https://hivepulse-y7li.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 122 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 14, 2026 |