Tools
tax.classify | Single tx classification across Base / Ethereum / Solana. |
|---|---|
tax.bulk | Up to 50 txs in one call. |
tax.today | 24h rollup by kind with a taxable-signal subtotal. |
Endpoints
POST /mcp | JSON-RPC 2.0 endpoint (Streamable-HTTP MCP). |
|---|---|
GET /.well-known/mcp.json | MCP descriptor. |
GET /health | Liveness, brand color, disclaimer. |
POST /v1/tax/event | Single tx classification (proxy). |
POST /v1/tax/bulk | Bulk tx classification (proxy). |
GET /v1/tax/today | 24h 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
- We do not compute cost basis. We surface the inputs your basis tracker needs.
- We do not file taxes, generate 1099s, or produce tax forms.
- We do not provide tax advice. Consult a licensed tax professional.