Business Registries Claude Desktop Config
Add the Business Registries MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_business_registries_api_key with your actual business registries api key
Endpoints
GET
/business-namesRetrieve a list of business names
GET
/classifications/address-typesRetrieve a list of address types
GET
/classifications/business-name-lifecycle-statesRetrieve a list of business name lifecycle states
GET
/classifications/electronic-address-typesRetrieve a list of electronic address types
GET
/classifications/gendersRetrieve a list of genders
GET
/classifications/legal-entity-typesRetrieve a list of legal entity types
GET
/classifications/license-lifecycle-statesRetrieve a list of license lifecycle states
GET
/classifications/license-typesRetrieve a list of license types
GET
/classifications/name-directionsRetrieve a list of name directions
GET
/classifications/name-prefixesRetrieve a list of name prefixes