Developer Tools
cryptotaxedge.com
Classifies crypto transactions for US tax purposes, returning tax treatment, confidence, and reasoning for DeFi transactions via a single API call.
ENDPOINT 1
https://mcp.cryptotaxedge.com
MCP server metadata
- Name
- cte-mcp-server
- Version
- 0.2.2
Classify blockchain transactions into US tax treatments. Use classify_batch for up to 100 transaction hashes at once (the flagship tool), classify_transaction for a single transaction (same engine and serve semantics as the REST /v1/classify endpoint), lookup_contract for protocol metadata on a contract address, and map_to_chart_of_accounts for accounting mapping. Results include an explicit needs_review flag with taxable=null when evidence is insufficient - treat that as a routing signal, never override it with a guess. Not tax advice; outputs are informational.
Known tools 4
classify_transactionClassify a single blockchain transaction using CryptoTaxEdge's multi-source consensus engine, the same engine and serve semantics as the public REST /v1/classify endpoint.
Inferred read-onlyclassify_batchClassify a batch of blockchain transactions (up to 100) using CryptoTaxEdge's classification engine.
Inferred read-onlymap_to_chart_of_accountsMap classified blockchain transactions into journal-entry-ready ledger lines against a chart of accounts.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cte-mcp-server]
url = "https://mcp.cryptotaxedge.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cte-mcp-server": {
"type": "http",
"url": "https://mcp.cryptotaxedge.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cte-mcp-server
Remote MCP URL: https://mcp.cryptotaxedge.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cte-mcp-server": {
"url": "https://mcp.cryptotaxedge.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cte-mcp-server": {
"type": "http",
"url": "https://mcp.cryptotaxedge.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cte-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.cryptotaxedge.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cryptotaxedge.com was fetched 2026-08-11T07:50:30.121Z.
cryptotaxedge.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.