location-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOCATION_MCP_API_KEY | No | Optional ipinfo.io API key for better rate limits on IP geolocation. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| geolocate_ipB | Look up geolocation data for an IP address (country, city, region, latitude, longitude, timezone, ISP, currency, etc.). If no IP is provided, automatically detects the public IP of the host running this server and geolocates that. |
| reverse_geocodeA | Reverse geocode a latitude/longitude pair into a human-readable address with administrative details (city, region, country, postal code, country code, etc.). |
| get_my_ipA | Detect and return the public IP address of the host running this MCP server. Useful when the LLM needs to know the public-facing IP of the machine it is operating on. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: IP geolocation, host IP detection, and reverse geocoding. No ambiguity or overlap.
All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and clear.
Three tools cover essential location operations without being excessive or insufficient for a focused location server.
Core operations are present, but forward geocoding (address to coordinates) is missing, which is a notable gap for a location service.