{
  "markdown": "# Toolcall MCP\n\n**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](https://base.org) via the [x402](https://x402.org) protocol, and the **calling client pays automatically** when it supports x402.\n\n- **Remote MCP endpoint:** `https://toolcall.click/mcp` (Streamable HTTP)\n- **Catalog / manifest:** `https://toolcall.click/` and `https://toolcall.click/.well-known/x402`\n- **OpenAPI:** `https://toolcall.click/openapi.json`\n\n## What you get\n\nOne 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.\n\n## Connect\n\n### Any MCP client that supports remote Streamable HTTP servers\n\nPoint it at:\n\n```\nhttps://toolcall.click/mcp\n```\n\n### Claude Desktop / Cursor / stdio-only clients\n\nBridge the remote server to stdio with [`mcp-remote`](https://www.npmjs.com/package/mcp-remote):\n\n```json\n{\n  \"mcpServers\": {\n    \"toolcall\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://toolcall.click/mcp\"]\n    }\n  }\n}\n```\n\n## Paying for calls\n\nTools 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.\n\nYou 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.\n\n## Tools\n\n| Endpoint | Tool | Price (USDC) |\n|---|---|---|\n| `/t/crypto/spot` | Crypto Spot Price | $0.003 |\n| `/t/crypto/gas` | Gas Price | $0.002 |\n| `/t/fx/rates` | FX Rates (ECB) | $0.002 |\n| `/t/domain/check` | Domain Trust Check | $0.008 |\n| `/t/email/validate` | Email Address Validation | $0.004 |\n| `/t/news/search` | News Search | $0.010 |\n| `/t/youtube/transcript` | YouTube Transcript | $0.010 |\n| `/t/pdf/extract` | PDF Text Extraction | $0.010 |\n| `/t/web/search` | Web Search | $0.008 |\n| `/t/brand/visibility` | Brand AI-Visibility Snapshot | $0.250 |\n| `/t/web/screenshot` | Web Page Screenshot | $0.015 |\n| `/t/web/reader` | URL to Markdown Reader | $0.006 |\n| `/t/chem/safety` | Chemical Safety Intelligence | $0.030 |\n| `/t/chem/compatibility` | Chemical Compatibility Verdict | $0.030 |\n| `/t/recall/check` | Universal Recall & Safety Check | $0.020 |\n| `/t/med/drug` | Drug Intelligence (FDA) | $0.040 |\n| `/t/med/device` | Medical Device Intelligence (FDA) | $0.040 |\n| `/t/hs/classify` | HS Code Classifier & Duty Lookup | $0.040 |\n| `/t/sanctions/screen` | Sanctions / Watchlist Screening | $0.020 |\n| `/t/company/verify` | Company & VAT Verification | $0.020 |\n| `/t/product/barcode` | Product & Packaging Intelligence | $0.020 |\n| `/t/legal/cases` | Litigation & Bankruptcy Intelligence (US) | $0.050 |\n| `/t/part/lookup` | Electronic Component Intelligence | $0.040 |\n| `/t/jobs/search` | Job Postings Search | $0.020 |\n| `/t/local/search` | Local Business & Place Search | $0.020 |\n| `/t/package/check` | Package Supply-Chain Safety Check | $0.010 |\n| `/t/web/history` | Website History & Archive Timeline | $0.020 |\n| `/t/web/techstack` | Website Tech Stack Fingerprint | $0.020 |\n| `/t/sec/financials` | SEC Company Financials (XBRL) | $0.030 |\n| `/t/time/holidays` | Public Holidays & Business Days | $0.010 |\n\n## Networks\n\n- Payment: USDC on Base mainnet (`eip155:8453`), x402 v2 \"exact\" scheme.\n\n## License\n\nMIT\n",
  "bytes": 4086,
  "sha": "c103d7fdf35dcb9bbc87df8b2671646d29e1d9691716368995b56895bee97b83",
  "repo_slug": "beneistvan/toolcall-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_click_toolcall_toolcall_d85864ea/readme"
}