Security & Testing
ipto.to
Provides IP geolocation, ASN, and threat intelligence data including VPN/Tor detection and abuse scoring for single or bulk IPv4 addresses.
ENDPOINT 1
https://ipto.to/mcp
MCP server metadata
- Name
- ipto-to
- Version
- 1.0.0
Free-tier lookups (ip_lookup, asn_lookup, country_lookup, reverse_dns_lookup, user_agent_parse) work with no auth, capped at 1,000/day per client IP. Pass an ipto.to API key via ?api_key= to raise that limit or use bulk_ip_lookup (Pro/Enterprise only). Get a free key at https://ipto.to/v1/keys.
Known tools 6
ip_lookupLook up geolocation, ASN/ISP, and threat intelligence (VPN, Tor, abuse scoring) for a single IPv4 or IPv6 address.
Inferred read-onlybulk_ip_lookupLook up geolocation, ASN/ISP, and threat intelligence for up to 100 IPv4 addresses in one call.
Inferred read-onlyasn_lookupLook up Autonomous System (ASN) metadata: organization name, country, and announced IP range count.
Inferred read-onlyuser_agent_parseParse a User-Agent string into browser, OS, device type, and bot detection.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ipto.to was fetched 2026-08-01T08:51:32.836Z and is being refreshed.
ipto.to is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.