Skip to main content
Glama

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.

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 nullnull 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.

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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    Parse 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 updated
    16
    ISC
  • A
    license
    -
    quality
    B
    maintenance
    Cost basis tracking, capital gains calculation, and 1099-DA reconciliation for Claude, built on top of the Crypto Portfolio MCP data layer.
    Last updated
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Reference 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 updated
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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