mcp-ip2location
https://server.smithery.ai/support-0cin/mcp-ip2location/mcp# IP2Location.io MCP server This is a simple Model Context Protocol (MCP) server implementation for IP2Location.io API. It will return a detailed geolocation information for any given IPv4 or IPv6 address. # Features - **Comprehensive Geolocation Data**: Retrieves a wide range of information, including country, region, city, latitude, longitude, ZIP code, time zone, and more. - **Network Details**: Provides network-related data such as ASN, ISP, domain, and network speed. - **Security Insights**: Detects proxy information, including proxy type and provider. - **Simple Integration**: Built as a `FastMCP` tool, allowing for easy integration into compatible systems. - **Asynchronous**: Utilizes `httpx` for non-blocking asynchronous API requests. # Requirement This MCP server requires a API key. You can [sign up](https://www.ip2location.io/sign-up) for a free API key and enjoy up to 50,000 queries per month for free.
How to connect
https://server.smithery.ai/support-0cin/mcp-ip2location/mcp
curl -X POST https://server.smithery.ai/support-0cin/mcp-ip2location/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'