mcpbeat Sign in

Asic Lookup MCP Server

by keitaemsden-lab Your server? Claim it
local only

Asic Lookup runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 9 Sep 2026.

Look up any Australian company by ABN, ACN or name. USD 0.01 per lookup, paid in USDC via x402.

Installs per day peak 191 · avg 8
a month agotoday
61
Installs / week
npm · @nightshiftbuilds/asic-lookup-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Asic Lookup every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add asic-lookup -- npx -y @nightshiftbuilds/asic-lookup-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "asic-lookup": {
      "args": [
        "-y",
        "@nightshiftbuilds/asic-lookup-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.asic-lookup]
command = "npx"
args = ["-y", "@nightshiftbuilds/asic-lookup-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "asic-lookup": {
      "args": [
        "-y",
        "@nightshiftbuilds/asic-lookup-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "asic-lookup": {
      "args": [
        "-y",
        "@nightshiftbuilds/asic-lookup-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SPEND_CAP_USD (Total USD this server may spend from your wallet before it stops. Required: the server refuses to start without it. About 100 lookups per dollar.), PRIVATE_KEY (Private key of a Base mainnet wallet holding a little USDC. No ETH needed: x402 payments are settled by a facilitator, so the wallet signs off-chain and pays no gas. Use PRIVATE_KEY_FILE instead to keep the key out of your client config.), PRIVATE_KEY_FILE (Path to a file containing the wallet private key. Preferred over PRIVATE_KEY. Set exactly one of the two.), MAX_PRICE_USD_PER_CALL (Most this server will pay for a single lookup. Defaults to 0.01, the advertised price. A 402 asking for more than this is refused rather than paid.), REQUEST_TIMEOUT_MS (How long to wait for the API, in milliseconds. 1000 to 300000, default 45000.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Asic Lookup

same job, measured the same way
ABN Lookup MCP by UnClick
by malamutemayhem

Australian Business Number lookup and business name search. By UnClick.

23 installs/wk local only
Pohjola API
by nousulabs-debug

Agent-native API for Finnish public company data via YTJ. Pay-per-call $0.01 USDC over x402.

1 tools answering
X
Web Search & Data API
by kadec0

Web search, scraping, Google Trends and data lookups. Paid per call in USDC on Base via x402.

23 tools answering
systemprompt.io reports
by systemprompt

Paid EU AI Act compliance reports for agents. $1.50 per call via x402 (USDC on Base) or Stripe.

2 tools answering
Agentreader MCP
by ajanani1

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

24 installs/wk local only
Recapfy
by pedrot95dev

Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402.

37 installs/wk local only
Alienprobe Who MCP
by bbrysonelite-max

Company name, domain or LEI to its GLEIF legal entity, $0.05 via x402 on Base. Spend caps.

35 installs/wk local only
ukintel.uk — UK company, tender and grant intelligence
by ukintel

Companies House, Find a Tender and Find a Grant as paid JSON for agents. USDC via x402, no signup.

13 tools answering

Asic Lookup — questions

Answers built from our own checks of this server.

Why is there no uptime for Asic Lookup?
Asic Lookup runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @nightshiftbuilds/asic-lookup-mcp was installed 61 times last week.
How do I connect Asic Lookup?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @nightshiftbuilds/asic-lookup-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Asic Lookup?
The npm package @nightshiftbuilds/asic-lookup-mcp was installed 61 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Asic Lookup open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.