streamable-httpMITupdated 4mo ago
Multi-Agent Ecosystem Analytics — MCP Server
O que dá para fazer com HiveConsciousness?
HiveConsciousness
Multi-Agent Ecosystem Analytics — MCP Server
HiveConsciousness is a Model Context Protocol (MCP) server that provides real-time ecosystem health monitoring, predictive analytics, and pattern detection across multi-agent networks.
MCP Tools
HiveConsciousness exposes the following MCP tools via GET /mcp/tools and POST /mcp/execute:
| Tool | Description | Cost |
|---|---|---|
hiveconsciousness_get_pulse |
Real-time health snapshot: transaction velocity, active agents, dispute rate, revenue breakdown, anomaly flags | Free |
hiveconsciousness_predict |
Predictive analysis for a specific domain. Returns predictions with confidence scores, recommended actions, and estimated impact | $1.00 |
hiveconsciousness_get_patterns |
Detected patterns and emerging trends: opportunities, friction points, anomalies, and growth signals | Free |
Endpoints
GET /mcp/tools— List available MCP tools (no auth required)POST /mcp/execute— Execute an MCP tool (no auth required)
Tech Stack
- Node.js / Express
- Real-time metric aggregation
- Pattern detection and anomaly scoring
License
Proprietary
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
Instalação
Adicione HiveConsciousness ao seu cliente. Escolha o que você usa.
claude mcp add --transport http hiveconsciousness https://hiveconsciousness.onrender.com/mcpcodex mcp add hiveconsciousness --url https://hiveconsciousness.onrender.com/mcp{
"mcpServers": {
"hiveconsciousness": {
"url": "https://hiveconsciousness.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hiveconsciousness": {
"type": "http",
"url": "https://hiveconsciousness.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hiveconsciousness": {
"url": "https://hiveconsciousness.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hiveconsciousness": {
"serverUrl": "https://hiveconsciousness.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação11/25
- Manutenção13/25
- Confiança13/20
- Capacidade0/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 14 de abr. de 2026 |