INDIVIDUAL MCP TOOL
asn_evidence
Build the evidence pack needed to decide what kind of network an ASN is — hosting, residential, mobile, transit, education, business, government, or vpn.
LIVE ENDPOINT
https://mcp.ipinfo.app/mcp
Connect to this endpoint to inspect the live schema for asn_evidence 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
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.ipinfo-mcp]
url = "https://mcp.ipinfo.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ipinfo-mcp": {
"type": "http",
"url": "https://mcp.ipinfo.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ipinfo-mcp
Remote MCP URL: https://mcp.ipinfo.app/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": {
"ipinfo-mcp": {
"url": "https://mcp.ipinfo.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ipinfo-mcp": {
"type": "http",
"url": "https://mcp.ipinfo.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ipinfo-mcp",
"transport": "streamable-http",
"url": "https://mcp.ipinfo.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ip_triage— Answer "is this IP safe?" for a single address.ip_triage_bulk— Triage up to 100 addresses in one call and return a table ranked worst-first.ip_context— Deep detail for one address when ip_triage is not enough: reverse DNS and what the PTR pattern implies, inferred point-of-presence from carrier rDNS, the full covering-prefix routing view, the announcing AS with its registry record, and the network abuse contact.asn_search— Resolve a free-form query to AS numbers.asn_lookup— Who operates an AS number: organisation, registry record, announced prefix counts, the curated network kind (hosting / residential / mobile / business / education / transit), and a curated description of what the network actually does where one exists.asn_reputation— Answer "is this whole network bad?" — Spamhaus ASN-DROP membership, the count of FBI IC3 indicators attributed to the AS, the curated network kind, and how big the network is.blocking_advice— Answer "I want to block this — at what scope, and what will it break?" Accepts an IP, a CIDR, or an AS number.prefix_lookup— Who announces a prefix, how widely it is seen, and whether more than one AS originates it (MOAS).