Skip to main content
Glama
atorresg

location-mcp

by atorresg

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOCATION_MCP_API_KEYNoOptional 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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: IP geolocation, host IP detection, and reverse geocoding. No ambiguity or overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and clear.

Tool Count5/5

Three tools cover essential location operations without being excessive or insufficient for a focused location server.

Completeness3/5

Core operations are present, but forward geocoding (address to coordinates) is missing, which is a notable gap for a location service.

Maintenance

ActivityInactive
ResponsivenessNo issues