
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@modelcontextprotocol/server-google-maps
Advanced tools
MCP Server for the Google Maps API.
geocode
address
(string)reverse_geocode
latitude
(number)longitude
(number)search_places
query
(string)location
(optional): { latitude: number, longitude: number }radius
(optional): number (meters, max 50000)get_place_details
place_id
(string)get_distance_matrix
origins
(string[])destinations
(string[])mode
(optional): "driving" | "walking" | "bicycling" | "transit"get_elevation
locations
(array of {latitude, longitude})get_directions
origin
(string)destination
(string)mode
(optional): "driving" | "walking" | "bicycling" | "transit"Get a Google Maps API key by following the instructions here.
Add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
FAQs
MCP server for using the Google Maps API
The npm package @modelcontextprotocol/server-google-maps receives a total of 5,406 weekly downloads. As such, @modelcontextprotocol/server-google-maps popularity was classified as popular.
We found that @modelcontextprotocol/server-google-maps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.