{
  "markdown": "# AU-BizIntel MCP Server\n\n**Australian Business Intelligence for AI Agents**\n\nBuilt by [LJ Digital](https://ljdigital.com.au) — connecting AI agents to real Australian business data.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Node.js](https://img.shields.io/badge/node-%3E%3D18-green.svg)](https://nodejs.org)\n[![MCP](https://img.shields.io/badge/MCP-compatible-purple.svg)](https://modelcontextprotocol.io)\n\n## What It Does\n\nGives any MCP-compatible AI agent (Claude, Cursor, Kilo Code, etc.) instant access to the Australian Business Register (ABR) — plus AI-powered business intelligence. Search 8M+ registered Australian entities by name or ABN, get full profiles, check GST status, and get an AI-generated opportunity assessment for any business.\n\n**Try the web version:** [bizintel.ljdigital.com.au](https://bizintel.ljdigital.com.au)\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `abn_lookup` | Look up any ABN → entity name, type, GST status, location |\n| `acn_lookup` | Look up a company by ACN (Australian Company Number) |\n| `search_business` | Search entities by name (with optional state filter) |\n| `check_gst_status` | Check if an ABN is currently GST registered |\n| `get_entity_details` | Full entity profile as structured JSON |\n| `research_prospect` | **AI-powered** — full intelligence profile + opportunity assessment (High/Medium/Low score, signals, and specific AI proposition for that business type) |\n\n## Quick Start\n\n### Prerequisites\n- Node.js 18+\n- Free ABR API GUID — register at [abr.business.gov.au/Tools/WebServices](https://abr.business.gov.au/Tools/WebServices)\n- Anthropic API key (for `research_prospect` tool only — other tools work without it)\n\n### Installation\n\n```bash\ngit clone https://github.com/ljdigital/au-bizintel-mcp.git\ncd au-bizintel-mcp\nnpm install\n```\n\n### Configuration\n\nCreate a `.env` file:\n```\nABR_GUID=your-abr-guid-here\nANTHROPIC_API_KEY=your-anthropic-key-here  # optional, needed for research_prospect\n```\n\n### Claude Desktop Config\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"au-bizintel\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/au-bizintel-mcp/src/server.js\"],\n      \"env\": {\n        \"ABR_GUID\": \"your-guid-here\",\n        \"ANTHROPIC_API_KEY\": \"your-key-here\"\n      }\n    }\n  }\n}\n```\n\n## Example Usage\n\nOnce connected, ask your AI agent:\n\n- *\"Look up ABN 33 051 775 556\"*\n- *\"Is Atlassian GST registered?\"*\n- *\"Search for accounting firms in NSW\"*\n- *\"Research Telstra as a prospect\"*\n- *\"Get the full entity profile for BHP\"*\n\n### Example `research_prospect` output\n\n```\n{\n  \"entity_name\": \"TELSTRA CORPORATION LIMITED\",\n  \"abn\": \"33051775556\",\n  \"entity_type\": \"Australian Public Company\",\n  \"active_since\": \"1999\",\n  \"years_in_business\": 27,\n  \"gst_registered\": true,\n  \"region\": \"Melbourne CBD\",\n  \"state\": \"VIC\",\n  \"business_summary\": \"Telstra Corporation Limited is Australia's largest\n    telecommunications company, providing mobile, broadband, voice, and\n    enterprise IT services across the country.\",\n  \"ai_opportunity\": {\n    \"score\": \"High\",\n    \"signals\": [\n      \"Massive customer base generating continuous transaction data\",\n      \"Complex network infrastructure requiring real-time optimisation\",\n      \"Multiple business units with diverse operational datasets\"\n    ],\n    \"proposition\": \"Telstra can deploy AI-powered predictive maintenance\n      to optimise network uptime, customer churn prediction models to\n      improve retention, and intelligent billing automation across its\n      Specialised Recoveries division...\"\n  }\n}\n```\n\n## Data Source\n\nAll data sourced from the [Australian Business Register (ABR)](https://abr.business.gov.au) — official Australian Government data, updated in real time. AI assessments generated by Claude (Anthropic).\n\n## Getting Your ABR GUID\n\n1. Go to [abr.business.gov.au/Tools/WebServices](https://abr.business.gov.au/Tools/WebServices)\n2. Click \"Register\" and fill in the form\n3. Your GUID is emailed immediately — it's free\n\n## License\n\nMIT — LJ Digital 2026\n\n---\n\n*Built in Australia 🇦🇺 for the Australian market*\n",
  "bytes": 4135,
  "sha": "21459cebefc6af6e57756a99d13f34efc8ebe63b0bc300309df4cacf6280f441",
  "repo_slug": "ljdigital/au-bizintel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ljdigital_au_bizintel_mcp_87d0cdb0/readme"
}