Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Toolcall
Toolcall logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:13:43 PM

Toolcall

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

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

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

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:

Code
https://toolcall.click/mcp

Claude Desktop / Cursor / stdio-only clients

Bridge the remote server to stdio with mcp-remote:

config.json
{
  "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

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • A
    Agentreader Mcp

    11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

    πŸ’° Finance & Fintech0 views
    Compare vs Agentreader Mcp β†’
  • A
    Agents

    Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.

    πŸ’° Finance & Fintech0 views
    Compare vs Agents β†’
  • B
    Blixtworks

    Vision, web and data tools paid per call in USDC on Base via x402. No account, no API key.

    πŸ’° Finance & Fintech1 views
    Compare vs Blixtworks β†’
  • C
    CryptoPulse Data API

    Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402.

    πŸ’° Finance & Fintech0 views
    Compare vs CryptoPulse Data API β†’

Frequently Asked Questions about Toolcall

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "toolcall": { "command": "npx", "args": ["-y", "Toolcall"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewToolcall AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/toolcall?style=directory)](https://allmcps.com/mcp/toolcall)
HTML Embed
<a href="https://allmcps.com/mcp/toolcall"><img src="https://allmcps.com/api/badge/toolcall?style=directory" alt="Toolcall on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit25d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 16, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Toolcall β†’Install in Claude DesktopInstall in CursorInstall in VS Code