Hive Tax Observer
https://hive-mcp-tax-observer.onrender.com/mcpskills: {'id': 'tax.classify', 'name': 'tax.classify', 'description': 'Classify a single on-chain transaction as a taxable event (sale/swap/income/transfer). Surfaces cost-basis-relevant inputs (holder, asset, amount, counterparty, timestamp). Hive does NOT compute cost basis. Hive does NOT provide tax advice or filing services. Real on-chain reads on Base / Ethereum / Solana.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'tax.bulk', 'name': 'tax.bulk', 'description': 'Classify an array of transactions in a single call (max 50). Returns per-tx classification + a by-kind summary. Same hard rules as tax.classify — observational data only, no advice, no filing, no cost basis computation.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'tax.today', 'name': 'tax.today', 'description': 'Count of classified events in the last 24h, broken down by kind (sale / swap / income / transfer) with a taxable-signal subtotal. Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 319.3ms; conformance: pass
How to connect
https://hive-mcp-tax-observer.onrender.com/mcp
curl -X POST https://hive-mcp-tax-observer.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'