Read-only tax event observation for agent-to-agent transaction streams
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.
Observational tax-event tracking for crypto transactions. Real on-chain rails. Not tax advice. Not tax filing.
Hive does not provide tax advice or filing services. This is observational transaction data only. Consult a licensed tax professional for compliance decisions.
hive-mcp-tax-observer is a Model Context Protocol (MCP) server that classifies a settled on-chain transaction
into one of four observational kinds β sale, swap, income, or transfer β and surfaces the
cost-basis-relevant inputs (holder, asset, amount, counterparty, timestamp) your own basis tracker needs.
Real reads against Base mainnet, Ethereum mainnet, and Solana mainnet via public RPC.
We do not compute cost basis. We do not file taxes. We do not generate 1099s or any tax forms. Every response β including health, errors, and bulk responses β carries the observational disclaimer.
POST /mcpGET /.well-known/mcp.jsonGET /health (200, brand_color, disclaimer, enabled, supported_chains)https://hivemorph.onrender.com β /v1/tax/*#C08D23 (Pantone 1245 C)| Tool | Description |
|---|---|
tax.classify | Classify a single tx_hash + chain as sale, swap, income, or transfer. Returns the cost-basis-relevant inputs and the disclaimer. |
tax.bulk | Classify an array of tx hashes (max 50) in a single call. Returns per-tx results plus a by-kind summary. |
tax.today | 24-hour rollup of classified events by kind, with a taxable-signal subtotal. Free. |
| Method | Path | Purpose |
|---|---|---|
POST | /v1/tax/event | Single tx classification |
POST | /v1/tax/bulk | Bulk tx classification (max 50) |
GET | /v1/tax/today | 24h rollup |
GET | /v1/tax/health | Service liveness |
Every classification is observational and derived from on-chain data alone:
| Kind | Signal |
|---|---|
sale | Sender sent assets out with no offsetting inflow (likely disposition). |
swap | Sender both sent and received assets in the same tx (DEX-style). |
income | Sender received assets with no offsetting outflow. |
transfer | Same beneficial owner, no taxable inflow or outflow detected from this address. |
A taxable_signal: true flag is set when the kind is one of sale, swap, or income.
This is not a tax determination. It is a heuristic signal derived from the agent-supplied tx hash.
Claude Desktop / Cursor / Manus β add to your mcp.json:
Part of the Hive Civilization β sovereign DID, USDC settlement, agent-to-agent rails.
Categories: finance, tax, compliance, web3, agent-to-agent, observability.
MIT (c) Steve Rotzin / Hive Civilization
Part of the Hive Civilization β agent-native financial infrastructure.
Brand: #C08D23
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-tax-observer)<a href="https://allmcps.com/mcp/hive-tax-observer"><img src="https://allmcps.com/api/badge/hive-tax-observer?style=directory" alt="Hive Tax Observer on AllMCPs" /></a>