Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
IPLOCATE_API_KEY | No | Your API key from IPLocate.io. Increases free quota from 50 to 1,000 requests per day. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
check_ip_security | Analyze an IP address for security concerns including VPN, proxy, Tor usage, and abuse history |
locate_ip_geographically | Get detailed geographic information about an IP address |
investigate_ip_ownership | Get detailed information about who owns and operates an IP address |
ip_comparison | Compare geographic and network information between two IP addresses |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
lookup_ip_address_details | Get comprehensive information about an IP address including geolocation, network details, privacy/security information, company data, and abuse contacts. Can look up any IPv4 or IPv6 address, or your own IP if no address is provided. |
lookup_ip_address_location | Get geographic location information for an IP address including country, city, coordinates, timezone, and postal code. Can look up any IPv4 or IPv6 address, or your own IP if no address is provided. |
lookup_ip_address_privacy | Check whether an IP address is detected as a VPN, proxy, other anonymizing service; is on an abuse blocklist; or is a hosting provider. Can look up any IPv4 or IPv6 address, or your own IP if no address is provided. |
lookup_ip_address_network | Get network and ASN (Autonomous System Number) information for an IP address including the network operator, route, and regional registry. Can look up any IPv4 or IPv6 address, or your own IP if no address is provided. |
lookup_ip_address_company | Get company/organization information for an IP address including the company name, domain, and type of organization. Can look up any IPv4 or IPv6 address, or your own IP if no address is provided. |
lookup_ip_address_abuse_contacts | Get abuse contact information for an IP address to report malicious activity. Includes email, phone, and address of the network administrator. Can look up any IPv4 or IPv6 address, or your own IP if no address is provided. |