INDIVIDUAL MCP TOOL
email_verify
Check an email address: RFC syntax, live MX records via DNS-over-HTTPS, and disposable-domain screening.
LIVE ENDPOINT
https://coinslot.dev/mcp
Connect to this endpoint to inspect the live schema for email_verify 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
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.coinslot]
url = "https://coinslot.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coinslot": {
"type": "http",
"url": "https://coinslot.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coinslot
Remote MCP URL: https://coinslot.dev/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": {
"coinslot": {
"url": "https://coinslot.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coinslot": {
"type": "http",
"url": "https://coinslot.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coinslot",
"transport": "streamable-http",
"url": "https://coinslot.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
convert— Convert an array of JSON objects to CSV (nested keys become dot-path columns) or CSV back to JSON.html_to_markdown— Convert HTML to clean Markdown: headings, links, images, lists, tables, code blocks, emphasis.json_schema_validate— Validate a JSON document against a JSON Schema (draft-07 core subset: types, required, enums, ranges, patterns, nesting, anyOf/allOf/oneOf).diff— Line-based diff of two texts.cron— Parse a 5-field cron expression: get a plain-English explanation and the next N run times (UTC).qr— Generate a QR code as standalone SVG.feed_to_json— Parse an RSS 2.extract— Pull structured data out of raw text: emails, URLs, IPv4/IPv6, phone numbers, dates.