Skip to main content
Glama

HackMyIP — no-key IP intelligence

VPN / proxy / datacenter check

vpn_proxy_check

Classify an IP as hosting/datacenter, open proxy, or mobile-carrier, alongside its geolocation and network owner. Use it to decide whether traffic is likely a VPN, a cloud server or a real residential/mobile user — for fraud triage, abuse review, or checking whether your own VPN is being detected. Omit ip to check the connection this MCP request came from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNoIP to classify. Defaults to the IP this MCP request arrived from.

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full transparency burden. It discloses the classification output, geolocation/network owner inclusion, and the behavior when `ip` is omitted. It does not explicitly mention read-only/non-destructive nature, but that is implied by the lookup verb. It adds useful context beyond the schema, though it omits rate limits or external API dependencies which are not critical.

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?

Two concise sentences: the first states the core purpose and outputs, the second provides use cases and the default parameter behavior. No redundancy, fully front-loaded, every sentence earns its place.

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?

The tool is a single-parameter lookup with no output schema, but the description covers the essential context: what classification categories are returned, the additional fields (geolocation, network owner), use cases, and the default behavior. This is complete for a simple IP-classification tool.

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?

With 100% schema coverage, the parameter is already well-documented. The description adds value by rephrasing the default behavior ('Omit `ip` to check the connection this MCP request came from') in a more operational way, reinforcing when to omit the parameter. This elevates it beyond the schema baseline of 3 to a 4.

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 clearly states the tool's function with a specific verb ('Classify') and resource ('an IP'), and enumerates classification categories (hosting/datacenter, open proxy, mobile-carrier) plus geolocation and network owner. This distinguishes it from sibling tools like ip_lookup or asn_lookup by focusing on traffic classification rather than generic IP details.

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 provides clear context for when to use the tool: 'Use it to decide whether traffic is likely a VPN, a cloud server or a real residential/mobile user — for fraud triage, abuse review, or checking whether your own VPN is being detected.' While alternatives are not explicitly named, the use cases are concrete and differentiate from simple IP lookups. It lacks explicit exclusions (e.g., 'use ip_lookup for general details'), hence not a 5.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct resource and action. IP lookup, ASN, reverse DNS, blacklist, and VPN/proxy checks are clearly differentiated. Even the email tools focus on different mechanisms (auth vs breach).

Naming Consistency5/5

All tools use consistent lower_snake_case, mostly following the <object>_<action> pattern. The few exceptions like my_ip and server_info still fit the overall style. There is no mixing of camelCase or inconsistent verb usage.

Tool Count5/5

Fifteen tools is a well-scoped set for a comprehensive IP intelligence service. Each tool covers a unique capability without redundancy, and the count never feels bloated.

Completeness5/5

The surface covers the full lifecycle of IP investigation: lookups, reputation checks, batch processing, domain/DNS/email intelligence, and website security audits. Missing operations like SSL certificate checks are nice-to-have but not essential. The server_info tool also helps users discover capabilities.