Skip to main content
Glama
IPGeolocation

IP Geolocation MCP Server

Abuse Contact Lookup

get_abuse_contact
Read-only

Look up abuse contact details for an IP address, including emails and phone numbers, to report malicious or spam activity.

Instructions

Read-only abuse contact lookup via GET /v3/abuse. Paid only. Cost: 1 credit. Use only for abuse contact data; use lookup_ip with include=abuse when the same IP also needs location, security, ASN/company, timezone, network, or currency.

Returns { ip, abuse } with route, country, name, organization, kind, address, emails, and phone_numbers for reporting abuse.

fields/excludes use comma-separated abuse.* paths such as abuse.emails; ip is always returned. force_refresh bypasses cache only when the user asks. Call once per IP target and post-process locally.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNoIPv4 or IPv6 address to get abuse contact for. Omit to use the caller's IP.
fieldsNoComma-separated abuse fields to return (e.g. abuse.emails,abuse.organization). Reduces response size.
excludesNoComma-separated abuse fields to exclude from response (e.g. abuse.phone_numbers,abuse.address).
force_refreshNoDefault false. Set true only when the user asks to refresh cached abuse contact data; a successful refresh makes a new upstream request and can consume credits.
Behavior4/5

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

Annotations already declare readOnlyHint=true; the description reinforces that. It adds beyond annotations by disclosing cost, caching behavior via force_refresh, and the exact return structure. Slight deduction because no mention of rate limits or auth beyond 'paid only'.

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?

Four focused sentences, each serving a purpose. Front-loaded with core purpose and cost. No redundancy or unnecessary details.

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?

Given no output schema, the description details the return structure and fields. Covers caching, force_refresh behavior, and best practice (one call per IP). Contextually complete for a straightforward lookup 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?

Schema coverage is 100%, so each parameter is documented. The description adds value by explaining the field path convention and reiterating the condition for force_refresh. It also clarifies that excluding fields reduces response size.

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 it performs a read-only abuse contact lookup via a specific endpoint. It differentiates from the sibling tool lookup_ip by specifying when to use that alternative (when additional data like location or security is needed).

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?

Explicitly tells when to use this tool versus lookup_ip, mentions cost (1 credit), and recommends calling once per IP and post-processing locally. Provides clear context for use.

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/IPGeolocation/ipgeolocation-io-mcp'

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