← Discover MCPs and Agents
T
MCPAI & MLMCP Registry

Toolcall

30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.

Links

README

From the repo.

Toolcall MCP

30 pay-per-call APIs for AI agents, over MCP. Compliance, trade, safety, web, and data tools an agent can call directly. No account, no API key. Each call costs a few cents in USDC on Base via the x402 protocol, and the calling client pays automatically when it supports x402.

  • Remote MCP endpoint: https://toolcall.click/mcp (Streamable HTTP)
  • Catalog / manifest: https://toolcall.click/ and https://toolcall.click/.well-known/x402
  • OpenAPI: https://toolcall.click/openapi.json

What you get

One MCP server, 30 tools spanning things agents actually need but that are annoying to wire up: official sanctions/AML screening, HS-code customs classification, chemical safety, FDA drug/device intelligence, electronic-component pricing, SEC financials, and clean web tooling (search, reader, screenshot, tech-stack, archive history). Every tool is a single call that aggregates authoritative sources and returns clean JSON.

Connect

Any MCP client that supports remote Streamable HTTP servers

Point it at:

https://toolcall.click/mcp

Claude Desktop / Cursor / stdio-only clients

Bridge the remote server to stdio with mcp-remote:

{
  "mcpServers": {
    "toolcall": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://toolcall.click/mcp"]
    }
  }
}

Paying for calls

Tools are priced per call (see table). The payment model is client-pays: calling a tool without payment returns the exact price and x402 payment requirements in the result's _meta["x402/payment-required"] field. An x402-capable client signs a USDC payment on Base (gasless, EIP-3009) and retries with the signed payload in params._meta["x402/payment"]. The server never holds or forwards funds — payment goes straight to the tool operator's wallet.

You can also call any tool over plain HTTP with a standard x402 client (e.g. x402-fetch, x402-axios, or the Coinbase CDP Bazaar): a bare request returns HTTP 402 with payment requirements; pay and retry the same URL.

Tools

EndpointToolPrice (USDC)
/t/crypto/spotCrypto Spot Price$0.003
/t/crypto/gasGas Price$0.002
/t/fx/ratesFX Rates (ECB)$0.002
/t/domain/checkDomain Trust Check$0.008
/t/email/validateEmail Address Validation$0.004
/t/news/searchNews Search$0.010
/t/youtube/transcriptYouTube Transcript$0.010
/t/pdf/extractPDF Text Extraction$0.010
/t/web/searchWeb Search$0.008
/t/brand/visibilityBrand AI-Visibility Snapshot$0.250
/t/web/screenshotWeb Page Screenshot$0.015
/t/web/readerURL to Markdown Reader$0.006
/t/chem/safetyChemical Safety Intelligence$0.030
/t/chem/compatibilityChemical Compatibility Verdict$0.030
/t/recall/checkUniversal Recall & Safety Check$0.020
/t/med/drugDrug Intelligence (FDA)$0.040
/t/med/deviceMedical Device Intelligence (FDA)$0.040
/t/hs/classifyHS Code Classifier & Duty Lookup$0.040
/t/sanctions/screenSanctions / Watchlist Screening$0.020
/t/company/verifyCompany & VAT Verification$0.020
/t/product/barcodeProduct & Packaging Intelligence$0.020
/t/legal/casesLitigation & Bankruptcy Intelligence (US)$0.050
/t/part/lookupElectronic Component Intelligence$0.040
/t/jobs/searchJob Postings Search$0.020
/t/local/searchLocal Business & Place Search$0.020
/t/package/checkPackage Supply-Chain Safety Check$0.010
/t/web/historyWebsite History & Archive Timeline$0.020
/t/web/techstackWebsite Tech Stack Fingerprint$0.020
/t/sec/financialsSEC Company Financials (XBRL)$0.030
/t/time/holidaysPublic Holidays & Business Days$0.010

Networks

  • Payment: USDC on Base mainnet (eip155:8453), x402 v2 "exact" scheme.

License

MIT

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://toolcall.click/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.