Skip to main content
Glama
scottmartinanderson

Clearfront MCP Server

search_ip

Retrieve geolocation and ASN data for any IP address. Omit the IP parameter to auto-detect your own public IP address.

Instructions

Retrieve geolocation and ASN data for an IP address via ipinfo.io. Omit 'ip' (or pass 'me') to auto-detect the caller's own public IP. Authorized use only: your own assets or a target you are authorized to assess. Passive, public-source collection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNo
json_outputNoReturn result as structured JSON.
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 burden. It discloses that the tool performs passive, public-source collection via ipinfo.io, and highlights authorized use. This adequately covers the behavioral traits for a simple lookup tool, though rate limits or data freshness are not mentioned.

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 three sentences long, information-dense, and front-loaded with the core action. Every sentence adds value: function, usage variation, and authorization. No redundancy.

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 low-complexity tool with no output schema, the description explains input parameters and the nature of the data. The json_output parameter covers return format. It is complete enough for an agent to correctly invoke the tool, though example usage or expected output structure could be added.

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 schema has two parameters with 50% description coverage (json_output has a description, ip lacks one). The description adds significant value: it explains the 'ip' parameter can be omitted or set to 'me' for auto-detection, and clarifies the purpose (geolocation and ASN data). This compensates for the missing schema description.

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 retrieves geolocation and ASN data for an IP address using ipinfo.io. It also specifies the optional auto-detect feature. This is distinct from sibling tools which target emails, usernames, domains, etc., providing clear differentiation.

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 includes authorization requirements ('Authorized use only: your own assets or a target you are authorized to assess') and notes that omitting 'ip' or passing 'me' auto-detects the caller's IP. While it does not explicitly state when to use this tool over alternatives, the context of IP lookup versus other search domains makes it clear.

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/scottmartinanderson/clearfront'

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