Skip to main content
Glama
keitaemsden-lab

asic-lookup-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRIVATE_KEYNoThe key itself, 0x + 64 hex characters.
API_BASE_URLNoOverride the endpoint. Must be https. Default: https://api.nightshiftbuilds.com
SPEND_CAP_USDNoTotal USD this server may spend before it refuses every further lookup. Roughly 100 lookups per dollar. There is deliberately no default.
PRIVATE_KEY_FILENoPath to a file containing the wallet's private key.
REQUEST_TIMEOUT_MSNoHow long to wait for the API. 1000–300000. Default: 45000
MAX_PRICE_USD_PER_CALLNoThe 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.8/5.0

Scored across 1 tool

Disambiguation5/5

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.

Naming Consistency5/5

The tool name follows a clear verb_noun pattern ('lookup_australian_company') and is descriptive. Consistency is trivially maintained with a single tool.

Tool Count3/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues