asic-lookup-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRIVATE_KEY | No | The key itself, 0x + 64 hex characters. | |
| API_BASE_URL | No | Override the endpoint. Must be https. Default: https://api.nightshiftbuilds.com | |
| SPEND_CAP_USD | No | Total USD this server may spend before it refuses every further lookup. Roughly 100 lookups per dollar. There is deliberately no default. | |
| PRIVATE_KEY_FILE | No | Path to a file containing the wallet's private key. | |
| REQUEST_TIMEOUT_MS | No | How long to wait for the API. 1000–300000. Default: 45000 | |
| MAX_PRICE_USD_PER_CALL | No | The most one lookup may cost. A 402 asking for more is refused, not paid. Default: 0.01 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_australian_companyA | Costs USD 0.01 per successful lookup, paid automatically in USDC on Base from the wallet this server is configured with; a query that matches nothing is free, and so is a malformed one. Resolves an Australian company by ABN, ACN or name against the ASIC Company Register (about 4 million companies) and returns the registered name, ACN or ARBN, ABN, registration status, entity type and class, registration and deregistration dates, previous state of registration and former names. Give exactly one of abn, acn or name. It does NOT have GST status, business address, state or postcode, directors or officeholders, trading names, financial data, or anything about a sole trader or partnership that is not a registered company. It is a weekly snapshot, not the official register: ASIC Connect is authoritative for anything legal. This server stops spending at USD 10.00 in total. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of selecting the wrong tool. The single tool's description is unambiguous and clearly defines its exact input parameters.
The tool name follows a clear verb_noun pattern ('lookup_australian_company') and is descriptive. Consistency is trivially maintained with a single tool.
A single tool is borderline per the rubric, as 1-2 tools can feel thin. However, the server's purpose is a single, narrowly defined lookup operation, so the count is justifiable but still minimal.
For the stated domain of Australian company lookups, the tool covers all query methods (ABN, ACN, name) and returns comprehensive registration data. Excluded fields are explicitly outside scope, so no obvious gaps exist.