This server gives Claude the ability to parse cryptocurrency CSVs and bank statement PDFs into normalized transaction data for tax software. It exposes three tools: parse_crypto_csv for handling exports from 14 exchanges including Coinbase, Kraken, and Binance, parse_bank_statement for extracting transactions from PDFs, and list_supported_sources to see what formats work. The output converts to Koinly, TurboTax, CoinLedger, or ZenLedger formats. Requires a TaxFormatter API key. Useful when you're building tax prep workflows, consolidating financial data from multiple sources, or letting an agent handle messy exchange exports without writing custom parsers for each platform.
claude mcp add --transport stdio io.github.sean-bravo-taxformatter uvx taxformatter