au bizintel mcp for Cursor
io.github.ljdigital/au-bizintel-mcp
Australian business intelligence MCP — ABN lookup, business search & AI prospect assessment via ABR.
client:Cursor
transport:stdio
runtime:npm
Install au bizintel mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"au-bizintel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ljdigital/au-bizintel-mcp"
],
"env": {
"ABR_GUID": "<ABR_GUID>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs