Home › Other › Australian Tax MCP

Australian Tax MCP

Cited Australian tax answers from 34,500+ ATO documents, legislation and public rulings.

TypeScript Remote
★ 10 stars Last pushed 2026-09-20 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.ato-mcp.com.au/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http ato-mcp https://api.ato-mcp.com.au/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "ato-mcp": {
      "url": "https://api.ato-mcp.com.au/mcp"
    }
  }
}

Package (npm 2.2.1)

npx -y ato-mcp@2.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "ato-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ato-mcp@2.2.1"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry