← ipto.to

INDIVIDUAL MCP TOOL

country_lookup

Look up IP range count and ASN count for a country.

ipto.tonone authenticationAvailability not checked

LIVE ENDPOINT

https://ipto.to/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ipto.to

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.
  • 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.