Skip to content
Back to search
100
MCP live MCP 2025-03-26 http

io.github.sturs49/cryptotaxedge

io.github.sturs49/cryptotaxedge

US tax classification for on-chain transactions: category, treatment, confidence, review flags.

Uptime
100.0%
1 direct probes · 30d
Response
109ms
last probe
Tools
4
callable
Resources
2
readable
Prompts
0
available

Tools · 4

classify_transaction

Classify a single blockchain transaction using CryptoTaxEdge's multi-source consensus engine, the same engine and serve semantics as the public REST /v1/classify endpoint. Returns the /v1 contract fie…

lookup_contract

Look up a smart contract in CryptoTaxEdge's registry. Returns protocol metadata, contract type, verified ABI availability, label, and category hints. Use before deciding whether to classify a tx.

classify_batch

Classify a batch of blockchain transactions (up to 100) using CryptoTaxEdge's classification engine. Built for accounting platforms integrating CryptoTaxEdge as their classification layer. Returns per…

map_to_chart_of_accounts

Map classified blockchain transactions into journal-entry-ready ledger lines against a chart of accounts. For each transaction (up to 100): debit account, credit account, optional gain/loss plug accou…

Resources · 2

CryptoTaxEdge Classification Standard v1

JSON Schema of the classification result: categories, treatment enum, grey-area doctrine and the fields every classify tool returns.

https://cryptotaxedge.com/standard/cte-classification-standard-v1.json
CryptoTaxEdge llms.txt

Plain-text overview of the product, the API and the MCP server for agents.

https://cryptotaxedge.com/llms.txt

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.sturs49/cryptotaxedge": {
      "url": "https://mcp.cryptotaxedge.com/",
      "transport": "http"
    }
  }
}