Enable AI agents to geocode, search places, and plan routes.
This appears to be an open-source geospatial MCP service with no required credentials, mainly querying public map services for geocoding and routing. No clear high-risk red flags are evident from the provided material, but it does execute code and likely sends queries to third-party map endpoints, while maintenance and adoption signals are weak, so cautious use is recommended.
The material explicitly states that no keys or environment variables are required. No API tokens, account credentials, or local secrets are requested, so credential exposure risk appears low.
The description says it uses OpenStreetMap data via Nominatim, Overpass, and OSRM, indicating outbound requests to external geospatial services. Although no specific hosts are listed and this is inherent to the stated function, user location, POI, or routing queries may be sent to those third-party services.
The system check indicates executes-code, meaning it runs MCP service code or related processes locally. The provided material does not show requests for unusual system privileges, but local execution itself warrants standard caution and permission boundaries.
The material does not specify which local files, databases, or system resources it reads or writes, so there is no explicit sign of overbroad access. However, as an executable MCP tool, it may process user-submitted geospatial query data, and the actual local data access scope should be verified from source code or installation configuration.
There is a public GitHub repository, making the source in principle auditable, which is a positive risk-reducing factor. However, the license is undeclared, community adoption is 0 stars, maintenance status is unknown, and the source is a third-party registry, so trust and ongoing maintenance signals are weak; review the code and dependencies before deployment.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Geo MCP Worker" yet — see the docs or source repo.
Use Geo MCP Worker to geocode "Zhangjiang Hi-Tech Park, Pudong, Shanghai" and return the normalized address, latitude/longitude, and confidence details.
Returns the normalized address, coordinates, and relevant match details.
Use Geo MCP Worker with "Sanlitun, Chaoyang District, Beijing" as the center to find cafes, subway stations, and coworking spaces within 2 km, grouped by category with names and distances.
Returns a nearby POI list with category, name, location, and distance.
Use Geo MCP Worker to plan driving and walking routes from "Hangzhou East Railway Station" to "West Lake Music Fountain", compare total distance and estimated time, and provide brief navigation steps.
Returns route options with distance, duration, and brief navigation instructions.
Give AI assistants geospatial search, routing, analysis, and interactive mapping capabilities.
Connect AI assistants to Amap for geocoding, routing, POI search, and location.
Query locations, addresses, and map data using natural language.
Access Google Maps APIs for geocoding, place search, routing, and geospatial tasks.
Lets AI find IP locations, reverse geocode, and detect public IPs.
Integrate Google Maps with AI for places, routing, and geospatial tasks.