ClawLink
Google Apps19 toolsBrowser login (OAuth), no API keys

Google Maps integration for AI agents

Geocode addresses and query place details

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Google Maps once and call the same tools from all of them.

Setup

Connect google-maps through ClawLink's hosted setup.

  • Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

Google Maps exposes 19 tools through ClawLink.

ToolWhat it doesKind
google_maps_autocompleteReturns place and query predictions for text input. Use when implementing as-you-type autocomplete functionality for place searches. Returns up to five predictions ordered by relevance.Read
google_maps_compute_route_matrixCalculates travel distance and duration matrix between multiple origins and destinations using the modern Routes API; supports OAuth2 authentication and various travel modes.Read
google_maps_geocode_address_with_queryTool to map addresses to geographic coordinates with query parameter. Use when you need to convert a textual address into latitude/longitude coordinates using the modern v4beta API.Read
google_maps_geocode_destinationsTool to perform destination lookup and return detailed destination information including primary place, containing places, sub-destinations, landmarks, entrances, and navigation points.Read
google_maps_geocode_locationTool to convert geographic coordinates (latitude and longitude) to human-readable addresses using reverse geocoding. Use when you need to find the address or place name for a given set of coordinates.Read
google_maps_geocode_placeTool to perform geocode lookup using a place identifier to retrieve address and coordinates. Use when you need to get detailed geographic information for a specific Google Place ID.Read
google_maps_geocoding_apiConvert addresses into geographic coordinates (latitude and longitude) and vice versa (reverse geocoding), or get an address for a Place ID.Read
google_maps_geolocateTool to determine location based on cell towers and WiFi access points. Use when you need to find the geographic location of a device using network infrastructure data.Read
google_maps_get_place_detailsRetrieves comprehensive details for a place using its resource name (places/{place_id} format). Use when you need detailed information about a specific place.Read
google_maps_get_routeCalculates one or more routes between two specified locations. Uses various travel modes and preferences; addresses must be resolvable by Google Maps.Read
google_maps_get2d_tileTool to retrieve a 2D map tile image at specified coordinates for building custom map visualizations. Use when you need to download individual map tile images for roadmap, satellite, or terrain views.Read
google_maps_get3d_tiles_rootTool to retrieve the 3D Tiles tileset root configuration for photorealistic 3D map rendering.Read
google_maps_lookup_aerial_videoLook up an aerial view video by address or video IDRead
google_maps_maps_embed_apiGenerate an embeddable Google Map URL and HTML iframe codeRead
google_maps_nearby_searchSearches for places (e.g., restaurants, parks) within a specified circular area, with optionsRead
google_maps_place_photoRetrieves high quality photographic content from the Google Maps Places databaseRead
google_maps_text_searchSearches for places on Google Maps using a textual query (e.g., "restaurants in London"Read
google_maps_render_aerial_videoStarts rendering an aerial view video for a US postal addressRead
google_maps_tiles_create_sessionCreate a session token required for accessing 2D Tiles and Street View imageryRead