{"name":"io.github.ipinfo/mcp","slug":"ipinfo-mcp","title":"IPinfo","description":"Official IPinfo MCP Server - IP intelligence tools for AI assistants","url":"https://mcp.market/server/ipinfo-mcp","rating":null,"grade":"A","score":92,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-08T14:54:31.000Z","license":"Apache-2.0"},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T04:06:00.212Z","last_ok_at":"2026-09-21T04:06:00.212Z","latency_ms":168},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/ipinfo/mcp","website":"https://ipinfo.io","version":"0.1.12","remotes":[{"type":"streamable-http","url":"https://mcp.ipinfo.io/","headers":[{"description":"Your IPinfo API token as a bearer credential. Get a free one at https://ipinfo.io/signup","isRequired":true,"value":"Bearer {ipinfo_token}","isSecret":true,"variables":{"ipinfo_token":{"description":"Your IPinfo API token","isRequired":true,"format":"string","isSecret":true}},"name":"Authorization"}]}],"packages":[{"registryType":"pypi","registryBaseUrl":"https://pypi.org","identifier":"ipinfo-mcp-server","version":"0.1.12","runtimeHint":"uvx","transport":{"type":"stdio"},"environmentVariables":[{"description":"Your IPinfo API token. Get a free one at https://ipinfo.io/signup","isRequired":true,"format":"string","isSecret":true,"name":"IPINFO_TOKEN"}]}],"tools":[{"name":"ipinfo_asn","description":"Get autonomous system (network ownership) information for IP addresses.\n\nBy default queries the IPinfo Lite endpoint, which returns ASN, name, and domain.\nSet detailed=True to query the full lookup endpoint, which also includes the network type\n(e.g. isp, hosting, business, education).\n\nResults are paginated.\n\nIf the API reports an error for specific IPs, those IPs are listed in errors\nwith the reason and left out of results.\n\nResults are cached in memory for the session, so repeat lookups of the same IP\nare served from cache without consuming API quota. You do not need to maintain\nyour own cache or deduplicate IPs before calling this tool. The _meta field\nreports api_calls_made and from_cache counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ips":{"description":"Public IP addresses to query, IPv4 or IPv6, e.g. [\"8.8.8.8\", \"2001:4860:4860::8888\"]. Private, loopback, reserved, multicast, and bogon addresses are rejected: they are reported under validation_errors and left out of results.","items":{"type":"string"},"type":"array"},"detailed":{"default":false,"description":"Which IPinfo endpoint to query. Leave false to use the Lite endpoint, which returns the ASN, name, and domain. Set to true to use the full lookup endpoint, which also returns the network type (isp, hosting, business, education) and when the AS record last changed; it requires a token whose plan includes that data, otherwise the call fails with ACCESS_DENIED.","type":"boolean"},"page":{"default":1,"description":"Page of the result set to return, 1-based. Values below 1 are clamped to 1, and a page past the last one returns no results.","type":"integer"},"page_size":{"default":25,"description":"How many IPs to resolve and return per page. Clamped to a maximum of 1000, the API batch limit. Only the IPs on the requested page are fetched, so a smaller page size consumes less quota per call.","type":"integer"}},"required":["ips"],"additionalProperties":false}},{"name":"ipinfo_check_privacy","description":"Check whether IP addresses are using privacy or anonymity services.\n\nReturns privacy flags for each IP: whether it is anonymous, using a VPN, proxy,\nrelay, or Tor, and whether it is an anycast, hosting, mobile, or satellite address.\n\nRequires a paid API token. Results are paginated.\n\nIf the API reports an error for specific IPs, those IPs are listed in errors\nwith the reason and left out of results. Do not treat a missing result as\n\"no privacy services detected\": check errors.\n\nResults are cached in memory for the session, so repeat checks of the same IP\nare served from cache without consuming API quota. You do not need to maintain\nyour own cache or deduplicate IPs before calling this tool. The _meta field\nreports api_calls_made and from_cache counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ips":{"description":"Public IP addresses to query, IPv4 or IPv6, e.g. [\"8.8.8.8\", \"2001:4860:4860::8888\"]. Private, loopback, reserved, multicast, and bogon addresses are rejected: they are reported under validation_errors and left out of results.","items":{"type":"string"},"type":"array"},"page":{"default":1,"description":"Page of the result set to return, 1-based. Values below 1 are clamped to 1, and a page past the last one returns no results.","type":"integer"},"page_size":{"default":25,"description":"How many IPs to resolve and return per page. Clamped to a maximum of 1000, the API batch limit. Only the IPs on the requested page are fetched, so a smaller page size consumes less quota per call.","type":"integer"}},"required":["ips"],"additionalProperties":false}},{"name":"ipinfo_check_residential_proxy","description":"Check whether IP addresses are known residential proxies.\n\nReturns whether each IP is a residential proxy and, if so, the proxy service name,\nthe date it was last seen, and the percentage of days the IP was observed as a proxy.\n\nRequires a paid API token with residential proxy access. Results are paginated.\n\nIf the API reports an error for specific IPs, those IPs are listed in errors\nwith the reason and left out of results. Do not treat a missing result as\n\"not a residential proxy\": check errors.\n\nResults are cached in memory for the session, so repeat checks of the same IP\nare served from cache without consuming API quota. You do not need to maintain\nyour own cache or deduplicate IPs before calling this tool. The _meta field\nreports api_calls_made and from_cache counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ips":{"description":"Public IP addresses to query, IPv4 or IPv6, e.g. [\"8.8.8.8\", \"2001:4860:4860::8888\"]. Private, loopback, reserved, multicast, and bogon addresses are rejected: they are reported under validation_errors and left out of results.","items":{"type":"string"},"type":"array"},"page":{"default":1,"description":"Page of the result set to return, 1-based. Values below 1 are clamped to 1, and a page past the last one returns no results.","type":"integer"},"page_size":{"default":25,"description":"How many IPs to resolve and return per page. Clamped to a maximum of 1000, the API batch limit. Only the IPs on the requested page are fetched, so a smaller page size consumes less quota per call.","type":"integer"}},"required":["ips"],"additionalProperties":false}},{"name":"ipinfo_geolocate","description":"Get geographic location data for one or more IP addresses.\n\nBy default queries the IPinfo Lite endpoint, which returns country and continent.\nSet detailed=True to query the full lookup endpoint, which adds city, region,\ncoordinates, timezone, and postal code.\n\nResults are paginated.\n\nIf the API reports an error for specific IPs, those IPs are listed in errors\nwith the reason and left out of results.\n\nResults are cached in memory for the session, so repeat lookups of the same IP\nare served from cache without consuming API quota. You do not need to maintain\nyour own cache or deduplicate IPs before calling this tool. The _meta field\nreports api_calls_made and from_cache counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ips":{"description":"Public IP addresses to query, IPv4 or IPv6, e.g. [\"8.8.8.8\", \"2001:4860:4860::8888\"]. Private, loopback, reserved, multicast, and bogon addresses are rejected: they are reported under validation_errors and left out of results.","items":{"type":"string"},"type":"array"},"detailed":{"default":false,"description":"Which IPinfo endpoint to query. Leave false to use the Lite endpoint, which returns country and continent only. Set to true to use the full lookup endpoint, which also returns city, region, latitude and longitude, timezone, and postal code; it requires a token whose plan includes that data, otherwise the call fails with ACCESS_DENIED.","type":"boolean"},"page":{"default":1,"description":"Page of the result set to return, 1-based. Values below 1 are clamped to 1, and a page past the last one returns no results.","type":"integer"},"page_size":{"default":25,"description":"How many IPs to resolve and return per page. Clamped to a maximum of 1000, the API batch limit. Only the IPs on the requested page are fetched, so a smaller page size consumes less quota per call.","type":"integer"}},"required":["ips"],"additionalProperties":false}},{"name":"ipinfo_lookup","description":"Look up geolocation, network, and metadata for one or more IP addresses.\n\nBy default queries the IPinfo Lite endpoint, which returns country, continent, and ASN info.\nSet detailed=True to query the full lookup endpoint, which adds city-level geolocation,\nprivacy flags (VPN, proxy, Tor, hosting, anycast), and richer AS data.\n\nResults are paginated. Use page and page_size to control which slice is returned.\n\nIf the API reports an error for specific IPs, those IPs are listed in errors\nwith the reason and left out of results.\n\nResults are cached in memory for the session, so repeat lookups of the same IP\nare served from cache without consuming API quota. You do not need to maintain\nyour own cache or deduplicate IPs before calling this tool. The _meta field\nreports api_calls_made and from_cache counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ips":{"description":"Public IP addresses to query, IPv4 or IPv6, e.g. [\"8.8.8.8\", \"2001:4860:4860::8888\"]. Private, loopback, reserved, multicast, and bogon addresses are rejected: they are reported under validation_errors and left out of results.","items":{"type":"string"},"type":"array"},"detailed":{"default":false,"description":"Which IPinfo endpoint to query. Leave false to use the Lite endpoint, which returns country, continent, and basic ASN. Set to true to use the full lookup endpoint, which also returns city-level geolocation, privacy flags (VPN, proxy, Tor, hosting, anycast), and richer AS data; it requires a token whose plan includes that data, otherwise the call fails with ACCESS_DENIED.","type":"boolean"},"page":{"default":1,"description":"Page of the result set to return, 1-based. Values below 1 are clamped to 1, and a page past the last one returns no results.","type":"integer"},"page_size":{"default":25,"description":"How many IPs to resolve and return per page. Clamped to a maximum of 1000, the API batch limit. Only the IPs on the requested page are fetched, so a smaller page size consumes less quota per call.","type":"integer"}},"required":["ips"],"additionalProperties":false}},{"name":"ipinfo_quota","description":"Check your IPinfo API usage and remaining quota.\n\nReturns daily and monthly request counts, the plan limit,\nand how many requests remain.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}}],"scan":{"score":92,"grade":"A","scanned_at":"2026-09-20T00:23:46.632Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:23:46.563Z","components":{"code":{"score":25,"max":25,"notes":["22 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 381ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 11 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.ipinfo.io/","reachable":true,"authRequired":false,"latencyMs":381,"serverInfo":{"name":"ipinfo","version":"3.1.1"}}],"packages":[{"registryType":"pypi","identifier":"ipinfo-mcp-server","version":"0.1.12","found":true,"license":"Apache-2.0","dependencyCount":3,"publishedAt":"2026-09-08T14:54:44.236562Z"}],"repo":{"found":true,"owner":"ipinfo","repo":"mcp","archived":false,"pushedAt":"2026-09-08T14:54:31Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/15721521?v=4","ownerCreatedAt":"2015-11-09T01:03:24Z","license":"Apache-2.0"},"icon":{"url":"https://raw.githubusercontent.com/ipinfo/mcp/main/assets/logo-light.png","source":"registry","width":258,"height":328},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"Apache-2.0","lastPushAt":"2026-09-08T14:54:31.000Z","score":23}}}},"grade_history":[],"reviews":[]}