PluginBench
MCP Server
Active
MIT

io.github.haiiibin/acb-tax-mcp MCP Server

io.github.haiiibin/acb-tax-mcp

What is the io.github.haiiibin/acb-tax-mcp MCP server?

Canadian ACB and capital gains: average-cost, per-disposition gains, superficial-loss detection.

How to install io.github.haiiibin/acb-tax-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "acb-tax-mcp": {
      "command": "uvx",
      "args": [
        "acb-tax-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "acb-tax-mcp": {
      "command": "uvx",
      "args": [
        "acb-tax-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "acb-tax-mcp": {
      "command": "uvx",
      "args": [
        "acb-tax-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "acb-tax-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "acb-tax-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add acb-tax-mcp -- uvx acb-tax-mcp

Related MCP servers

Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.

2
Python
MIT
View repository →