Skip to main content
Glama
BACH-AI-Tools

ip_geolocation_find_ip_location_and_ip_info

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI 密钥

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_ip_geolocationA

This endpoint returns geolocation and other useful points from an IP Address. If IP address is provided as query parameter, geolocation is performed on that IP address. If IP address is left empty, geolocation data of client IP is returned.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The single tool name 'get_ip_geolocation' follows a clear verb_noun pattern, consistent with itself. No inconsistency exists.

Tool Count3/5

A single tool feels thin for the server's stated purpose, which is finding IP location and info. While it covers the basic operation, the scope suggests more features could be included (e.g., bulk lookup, IP validation).

Completeness4/5

The tool provides the core functionality of IP geolocation, including automatic client IP detection. Minor gaps exist, such as no support for IPv6 or additional IP metadata, but the essential need is met.

Maintenance

ActivityInactive
ResponsivenessNo issues