Security & Testing
ip99.com
Looks up the risk profile and geolocation of an IPv4 or IPv6 address.
ENDPOINT 1
https://ip99.com/mcp
MCP server metadata
- Name
- ip99
- Version
- 1.0.0
IP risk and geolocation lookup. Free without an API key. Scores measure the freshness of verifiable risk evidence, not the probability that an address is an attacker; a score of 0 with evidence_state=none means no evidence is held, not that the address is safe. Each result carries source_url — link it so the user can verify.
Known tools 1
ip_risk_lookupLook up the risk profile and geolocation of an IPv4 or IPv6 address.
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.ip99]
url = "https://ip99.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ip99": {
"type": "http",
"url": "https://ip99.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ip99
Remote MCP URL: https://ip99.com/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": {
"ip99": {
"url": "https://ip99.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ip99": {
"type": "http",
"url": "https://ip99.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ip99",
"transport": "streamable-http",
"url": "https://ip99.com/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.