LocationIQ provides global geocoding, reverse geocoding, routing, and place-search services backed by OpenStreetMap data and a worldwide datacentre footprint. The API supports forward, structured, and postal-code geocoding, autocomplete suggestions, nearby place search, time-zone lookups, and turn-by-turn directions across driving, cycling, and walking profiles. Account balance can be queried to track API usage against quota.
9 endpointsGeocode addresses to coordinates, reverse geocode coordinates to addresses, autocomplete partial queries, search for nearby POIs, look up timezone data for any location, and calculate driving/cycling/walking routes between waypoints. Built on OpenStreetMap data with additional proprietary datasets, the API provides 9 endpoints across regional servers (US and EU) and an anycast autocomplete server, supporting structured and free-form address queries, GeoJSON polygon output, and multi-profile routing with turn-by-turn instructions.
9 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.