General Tools
globaliplookup.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://globaliplookup.com/api/mcp
MCP server metadata
- Name
- global-ip-lookup
- Version
- 1.0.0
Use lookup_ip only when the user supplies a public IP address. Never imply that this server can detect the ChatGPT user's own IP. Treat IP location as approximate network data. Use calculate_ipv4_subnet for deterministic IPv4 CIDR calculations.
Known tools 3
lookup_ipLook up approximate country, region, city, ISP, organization, ASN and timezone data for a public IPv4 or IPv6 address supplied by the user.
Inferred read-onlylookup_ip_routingReturn 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.
Inferred read-onlycalculate_ipv4_subnetCalculate the network, broadcast, usable host range, subnet mask, wildcard mask and address capacity for an IPv4 address in CIDR notation.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.