Skip to main content
Glama

Server Details

IP geolocation, ASN and network data, plus VPN, proxy and Tor detection. ASN tools need no key.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

5 tools
asn_lookupASN LookupA
Read-only
Inspect

Look up an autonomous system by number: name, domain, country, and prefixCount — a sampled IPv4 /24 size proxy, NOT a count of announced routes. No key needed. Example: asn="AS15169" returns Google LLC, google.com, US.

ParametersJSON Schema
NameRequiredDescriptionDefault
asnYesAS number, e.g. "AS15169" or 15169

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, openWorldHint, destructiveHint), the description adds crucial behavioral detail: prefixCount is a sampled /24-size proxy, not a count of announced routes, and no API key is needed. These disclosures prevent misinterpretation and misuse without contradicting any annotation.

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?

Three sentences with no filler: the action and result shape come first, the critical proxy caveat is second, and a concrete example closes. Every sentence adds useful information, and the structure is scannable.

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

Completeness5/5

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

For a single-parameter read-only lookup with no output schema, the description fully covers what an agent needs: input format, returned fields, semantics of a tricky field, auth requirements, and an example result. Nothing essential for correct invocation is missing.

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 description coverage is 100%, so the schema already documents the asn parameter and its accepted string/integer forms. The description adds a concrete example ('AS15169') and explains how the value maps to the result, but this is marginal enrichment beyond the schema's own examples.

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 a specific verb ('Look up'), the resource ('autonomous system'), and the lookup key ('by number'), then enumerates the returned fields (name, domain, country, prefixCount). The example makes the intent unambiguous and distinguishes this from the sibling asn_search by emphasizing numeric lookups.

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

Usage Guidelines4/5

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

The description makes clear this is for looking up an AS by its number, which implies it is the right tool when a numeric ASN is known. It does not explicitly name alternatives or when-not-to-use conditions, but the 'by number' framing and sibling name asn_search provide sufficient context for selection.

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

ip_lookup_batchBatch IP LookupA
Read-only
Inspect

Look up 1-100 IP addresses in one call. kind "lite" = country/ASN from our local dataset; kind "max" = full intelligence. Needs a free key. Example: ips=["8.8.8.8","1.1.1.1"], kind="lite".

ParametersJSON Schema
NameRequiredDescriptionDefault
ipsYesIPv4/IPv6 addresses
kindYes"lite" or "max"

TDQS

A4.4/5.0
Behavior4/5

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

The description adds operational context beyond the readOnlyHint and openWorldHint annotations: it warns that a free key is required, and it explains that lite results come from a local dataset while max provides full intelligence. It does not discuss rate limits or error behavior, but the auth requirement is a meaningful addition.

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?

Three short sentences cover capability, mode semantics, auth, and an example with zero filler. The most important information is front-loaded and every sentence earns its place.

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 two-parameter read-only tool with complete schema descriptions and helpful annotations, the description provides everything needed to invoke it correctly, including the API key prerequisite. The only notable omission is any hint at response shape or invalid-input behavior, but this is a minor gap given the tool's simplicity.

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

Parameters4/5

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

Schema coverage is 100% and the description goes further by explaining kind='lite' as country/ASN from a local dataset and kind='max' as full intelligence, plus showing a concrete ips example. This adds value beyond the plain property descriptions.

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 starts with a specific action ('Look up 1-100 IP addresses in one call') on a well-defined resource (IP addresses), and the batch scope distinguishes it from sibling tools like ip_lookup_lite and ip_lookup_max. The kind parameter is also clarified with concrete meanings, so the agent knows exactly what the tool does.

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

Usage Guidelines4/5

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

The 1-100 IP range plus 'in one call' provides clear context for when the batch tool is appropriate versus a single-IP lookup, and the kind field tells the agent which mode to select. It does not explicitly name excluded cases or alternatives, but the batch framing makes the intended usage obvious.

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

ip_lookup_liteIP Lookup (LITE)A
Read-only
Inspect

Look up an IP address: country, continent, ASN and network operator. Served from our local dataset, sub-5ms. Needs a free key. Example: ip="8.8.8.8" returns US, AS15169.

ParametersJSON Schema
NameRequiredDescriptionDefault
ipYesAn IPv4 or IPv6 address, e.g. "8.8.8.8"

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint=true, destructiveHint=false), which 'look up' confirms without contradiction. The description adds genuine value beyond those annotations: the auth requirement ('Needs a free key'), the latency characteristic (sub-5ms), the data source (local dataset), and a concrete result example ('returns US, AS15169'). This is meaningful behavioral context that helps an agent decide to call it and anticipate the response. Minor gap: it doesn't state failure behavior for invalid keys or unsupported input format.

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?

