IP Geolocation MCP Server
by briandconnelly
This is a simple Model Context Protocol (MCP) server that uses the ipinfo.io API to get detailed information about an IP address. It can be used to determine the approximate location and network of a user.
Last updated: N/A
What is IP Geolocation MCP Server?
This server is a Model Context Protocol (MCP) server that leverages the ipinfo.io API to provide detailed geolocation information based on an IP address.
How to use IP Geolocation MCP Server?
To use this server, you need an IPInfo API token. Install it by adding the provided configuration to your claude_desktop_config.json
file, replacing <YOUR TOKEN HERE>
with your actual token. The configuration uses uvx
to install the server directly from the GitHub repository.
Key features of IP Geolocation MCP Server
Provides detailed IP geolocation information
Uses the ipinfo.io API
Integrates with Model Context Protocol (MCP)
Includes a
get_ip_details
tool
Use cases of IP Geolocation MCP Server
Determining the approximate location of a user
Identifying the network a user is connected to
Enhancing applications with geolocation data
Personalizing user experiences based on location
FAQ from IP Geolocation MCP Server
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
The README links to https://modelcontextprotocol.io for more information.
Do I need an IPInfo API token to use this?
Do I need an IPInfo API token to use this?
Yes, you need an IPInfo API token. You can sign up for a free account at https://ipinfo.io/signup.
How do I install this server?
How do I install this server?
Add the provided configuration to your claude_desktop_config.json
file and replace <YOUR TOKEN HERE>
with your IPInfo API token. The server is installed using uvx
from the GitHub repository.
What kind of information does the get_ip_details
tool provide?
What kind of information does the get_ip_details
tool provide?
The get_ip_details
tool provides detailed information about the IP address, including location, organization, and country details.
Is this project affiliated with IPInfo?
Is this project affiliated with IPInfo?
No, this project is not affiliated with IPInfo.