Skip to main content
Glama

IPStack MCP Adapter

Connection Origin IP Check

ipstack_check
Read-only

Return geolocation and security details (country, region, city, timezone, latitude, longitude, ISP, currency, connection type, IP routing type, proxy/tor/threat flags) for the IP address this request appears to originate from. Takes no parameters. That address belongs to whichever client or platform made the MCP call, and is not necessarily the end user's own device or network. To look up a specific IP address, use ipstack_lookup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoSelf-reported LLM identifier for analytics attribution (e.g. "claude-opus-4-7", "gpt-4o-2024-08-06"). Not used for authorization or billing.
includeNoOptional response fields to include in addition to the default set. Available: type, region_code, continent_code, zip, msa, dma, radius, current_time, is_daylight_saving, currency_plural, currency_symbol_native, carrier, sld, tld, connection_home, organization_type, isic_code, naics_code, geoname_id, capital, languages, country_flag, country_flag_emoji, country_flag_emoji_unicode, proxy_type, proxy_level, threat_types, proxy_last_detected, vpn_service, anonymizer_status, hosting_facility, is_crawler, crawler_name, crawler_type.
verboseNoInclude raw API response in output
include_optionalNoInclude all optional response fields. Overrides `include` when true.

TDQS

A4/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes that this is a safe read operation, so the bar for additional disclosure is lower. The description adds useful context about the origin IP semantics and the categories of returned data. However, the claim 'Takes no parameters' is misleading because the input schema defines four optional parameters, so the description partially misrepresents how the tool is invoked.

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

Conciseness4/5

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

The description is brief and front-loaded, with the core behavior stated first and the sibling-tool routing near the end. The only structural flaw is the ambiguous 'Takes no parameters' sentence, which should be qualified as 'takes no IP address parameter' to avoid contradicting the schema.

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 read-only tool with no required parameters and a 100%-documented schema, the description covers the essential context: what it returns, whose IP it uses, and which alternative to use for specific IPs. The missing discussion of optional response fields is acceptable because the schema already documents them.

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

Parameters2/5

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

Schema description coverage is 100%, so the baseline would normally be 3, but the description's flat statement 'Takes no parameters' conflicts with the actual schema, which includes model, include, verbose, and include_optional. The description neither clarifies that no IP parameter is required nor explains the optional parameters, so it actively confuses rather than adding value.

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 opens with a specific verb and resource: 'Return geolocation and security details ... for the IP address this request appears to originate from.' It clearly differentiates itself from ipstack_lookup by noting the IP is the request origin rather than a user-supplied address.

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

Usage Guidelines5/5

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

It explicitly states when to use this tool, explains the important caveat that the IP belongs to the calling client/platform rather than the end user, and directly points to ipstack_lookup for specific IP lookups. This gives the agent clear decision criteria.

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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: single IP lookup, bulk IP lookup, and checking the originating request IP. The descriptions explicitly call out the differences, especially ipstack_check versus ipstack_lookup, so an agent should not confuse them.

Naming Consistency5/5

All tool names follow a consistent ipstack_ prefix with descriptive suffixes: lookup, bulk_lookup, and check. The naming pattern is immediately predictable and uniform across the set.

Tool Count5/5

Three tools is well-scoped for an IP geolocation adapter, covering the primary request types without unnecessary bloat. Each tool serves a distinct real-world use case and earns its place.

Completeness5/5

The tool surface covers the core ipstack workflows: single IP lookup, bulk lookup, and requester IP detection. There are no obvious dead ends or missing operations for the stated domain of IP geolocation and security details.

Resources