INDIVIDUAL MCP TOOL
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).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
crypto-spot— Live spot prices for cryptocurrencies with 24h change.crypto-gas— Current gas price and latest block for Base or Ethereum mainnet, straight from public RPC.fx-rates— Foreign exchange reference rates from the European Central Bank.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.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.news-search— Recent news headlines for any company, topic or query: deduplicated titles with source, link and publish date from a broad news index.youtube-transcript— Full plain-text transcript of a YouTube video, de-duplicated and cleaned from the captions.pdf-extract— Extract clean text from any public PDF URL (papers, filings, reports).