Skip to content
Grok

asic mcp for Grok

io.ausdata/asic-mcp

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

client:Grok transport:stdio runtime:pypi

Install asic mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

asic mcp in other clients