mcp/google-maps

Verified Publisher

By mcp

Updated 8 months ago

Tools for interacting with the Google Maps API.

Image
Machine learning & AI
16

50K+

mcp/google-maps repository overview

Google Maps (Archived) MCP Server

Tools for interacting with the Google Maps API.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/82064568802e542c3924560aef2cb421b4ce436c/src/google-maps/Dockerfile
Commit82064568802e542c3924560aef2cb421b4ce436c
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/google-maps --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (7)

Tools provided by this ServerShort Description
maps_directionsGet directions between two points
maps_distance_matrixCalculate travel distance and time for multiple origins and destinations
maps_elevationGet elevation data for locations on the earth
maps_geocodeConvert an address into geographic coordinates
maps_place_detailsGet detailed information about a specific place
maps_reverse_geocodeConvert coordinates into an address
maps_search_placesSearch for places using Google Places API

Tools Details

Tool: maps_directions

Get directions between two points

ParametersTypeDescription
destinationstringEnding point address or coordinates
originstringStarting point address or coordinates
modestring optionalTravel mode (driving, walking, bicycling, transit)

Tool: maps_distance_matrix

Calculate travel distance and time for multiple origins and destinations

ParametersTypeDescription
destinationsarrayArray of destination addresses or coordinates
originsarrayArray of origin addresses or coordinates
modestring optionalTravel mode (driving, walking, bicycling, transit)

Tool: maps_elevation

Get elevation data for locations on the earth

ParametersTypeDescription
locationsarrayArray of locations to get elevation for

Tool: maps_geocode

Convert an address into geographic coordinates

ParametersTypeDescription
addressstringThe address to geocode

Tool: maps_place_details

Get detailed information about a specific place

ParametersTypeDescription
place_idstringThe place ID to get details for

Tool: maps_reverse_geocode

Convert coordinates into an address

ParametersTypeDescription
latitudenumberLatitude coordinate
longitudenumberLongitude coordinate

Tool: maps_search_places

Search for places using Google Places API

ParametersTypeDescription
querystringSearch query
locationobject optionalOptional center point for the search
radiusnumber optionalSearch radius in meters (max 50000)

Use this MCP Server

{
  "mcpServers": {
    "google-maps": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GOOGLE_MAPS_API_KEY",
        "mcp/google-maps"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Google Maps (Archived)

Google Maps (Archived)

View and Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:d8652c8c9

Size

59.4 MB

Last updated

8 months ago

docker pull mcp/google-maps

This week's pulls

Pulls:

399

Last week