Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by briandconnelly • Geospatial & Location
An MCP server that uses the ipinfo.io API to fetch detailed geolocation and network information for a given IP address.
Approximate a user's physical location (city, region, country) from their IP address to tailor responses or content.
Network context such as organization, ASN, or ISP to assist with diagnostics, logging enrichment, or routing decisions.
Apply geo-restrictions, fraud detection signals, or localized business logic based on an IP's country or region.
This MCP server provides a simple tool (get_ip_details) that queries the ipinfo.io API and returns a Pydantic IPDetails model with location, organization, ASN, and country information. It is intended to enrich agent context with approximate user location and network metadata. Installation is straightforward (requires an IPINFO_API_TOKEN environment variable) and can be pulled from GitHub for the latest development version. The server is useful for agents that need to make decisions based on IP-derived geolocation or network attributes.
Get detailed information about IP addresses including location, ISP, and network details. This tool provides comprehensive IP address analysis including geographic location, internet service provider information, and network details. Common use cases: - Analyze user's current location and connection details (omit ips parameter) - Investigate one or more IP addresses for security analysis - Look up ISP and hosting provider information - Analyze server logs to identify visitor locations - Geographic distribution analysis Returns a list of IPDetails, each with: ip, hostname, city, region, country, postal, timezone, org, loc (coordinates), and premium fields like asn, privacy, carrier if available. Invalid or special IPs (private, loopback, etc.) are skipped with warnings. Use the 'ip' field in results to match back to your input. Note: Some features require IPINFO_API_TOKEN environment variable.
Check if an IP address is associated with a residential proxy service. Residential proxies route traffic through real residential IP addresses, making them harder to detect than datacenter proxies. This tool identifies such IPs and provides details about the proxy service. Returns: - ip: The checked IP address - last_seen: Last date the proxy was active (YYYY-MM-DD) - percent_days_seen: Activity percentage over the last 7 days - service: Name of the residential proxy service Common use cases: - Fraud detection and prevention - Bot detection - Ad fraud analysis - Security investigations Note: Requires IPINFO_API_TOKEN with residential proxy data access.
Generate a URL to an interactive map visualization of IP addresses. Creates a map on ipinfo.io showing the geographic locations of the provided IP addresses. The map is interactive and can be shared. Common use cases: - Visualize geographic distribution of server logs - Create shareable maps of user locations - Display IP address clusters for security analysis - Geographic visualization of network traffic Returns a URL to the interactive map that can be opened in a browser. Note: Invalid or special IPs (private, loopback, etc.) are filtered out.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.