Serversio.github.Sean-Bravo/taxformatter
T

io.github.Sean-Bravo/taxformatter

io.github.Sean-Bravo/taxformatter · v0.1.2
▦ npm
v0.1.2npm npm: @taxformatter/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Sean-Bravo/taxformatter",
  "description": "Parse crypto CSVs and bank PDFs into clean transaction data for Koinly, TurboTax, CoinLedger.",
  "repository": {
    "url": "https://github.com/Sean-Bravo/trw",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@taxformatter/mcp-server",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your TaxFormatter API key (starts with tf_live_). Get one free at taxformatter.com/dashboard/developer",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TAXFORMATTER_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}