Skip to main content
Glama

MCPFax Public-Data Utility API

IP geolocation

v1_ip_geolocation
Read-onlyIdempotent

IP geolocation: IP address → location, ASN, ISP. Source: ipwho.is / ip-api. $0.005 per call · GET /v1/ip-geolocation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesIPv4 or IPv6 address. Example: '8.8.8.8'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / ip / examples
      Added value: +[
      +  "8.8.8.8"
      +]
  2. First observed

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already signal read-only, idempotent, and non-destructive behavior. The description adds value beyond annotations by naming the external data sources (ipwho.is / ip-api) and the cost per call, giving agents awareness of the external dependency and pricing. It does not cover failure modes or caching, but this is acceptable for a simple read-only lookup.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single compact line that front-loads the core function, then adds source, cost, and endpoint details without redundancy. Every element earns its place and there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with no output schema, the description provides the essential return fields (location, ASN, ISP), identifies the upstream source, and notes the cost. It omits a detailed response format and error behavior, but for this simple read-only tool, the information is largely sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the 'ip' parameter is already documented as an 'IPv4 or IPv6 address' with an example. The description does not add parameter-level detail beyond the arrow notation, so the schema carries the semantic load and the baseline score applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the exact transformation ('IP address → location, ASN, ISP'), making the tool's function concrete. The IP-specific input plus ASN/ISP output clearly distinguish it from address-based geocoding siblings like v1_geocode and v1_reverse_geocode.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The use case is implied: when an agent needs location, ASN, or ISP data from an IP address, this tool is the match. However, there are no explicit when-to-use or when-not-to-use statements, and no direct comparison with v1_geocode or v1_reverse_geocode.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources