← globaliplookup.com

INDIVIDUAL MCP TOOL

lookup_ip_routing

Return the announced BGP prefix, origin autonomous system, regional internet registry, allocated netblock, RPKI route origin validity, reverse DNS name and Tor exit status for a public IPv4 or IPv6 address supplied by the user.

globaliplookup.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://globaliplookup.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lookup_ip_routing 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

globaliplookup.com

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.global-ip-lookup]
url = "https://globaliplookup.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "global-ip-lookup": {
      "type": "http",
      "url": "https://globaliplookup.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: global-ip-lookup
Remote MCP URL: https://globaliplookup.com/api/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": {
    "global-ip-lookup": {
      "url": "https://globaliplookup.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "global-ip-lookup": {
      "type": "http",
      "url": "https://globaliplookup.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "global-ip-lookup",
  "transport": "streamable-http",
  "url": "https://globaliplookup.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_ip — Look up approximate country, region, city, ISP, organization, ASN and timezone data for a public IPv4 or IPv6 address supplied by the user.
  • calculate_ipv4_subnet — Calculate the network, broadcast, usable host range, subnet mask, wildcard mask and address capacity for an IPv4 address in CIDR notation.