Three short sentences with zero waste: purpose is front-loaded, then the differentiating performance/data-source detail, then the auth requirement and a concrete example. Every sentence earns its place — the example compresses both input format and return shape into a single line. Excellent structure.

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 single-parameter, read-only, low-complexity tool with no output schema, the description carries the return-shape burden well: it lists the returned fields and gives a concrete output example. The auth prerequisite and latency are disclosed. It is slightly incomplete only because it leaves sibling routing (batch/max for broader needs) unaddressed, but for the tool's own scope nothing essential is missing.

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 description coverage is 100% — the schema already fully documents the single 'ip' parameter as an IPv4/IPv6 address with an example. The description's example ('ip="8.8.8.8" returns US, AS15169') adds a working invocation and expected output, which is marginally valuable, but it does not add new semantic meaning beyond the schema. This matches the baseline 3 for high-coverage schemas.

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

Purpose4/5

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

The description opens with a specific verb+resource ('Look up an IP address') and enumerates the returned fields (country, continent, ASN, network operator), so an agent immediately knows exactly what this does. It does not explicitly distinguish itself from siblings like asn_lookup or ip_lookup_max; the 'LITE' branding and 'local dataset' hint at the distinction but are not stated. That implicit differentiation keeps it at 4 rather than 5.

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?

Usage context is implied rather than explicit: 'Served from our local dataset, sub-5ms' signals a fast lightweight option, and 'Needs a free key' states a prerequisite for calling it. However, the description never names alternatives (ip_lookup_batch, ip_lookup_max, asn_lookup) or states when NOT to use this tool versus them. With 4 siblings available, leaving the routing to inference is a real gap, so this lands at 3.

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

ip_lookup_maxIP Lookup (MAX)A
Read-only
Inspect

Full IP intelligence: precise geolocation, network and ASN data, VPN / proxy / Tor / hosting detection and threat data. Needs a free key. Example: ip="1.1.1.1" returns Brisbane, AU plus the privacy and hosting flags.

ParametersJSON Schema
NameRequiredDescriptionDefault
ipYesAn IPv4 or IPv6 address, e.g. "8.8.8.8"

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark the operation as read-only and non-destructive. The description adds that a free key is required and that the lookup returns privacy/hosting flags, backed by a concrete example, making the external credentialed nature of the tool clear. It does not cover rate limits or failure modes, but the annotation coverage lowers the bar here.

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?

Three sentences: capability summary, key prerequisite, and concrete example. Every sentence adds distinct information, and the most important scoping details are front-loaded.

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

Completeness5/5

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

For a one-parameter, read-only lookup with no output schema, the description provides the data categories, the authentication requirement, and an example of expected output. Nothing necessary for an agent to call the tool correctly is missing.

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?

The single required parameter 'ip' is already fully described in the schema with type and length constraints, and schema coverage is 100%. The description reinforces this with an example value and its effect on output, but does not need to add much parameter-level meaning beyond the schema.

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

Purpose4/5

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

The description clearly characterizes the tool as a comprehensive single-IP intelligence lookup, enumerating geolocation, network/ASN, privacy, hosting, and threat categories, and the example shows expected output. It does not explicitly name or contrast sibling tools such as ip_lookup_lite or ip_lookup_batch, so differentiation is only implied by 'MAX' and 'Full'.

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?

Usage context is implied: 'Full IP intelligence' plus the MAX/LITE sibling names suggests choosing this for comprehensive single-IP data, and the free-key requirement is stated. However, there is no explicit when-to-use vs when-not-to-use guidance, and alternative tools are not named.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • First observedasn_lookup
    • First observedasn_search
    • First observedip_lookup_batch
    • First observedip_lookup_lite
    • First observedip_lookup_max

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Geolocate any IP address with country, city, ISP, ASN, and VPN/proxy/Tor detection, with pay-per-call via x402 micropayments and no signup required.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Look up IP address geolocation, network information, detect proxies and VPNs, and find abuse contact details using IPLocate.io
    6
    107
    19
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

The ASN tools are clearly distinct (lookup by number vs search by text). The IP tools overlap somewhat because ip_lookup_batch can also handle single IPs and supports both lite and max modes, but the single vs batch distinction is reasonably clear from names and descriptions.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern: entity (asn/ip) + action (lookup/search) + optional variant suffix (lite/max/batch). This is predictable and easy to navigate for an agent.

Tool Count5/5

Five tools is well-scoped for an IP/ASN intelligence service. Each tool covers a distinct need: ASN by number, ASN search, single lightweight IP lookup, single full-featured IP lookup, and batch lookups, with no unnecessary bloat.

Completeness4/5

Core workflows are covered: IP lookup at two detail levels, batch lookups, and ASN lookup/search. Minor gaps include lack of actual ASN prefix lists (only a count) and no reverse DNS or hostname-to-IP lookup, but these are not critical for the primary use case.

Resources