hivepulse
HivePulse — 代理网络监控 — MCP 服务器
HivePulse 是一个模型上下文协议 (MCP) 服务器,为 Base L2 上的 Hive 代理网络提供实时监控。它公开了用于健康指标、人口分析、经济数据和基于阈值的警报的 JSON-RPC 2.0 端点。
MCP 工具
工具 | 描述 |
| 全网健康指标:活跃服务、正常运行时间、错误率 |
| 代理人口统计:代理总数、活跃数量、物种细分 |
| 经济指标:交易量、收入、结算总额 |
| 订阅任何指标的基于阈值的警报 |
使用方法
向 POST /mcp 发送 JSON-RPC 2.0 请求:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "hivepulse_get_health",
"arguments": {}
}
}支持的方法
initialize— 返回协议版本、功能和服务器信息tools/list— 返回可用的工具定义tools/call— 通过名称和参数执行工具
REST API
HivePulse 还在 /v1/pulse 下公开了一个 REST API,其中包含用于 AEI、声誉、仲裁、知识定价、遗传学、订阅和数据流的端点。
设置
npm install
npm start服务器默认在端口 3001 上运行(可通过 PORT 环境变量配置)。
架构
使用 Express 的 Node.js。使用 SQLite 进行持久化。六个后台分析器持续运行以进行实时指标计算。
许可证
专有 — Hive Civilization
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srotzin/hivepulse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server