Skip to main content
Glama
NimbleBrainInc

IPInfo MCP Server

get_privacy_info

Detect if an IP address is associated with privacy services like VPNs, proxies, Tor, relays, or hosting providers to assess connection authenticity.

Instructions

Detect privacy services (VPN, proxy, Tor, etc.) for an IP address.

Args: ip: IP address to check

Returns: Privacy detection results including VPN, proxy, Tor, relay, and hosting status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
torYesTor detected
vpnYesVPN detected
proxyYesProxy detected
relayYesRelay detected
hostingYesHosting provider detected
serviceYesService name if detected
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states what the tool does but lacks behavioral details such as rate limits, authentication requirements, error handling, or whether it performs external API calls. It doesn't disclose any operational constraints beyond the basic functionality.

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 front-loaded with the core purpose in the first sentence, followed by structured sections for Args and Returns. Every sentence adds value without redundancy, making it efficient and easy to parse.

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?

Given the tool has an output schema (which covers return values) and a simple input schema with one parameter, the description provides sufficient context for basic use. However, as a detection tool with no annotations, it could benefit from more behavioral details like accuracy notes or limitations.

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?

The description adds meaningful context for the single parameter 'ip' by specifying it's 'IP address to check,' which clarifies its purpose beyond the schema's basic type. With 0% schema description coverage and only one parameter, this compensates adequately, though it doesn't detail format constraints like IPv4 vs. IPv6.

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 specific action ('Detect privacy services') and resource ('for an IP address'), distinguishing it from sibling tools like get_ip_info or get_ip_location that focus on different IP attributes. It explicitly lists the types of privacy services detected (VPN, proxy, Tor, relay, hosting).

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 description implies usage context through 'privacy services detection,' suggesting it's for identifying anonymization services, but it doesn't explicitly state when to use this tool versus alternatives like get_ip_info or other sibling tools. No exclusions or prerequisites are mentioned.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NimbleBrainInc/mcp-ipinfo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server