INDIVIDUAL MCP TOOL
fraud_score
Combine whichever of IP, email, phone, and User-Agent are provided into one 0-100 fraud/risk score.
LIVE ENDPOINT
https://ipto.to/mcp
Connect to this endpoint to inspect the live schema for fraud_score 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.ipto-to]
url = "https://ipto.to/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ipto-to": {
"type": "http",
"url": "https://ipto.to/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ipto-to
Remote MCP URL: https://ipto.to/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": {
"ipto-to": {
"url": "https://ipto.to/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ipto-to": {
"type": "http",
"url": "https://ipto.to/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ipto-to",
"transport": "streamable-http",
"url": "https://ipto.to/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ip_lookup— Look up geolocation, ASN/ISP, and threat intelligence (VPN, Tor, abuse scoring) for a single IPv4 or IPv6 address.bulk_ip_lookup— Look up geolocation, ASN/ISP, and threat intelligence for up to 100 IPv4 addresses in one call.asn_lookup— Look up Autonomous System (ASN) metadata: organization name, country, and announced IP range count.country_lookup— Look up IP range count and ASN count for a country.reverse_dns_lookup— Perform a live PTR (reverse DNS) lookup for an IP address.user_agent_parse— Parse a User-Agent string into browser, OS, device type, and bot detection.phone_lookup— Validate and format a phone number: region, line type, and E.164/national/international formatting.email_lookup— Email syntax validation, a live MX-record check, and disposable/temporary-domain detection.