MCP Server
MCP
io.github.ip2location/mcp-ip2location-io
IP Geolocation MCP server that query the geolocation information using IP2Location.io API.
Install
uvx mcp-ip2location-io
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-ip2location-io",
"version": "1.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your IP2Location.io API key for detailed geolocation information.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "IP2LOCATION_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment