CryptoTaxEdge
US tax classification for on-chain transactions: tx hash in → canonical category, tax treatment, confidence, and review flags out. 80+ chains.
README
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 Keys - Docs: dashboard.cryptotaxedge.com/api
- Site: cryptotaxedge.com
What it returns
Every classification carries the reliability envelope:
| Field | Meaning |
|---|---|
category |
Canonical event type (swap, liquidity_add, reward, bridge, ...) |
treatment |
Closed enum: disposal, income, non_taxable, expense, needs_review |
taxable |
true, false, or null — null always travels with needs_review: true |
confidence |
Routing signal: how strongly independent evidence agreed |
needs_review |
The honesty contract — uncertain rows are flagged, never guessed |
grey_area |
On contested treatments (LP, wrap, liquid staking): the position not taken |
assets |
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.
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.