Skip to main content
Glama
v5tech

Location MCP Server

by v5tech

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ip_locationB

根据IP地址查询位置信息

latlng_locationC

根据经纬度查询位置信息

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation5/5

The tools are clearly distinct: one queries location by IP address, the other by latitude/longitude. There is no overlap in purpose or input type.

Naming Consistency5/5

Both tools follow a consistent 'input_location' pattern in snake_case, making the naming predictable and easy to understand.

Tool Count5/5

Two tools is appropriate for a focused location query server; each tool serves a unique and essential purpose without superfluous additions.

Completeness4/5

The server covers the two most common location lookups (IP geolocation and reverse geocoding). Missing forward geocoding (address to coordinates) is a minor gap but acceptable for a basic location server.

Maintenance

ActivityInactive
ResponsivenessNo issues