Apiip is an IP geolocation service that resolves a single IP, the requester's IP, or a comma-separated batch of up to many IPs to detailed location records. Each lookup returns city, region, country, latitude and longitude, ISO codes, timezone, currency, and connection metadata in a JSON response. The API exposes three GET endpoints rooted at /api/check and authenticates via an accessKey query parameter. It is well suited for fraud signals, content localization, and routing visitors to the nearest data centre.
3 endpointsJentic publishes the only available OpenAPI specification for Apiip - IP Geolocation API, keeping it validated and agent-ready. Apiip resolves an IP address to a structured location record with city, region, country, latitude and longitude, timezone, currency, and connection metadata. Three GET endpoints rooted at /api/check cover requester-IP self-lookup, single-IP lookup, and comma-separated bulk lookup. Authentication is via an accessKey query parameter, and the fields parameter trims responses to just the attributes you need.
3 endpoints# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find live events near a location"
# → Jentic returns the GET /events tool with parameter schema, agent executes.