A Model Context Protocol server exposing Ipregistry IP geolocation, threat intelligence, ASN and user-agent data to LLMs and AI agents.
MCP endpoint (Streamable HTTP): POST /mcp
Authenticate with your Ipregistry API key (get one here, free trial credits included):
{
"mcpServers": {
"ipregistry": {
"type": "http",
"url": "https://mcp.ipregistry.co/mcp",
"headers": { "Authorization": "Bearer YOUR_IPREGISTRY_API_KEY" }
}
}
}
Claude Code: claude mcp add --transport http ipregistry https://mcp.ipregistry.co/mcp
--header "Authorization: Bearer YOUR_IPREGISTRY_API_KEY"
API documentation · ipregistry.co · v1.0.0