Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Baidu Maps MCP Server offers 10 MCP-compliant APIs for location services, enabling seamless integration with AI agents and applications.
GhidraMCP: LLM-driven reverse engineering via Ghidra, enabling autonomous binary analysis, method renaming, and data listing.
Baidu Maps API now fully supports the Model Context Protocol (MCP), becoming the first domestic map service provider to do so.
The Baidu Maps MCP Server includes 10 API interfaces compliant with the MCP standard, covering reverse geocoding, place search, route planning, and more.
Developed using the MCP Python SDK
and MCP Typescript SDK
, it can be quickly integrated with any intelligent agent assistant that supports the MCP protocol (such as Claude
, Cursor
, and Qianfan AppBuilder
).
map_geocode
): Resolves addresses into corresponding location coordinates.map_reverse_geocode
): Converts coordinates into semantic addresses.map_search_places
): Enables place and POI search in various scenarios, including city and circular area searches.map_place_details
): Retrieves detailed POI information based on its UID.map_distance_matrix
): Calculates route distances and travel times between all origin-destination pairs.map_directions
): Plans travel routes and durations based on origin and destination coordinates, supporting driving, walking, cycling, and public transit.map_weather
): Queries weather information based on administrative division codes or coordinates (requires advanced permissions for coordinate-based queries).map_ip_location
): Obtains the location (city-level) of the current request based on the request's IP address (IPv6 requires advanced permissions).map_road_traffic
): Queries real-time traffic congestion, specifying road names and area shapes (rectangle, polygon, circle).map_poi_extract
): Extracts POI-related information from text content (requires advanced permissions).Baidu Maps MCP Server can be used via Python or Typescript. See the Python integration documentation for details.
For Typescript integration, install Node.js and configure the mcpServers
section in Claude's settings.
MIT License © baidu-maps