io.github.sturs49/cryptotaxedge
io.github.sturs49/cryptotaxedgeUS tax classification for on-chain transactions: category, treatment, confidence, review flags.
Tools · 4
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…
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 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 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
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
Plain-text overview of the product, the API and the MCP server for agents.
https://cryptotaxedge.com/llms.txt
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.sturs49/cryptotaxedge": {
"url": "https://mcp.cryptotaxedge.com/",
"transport": "http"
}
}
}