Jentic publishes the only available OpenAPI specification for Abstract APIs, keeping it validated and agent-ready. Abstract APIs is a collection of focused REST APIs from Abstract that covers email validation, phone validation, and currency exchange rates, each addressed by its own subdomain (emailvalidation.abstractapi.com, phonevalidation.abstractapi.com, exchange-rates.abstractapi.com). Every endpoint is keyed by a single api_key query parameter, returns JSON, and is intended for lightweight enrichment and verification work inside larger workflows. The bundle is useful when an agent needs quick checks on user-supplied contact data or live FX figures without integrating a heavier specialist provider.
3 endpointsJentic publishes the only available OpenAPI specification for Abstract IP Geolocation API, keeping it validated and agent-ready. Abstract's IP Geolocation API resolves IPv4 and IPv6 addresses to a precise location, timezone, currency, and ISP across 4 billion+ addresses and 250,000+ cities, with weekly data refreshes. The service exposes a single GET endpoint and is keyed by an api_key query parameter, returning JSON with optional security and connection-type fields. It is built for inline lookups in onboarding, fraud, personalization, and analytics flows.
1 endpointsJentic publishes the only available OpenAPI specification for Abstract IP Geolocation API, keeping it validated and agent-ready. Abstract IP Geolocation provides lookup of geolocation data for any IPv4 or IPv6 address, including city, region, country, timezone, currency, language, and security signals. The whole API is a single GET /v1/ endpoint keyed by an api_key query parameter, returning JSON. It is a drop-in replacement for self-hosted GeoIP databases when you only need a few hundred lookups per second.
# 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.