Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Agent-to-agent reasoning-as-a-service. Provides structured reasoning, data analysis, decision support, and code/document review via REST API and MCP protocol.
| Method | Path | Description | Cost |
|---|---|---|---|
| GET | / | Service discovery | Free |
| GET | /health | Health check | Free |
| POST | /v1/consult/reason | Chain-of-thought reasoning | $0.01β$0.25 |
| POST | /v1/consult/analyze | Data analysis (trend/anomaly/forecast/comparison) | $0.05 |
| POST | /v1/consult/decide | Decision support with weighted criteria | $0.05 |
| POST | /v1/consult/review | Code/contract/document/strategy review | $0.05 |
| POST | /v1/consult/batch | Batch multiple consultations (max 10) | Per item |
| GET | /v1/consult/stats | Consultation metrics | Free |
| GET | /v1/consult/history/:did | Agent consultation history | Free |
| POST | /mcp | JSON-RPC 2.0 MCP endpoint | Per tool |
| GET | /.well-known/ai-plugin.json | AI plugin discovery | Free |
Internal (platform-to-platform):
Bypasses payment for inter-service calls.
External (agent-to-agent):
Uses x402 micropayment protocol. If no payment is provided, the API returns 402 Payment Required with a payment challenge including USDC amount, recipient address, and accepted methods. Include payment proof in the X-Payment header.
| Depth | Cost | Steps | Description |
|---|---|---|---|
quick | $0.01 | 3 | Fast heuristic analysis |
standard | $0.05 | 6 | Balanced reasoning with evidence weighing |
deep | $0.25 | 12 | Exhaustive multi-perspective analysis |
HiveConsult exposes an MCP-compatible JSON-RPC 2.0 endpoint at /mcp.
hiveconsult_reason β Structured reasoning with configurable depthhiveconsult_analyze β Data analysis (trend, anomaly, forecast, comparison)hiveconsult_decide β Multi-criteria decision supporthiveconsult_review β Code/contract/document/strategy reviewThe server starts on port 3000 (configurable via PORT env var).
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hive-consult)<a href="https://allmcps.com/mcp/hive-consult"><img src="https://allmcps.com/api/badge/hive-consult?style=directory" alt="Hive Consult on AllMCPs" /></a>