Skip to content
Cursor

asic mcp for Cursor

io.ausdata/asic-mcp

Query ASIC registers in plain English — advisers, licensees, banned persons, liquidators.

client:Cursor transport:stdio runtime:pypi

Install asic mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "asic-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "asic-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

asic mcp in other clients