← Registry

API Tools

toolcall.click

A suite of servers providing real-time and reference data for cryptocurrencies, gas fees, forex rates, domain due-diligence, and email validation.

1 endpoint30 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://toolcall.click/mcp

No auth detected

MCP server metadata

Name
Toolsmith
Version
1.0.0
Capabilities
tools
Server instructions

Toolcall exposes 30 pay-per-call APIs for agents (compliance, trade, safety, web and data). Each tool costs a few cents in USDC on Base via the x402 protocol; the calling client pays automatically when it supports x402. Call a tool with no payment to receive the exact price and payment requirements.

Known tools 30

crypto-spot

Live spot prices for cryptocurrencies with 24h change.

Inferred read-only
crypto-gas

Current gas price and latest block for Base or Ethereum mainnet, straight from public RPC.

Inferred read-only
fx-rates

Foreign exchange reference rates from the European Central Bank.

Inferred read-only
domain-check

Due-diligence check on any domain: registration age via RDAP, registrar, DNS posture (A/MX/NS), SPF and DMARC presence, SSL certificate history, and risk flags like newly-registered or no-mail-setup.

Inferred read-only
email-validate

Email verification and deliverability check without sending anything: syntax, MX records, disposable-domain detection (121k+ known domains), role-account and free-provider flags.

Potential side effects
news-search

Recent news headlines for any company, topic or query: deduplicated titles with source, link and publish date from a broad news index.

Potential side effects
youtube-transcript

Full plain-text transcript of a YouTube video, de-duplicated and cleaned from the captions.

Inferred read-only
pdf-extract

Extract clean text from any public PDF URL (papers, filings, reports).

Inferred read-only
web-search

Keyless web search for agents: pass a query, get a concise web-grounded answer plus the top source results (title, URL, snippet).

Inferred read-only
brand-visibility

See what AI models say about a brand right now.

Inferred read-only
screenshot

Full-fidelity screenshot of any public web page, captured by a real Chrome browser.

Inferred read-only
reader

Turn any public web page, including JavaScript-heavy ones, into clean readable markdown (or text/html) with title and byline.

Inferred read-only
chem-safety

Full safety profile for any chemical by CAS number or name: GHS hazard classification (signal word, pictograms, H-statements, P-codes), first-aid measures for inhalation/skin/eye/ingestion, fire-fighting guidance, UN transport number, PPE, and CAMEO reactivity profile.

Inferred read-only
chem-compat

Can chemical A be safely mixed or stored with chemical B?

Inferred read-only
recall-check

One call checks product recalls and safety alerts across US federal agencies: NHTSA vehicle recalls (by VIN, auto-decoded, or make/model/year), CPSC consumer product recalls, and FDA food, drug and device enforcement actions.

Inferred read-only
med-drug

Complete FDA intelligence on any drug by brand name, generic name or NDC: label facts (indications, warnings, interactions, dosage), manufacturer, current shortage status, recent recalls with classification, and total adverse-event report count (FAERS).

Inferred read-only
med-device

FDA intelligence on any medical device by name or UDI: GUDID identity, device class and regulation, 510(k) clearances, PMA approvals, recent recalls, and adverse-event report count (MAUDE).

Inferred read-only
hs-classify

Classify any product to its HS / HTS customs code from a plain-English description.

Inferred read-only
sanctions-screen

AML / KYC sanctions screening: check a person, company or vessel name against the four major official sanctions lists in one call: OFAC SDN (US), UN Consolidated, EU Consolidated (FSF) and the UK Sanctions List (FCDO).

Inferred read-only
company-verify

Verify a business in one call: EU VAT validation against official VIES, legal-entity lookup via the GLEIF LEI registry (name, status, jurisdiction, company number, direct parent), and official UK Companies House data (profile by company number, or name search) with status, incorporation date, SIC codes and registered address.

Inferred read-only
product-barcode

Full product truth from an EAN/UPC barcode: name, brand, quantity, categories, complete ingredients, allergens, additives, nutrition per 100g, Nutri-Score / NOVA / Eco-Score, packaging materials with recycling info, plus any linked CPSC or FDA recall for the same barcode.

Inferred read-only
legal-cases

US litigation footprint of a company or person in one call: federal court dockets (PACER/RECAP) with case name, court, nature of suit, filing date and judge; bankruptcy filings with chapter; and published court opinions with citations.

Inferred read-only
part-lookup

Everything about an electronic component from its manufacturer part number: live distributor stock and price breaks across DigiKey, Mouser, Farnell, RS, Arrow and more, lifecycle status, MOQ, packaging, lead times, datasheet link, key specs and drop-in alternates.

Potential side effects
job-search

Live job postings without scraping: company= returns an employer's current openings straight from their official ATS board (Greenhouse, Lever, Ashby, SmartRecruiters) with title, location, department, type and apply URL; query= searches remote-heavy job APIs (Remotive, Arbeitnow) by keyword.

Inferred read-only
local-search

Find local businesses and places by category and location: pharmacies, restaurants, hotels, plumbers, lawyers, gyms and 40+ more categories, or any name keyword.

Inferred read-only
package-check

Is this dependency safe to use?

Inferred read-only
web-history

The archived history of any website from the Internet Archive Wayback Machine: first-seen date, last-seen date, total snapshots, how many distinct versions the page went through, and a timeline of snapshot links (one per month).

Inferred read-only
tech-stack

Detect the technologies a website runs: CMS (WordPress, Shopify, Webflow.

Inferred read-only
sec-financials

Key financials for any US-listed company by ticker, straight from SEC EDGAR XBRL filings: latest annual revenue, gross profit, operating and net income, total assets, liabilities, stockholders equity, cash and diluted EPS, plus up to 5 years of history for each.

Inferred read-only
holidays

Public holidays for any country and year, plus optional business-day checking.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.toolsmith]
url = "https://toolcall.click/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toolsmith": {
      "type": "http",
      "url": "https://toolcall.click/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toolsmith
Remote MCP URL: https://toolcall.click/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "toolsmith": {
      "url": "https://toolcall.click/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toolsmith": {
      "type": "http",
      "url": "https://toolcall.click/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toolsmith",
  "transport": "streamable-http",
  "url": "https://toolcall.click/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.