← toolcall.click

INDIVIDUAL MCP TOOL

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.

toolcall.clicknone authenticationAvailability not checked

LIVE ENDPOINT

https://toolcall.click/mcp

No auth detected

Connect to this endpoint to inspect the live schema for email-validate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

toolcall.click

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-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.
  • 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.
  • web-search — Keyless web search for agents: pass a query, get a concise web-grounded answer plus the top source results (title, URL, snippet).
  • brand-visibility — See what AI models say about a brand right now.
  • screenshot — Full-fidelity screenshot of any public web page, captured by a real Chrome browser.