Skip to content
MCP-Bridge
Finance & Payments

Business Registries Claude Desktop Config

Add the Business Registries MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "ato-gov-au": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/ato-gov-au"
      ],
      "env": {
        "BUSINESS_REGISTRIES_API_KEY": "your_business_registries_api_key"
      }
    }
  }
}

Environment Variables

BUSINESS_REGISTRIES_API_KEY

Replace your_business_registries_api_key with your actual business registries api key

Endpoints

GET/business-names

Retrieve a list of business names

GET/classifications/address-types

Retrieve a list of address types

GET/classifications/business-name-lifecycle-states

Retrieve a list of business name lifecycle states

GET/classifications/electronic-address-types

Retrieve a list of electronic address types

GET/classifications/genders

Retrieve a list of genders

GET/classifications/legal-entity-types

Retrieve a list of legal entity types

GET/classifications/license-lifecycle-states

Retrieve a list of license lifecycle states

GET/classifications/license-types

Retrieve a list of license types

GET/classifications/name-directions

Retrieve a list of name directions

GET/classifications/name-prefixes

Retrieve a list of name prefixes