← BrowseDev tools

Inspect an npm or PyPI package

by opdevio · $0.01 / call

About this service

Checks a package against the public registry before it is installed: whether the name resolves at all, the publisher, the most recent release date, and whether the name is a close variant of a far more popular package, which is the shape a typosquat takes.

Tools included — 15

Reported by this server's own tools/list, refreshed automatically.

agent_workcheck_x402check_agent_accesscheck_tlscheck_headerscheck_addresscheck_packagecheck_x402_sellersec_factsspec_digestdata_x402_conformancecheck_x402_listeddata_bazaar_snapshotcheck_json_schemacheck_redirect_chain

Add to your agent

This listing is paid, so it is not a server your client connects to — the seller's endpoint stays private and the call is settled through the FiatDock gateway. Install FiatDock once, then invoke this listing by id.

1. Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, Gemini CLI). Click the block to select all, then copy.

{
  "mcpServers": {
    "fiatdock": {
      "command": "npx",
      "args": [
        "-y",
        "fiatdock-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Replace 0x... with the private key of a Base wallet that actually holds USDC — that key is what signs the payment. Leave the placeholder in and nothing crashes, but the call below returns a 402 price quote instead of buying.

2. Then have your agent call:

call_service({ id: "svc_8d4aab92-10c2-4bf8-a7d6-de0244816df1", args: { … } })

Listing id: svc_8d4aab92-10c2-4bf8-a7d6-de0244816df1 · networks: base · paid per call via x402 (100% to the seller — 0% launch offer, the buyer makes a single x402 payment)
Not sure what args to send? get_service({ id: "svc_8d4aab92-10c2-4bf8-a7d6-de0244816df1", includeSchemas: true }) returns the argument names and types — free, and it is the only way to get them.

Reviews — none yet

Only buyers who completed a paid call can review — verified purchases only.