INDIVIDUAL MCP TOOL
v1_validate_email
Email validation: Syntax check + live MX/deliverability + disposable-domain flag.
LIVE ENDPOINT
https://mcpfax-utility.bowling-anthony.workers.dev/mcp
Connect to this endpoint to inspect the live schema for v1_validate_email 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.com-mcpscores-public-data-api]
url = "https://mcpfax-utility.bowling-anthony.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-mcpscores-public-data-api": {
"type": "http",
"url": "https://mcpfax-utility.bowling-anthony.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-mcpscores-public-data-api
Remote MCP URL: https://mcpfax-utility.bowling-anthony.workers.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": {
"com-mcpscores-public-data-api": {
"url": "https://mcpfax-utility.bowling-anthony.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-mcpscores-public-data-api": {
"type": "http",
"url": "https://mcpfax-utility.bowling-anthony.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-mcpscores-public-data-api",
"transport": "streamable-http",
"url": "https://mcpfax-utility.bowling-anthony.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
v1_geocode— Forward geocoding: Place name → coordinates, country, timezone.v1_reverse_geocode— Reverse geocoding: Coordinates → nearest address.v1_timezone— Timezone by coordinate: Coordinates → IANA timezone, UTC offset, local time.v1_zip— Postal code lookup: ZIP/postal code → place(s) & coordinates.v1_airports_nearest— Nearest airports: Coordinates → nearest airports (IATA/ICAO) by distance.v1_ip_geolocation— IP geolocation: IP address → location, ASN, ISP.v1_country— Country metadata: Name/ISO code → currency, capital, calling code, languages, flag.v1_weather— Weather forecast: Current conditions + multi-day forecast by coordinate or place.