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.
ENDPOINT 1
https://toolcall.click/mcp
MCP server metadata
- Name
- Toolsmith
- Version
- 1.0.0
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-gasCurrent gas price and latest block for Base or Ethereum mainnet, straight from public RPC.
Inferred read-onlydomain-checkDue-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-onlyemail-validateEmail verification and deliverability check without sending anything: syntax, MX records, disposable-domain detection (121k+ known domains), role-account and free-provider flags.
Potential side effectsnews-searchRecent news headlines for any company, topic or query: deduplicated titles with source, link and publish date from a broad news index.
Potential side effectsyoutube-transcriptFull plain-text transcript of a YouTube video, de-duplicated and cleaned from the captions.
Inferred read-onlyweb-searchKeyless web search for agents: pass a query, get a concise web-grounded answer plus the top source results (title, URL, snippet).
Inferred read-onlyscreenshotFull-fidelity screenshot of any public web page, captured by a real Chrome browser.
Inferred read-onlyreaderTurn any public web page, including JavaScript-heavy ones, into clean readable markdown (or text/html) with title and byline.
Inferred read-onlychem-safetyFull 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-onlyrecall-checkOne 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-onlymed-drugComplete 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-onlymed-deviceFDA 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-onlyhs-classifyClassify any product to its HS / HTS customs code from a plain-English description.
Inferred read-onlysanctions-screenAML / 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-onlycompany-verifyVerify 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-onlyproduct-barcodeFull 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-onlylegal-casesUS 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-onlypart-lookupEverything 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 effectsjob-searchLive 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-onlylocal-searchFind local businesses and places by category and location: pharmacies, restaurants, hotels, plumbers, lawyers, gyms and 40+ more categories, or any name keyword.
Inferred read-onlyweb-historyThe 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-onlytech-stackDetect the technologies a website runs: CMS (WordPress, Shopify, Webflow.
Inferred read-onlysec-financialsKey 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-onlyholidaysPublic holidays for any country and year, plus optional business-day checking.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.