Hive Civilization MCP 2024-11-05 Observational only

Tax events, observed.

Send a transaction hash and a chain. Receive a classification — sale, swap, income, or transfer — and the cost-basis-relevant inputs your own basis tracker needs.

Hive does not provide tax advice or filing services. This is observational transaction data only. Consult a licensed tax professional for compliance decisions.

Tools

tax.classifySingle tx classification across Base / Ethereum / Solana.
tax.bulkUp to 50 txs in one call.
tax.today24h rollup by kind with a taxable-signal subtotal.

Endpoints

POST /mcpJSON-RPC 2.0 endpoint (Streamable-HTTP MCP).
GET /.well-known/mcp.jsonMCP descriptor.
GET /healthLiveness, brand color, disclaimer.
POST /v1/tax/eventSingle tx classification (proxy).
POST /v1/tax/bulkBulk tx classification (proxy).
GET /v1/tax/today24h rollup (proxy).

Connect from an MCP client

{
  "mcpServers": {
    "tax_observer": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://hive-mcp-tax-observer.onrender.com/mcp"]
    }
  }
}

What we do NOT do