mcpbeat Sign in

Taxformatter MCP Server

by sean-bravo Your server? Claim it
local only

Taxformatter runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 10 Sep 2026.

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

Installs per day peak 14 · avg 6 · +7% w/w
a month agotoday
25
Installs / week
npm · @taxformatter/mcp-server
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/mcp-server.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a database query by concatenation content/blog/taxformatter-launch-announcement.mdx:52
Drag and drop your broken CSV file. Works with Coinbase, Binance, Kraken, and 15+ other exchanges.
Builds a file path from a variable lib/content/posts.ts:26
    const filePath = path.join(BLOG_DIR, filename);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add taxformatter -- npx -y @taxformatter/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "taxformatter": {
      "args": [
        "-y",
        "@taxformatter/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.taxformatter]
command = "npx"
args = ["-y", "@taxformatter/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "taxformatter": {
      "args": [
        "-y",
        "@taxformatter/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "taxformatter": {
      "args": [
        "-y",
        "@taxformatter/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TAXFORMATTER_API_KEY (Your TaxFormatter API key (starts with tf_live_). Get one free at taxformatter.com/dashboard/developer). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Taxformatter

same job, measured the same way
Seraph
by kondux

Crypto transaction firewall and risk tools for MCP agents.

answering
Pathguard
by cieltech-pathguard

Crypto transaction safety tool — screens addresses and transactions for scam risk.

5 tools answering
traql
by traql

AML risk scoring for crypto addresses and transactions on Ethereum, BSC, TRON, TON, Bitcoin

74 installs/wk local only
Synci
by synci

Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings.

answering
MCP Aml
by cryptoapis-io

MCP server for AML address verification and transaction screening via Crypto APIs

36 installs/wk local only
Modern Treasury
by usefulapi

MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.

17 tools answering
Convex Lake
by hsergeyf

Trade, orderbook, and volatility data for prediction markets and crypto derivatives.

answering
AbraFlexi
by vitexus

MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions.

161 installs/wk local only

Taxformatter — questions

Answers built from our own checks of this server.

Why is there no uptime for Taxformatter?
Taxformatter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @taxformatter/mcp-server was installed 25 times last week.
How do I connect Taxformatter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @taxformatter/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Taxformatter?
The npm package @taxformatter/mcp-server was installed 25 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Taxformatter open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.