CryptoTaxEdge
Provides US tax classification for on-chain Ethereum transactions, including swaps, liquidity adds, rewards, and bridges, with per-leg asset breakdowns and counterparty identification.
Provides US tax classification for on-chain Solana transactions, including swaps, liquidity adds, rewards, and bridges, with per-leg asset breakdowns and counterparty identification.
CryptoTaxEdge MCP Server
US tax classification for on-chain transactions, as an MCP server. Submit transaction hashes and get back the canonical event category, the US tax treatment with cited authority, a calibrated confidence score, an explicit route-to-review flag on uncertain rows, and per-leg breakdowns with counterparty identification. 80+ chains, including Ethereum, the major L2s, and Solana.
This is a remote MCP server — nothing to install or run locally.
Endpoint:
https://mcp.cryptotaxedge.com/(streamable HTTP, JSON-RPC 2.0)Auth:
Authorization: Bearer YOUR_API_KEY— free self-serve Developer key (no card) at dashboard.cryptotaxedge.com under Settings → API KeysSite: cryptotaxedge.com
What it returns
Every classification carries the reliability envelope:
Field | Meaning |
| Canonical event type (swap, liquidity_add, reward, bridge, ...) |
| Closed enum: |
|
|
| Routing signal: how strongly independent evidence agreed |
| The honesty contract — uncertain rows are flagged, never guessed |
| On contested treatments (LP, wrap, liquid staking): the position not taken |
| Per-leg sent/received breakdown with counterparties |
Plain transfers, approvals, spam, failed and unsupported transactions, and every repeat come back fully identified at no charge.
Related MCP server: Crypto Tax MCP
Try it
List the tools:
curl -X POST https://mcp.cryptotaxedge.com/ \
-H "Authorization: Bearer $CTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Classify a batch (up to 100 per call):
curl -X POST https://mcp.cryptotaxedge.com/ \
-H "Authorization: Bearer $CTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"classify_batch","arguments":{"transactions":[{"tx_id":"row_1","tx_hash":"0x...","chain":"ethereum"}]}}}'The same engine is available over plain REST — see the API docs and the developer quickstart.
Registry manifest
server.json — published to the official
MCP Registry as
io.github.sturs49/cryptotaxedge.
Classifications are informational only, not tax advice. Verify results with a qualified tax professional before filing.
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityAmaintenanceParse crypto exchange CSVs (Coinbase, Binance, Kraken, +11 more) and bank statement PDFs (Chase, BofA, +11 more) into Koinly, TurboTax, CoinLedger, or ZenLedger formats. Free tier: 25 files/month, no credit card required.Last updated16ISC
- Alicense-qualityBmaintenanceCost basis tracking, capital gains calculation, and 1099-DA reconciliation for Claude, built on top of the Crypto Portfolio MCP data layer.Last updatedMIT
- Alicense-qualityBmaintenanceReference data layer for prediction markets: resolution-clarity grades (A/B/C), named resolution sources with provenance, cross-venue linking, and per-contract eligibility screens across Kalshi and Polymarket. Open,read-only, no key required.Last updated3MIT
- Flicense-qualityDmaintenanceClassifies Solana on-chain transactions into tax categories (e.g., swap, stake, NFT) and exports CSV reports compatible with TurboTax and CoinTracker.Last updated
Related MCP Connectors
TaxSort — Tollbooth-monetized MCP server for personal tax transaction classification
Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa…
Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sturs49/cryptotaxedge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server