← ipinfo.app

INDIVIDUAL MCP TOOL

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.

ipinfo.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.ipinfo.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for asn_reputation and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

ipinfo.app

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.
  • 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).
  • threat_intel — Look up FBI IC3 advisory indicators for an IP or an ASN, with the advisory titles, publication dates, and source URLs.