← Index

io.github.Sean-Bravo/taxformatter

io.github.Sean-Bravo/taxformatter·v0.1.2·Documents & Spreadsheets
Quality Score
80
/100

Parse crypto CSVs and bank PDFs into clean transaction data for Koinly, TurboTax, CoinLedger.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "taxformatter": {
      "command": "npx",
      "args": [
        "-y",
        "@taxformatter/mcp-server"
      ],
      "env": {
        "TAXFORMATTER_API_KEY": "<your-taxformatter_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "taxformatter": {
      "command": "npx",
      "args": [
        "-y",
        "@taxformatter/mcp-server"
      ],
      "env": {
        "TAXFORMATTER_API_KEY": "<your-taxformatter_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @taxformatter/mcp-server
§02  Environment variables
TAXFORMATTER_API_KEY
requiredsecret

Your TaxFormatter API key (starts with tf_live_). Get one free at taxformatter.com/dashboard/developer

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets