Skip to main content
Glama

IP Find

Official
by ipfind
types.ts608 B
export type IPFindIPResponse = { ip_address: string; country: string | null; country_code: string | null; continent: string | null; continent_code: string | null; city: string | null; county: string | null; region: string | null; region_code: string | null; postal_code: string | null; timezone: string | null; owner: string | null; longitude: number; latitude: number; currency: string | null; languages: string[]; }; export type IPFindUsageResponse = { request_count: number; daily_request_limit: number; remaining: number; };

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/ipfind/ipfind-mcp-server'

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