IP Address API for Grok
app.ip/ipinfo
What's My IP Address: caller's public IP, ASN, geo, timezone, user-agent, headers, TLS info.
client:Grok
transport:streamable-http
tools:8
Install IP Address API in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ipinfo": {
"type": "http",
"url": "https://ip.app/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs