MCP-Server

MCP-Server

3.2

If you are the rightful owner of MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

百度地图 MCP 服务是一个基于百度地图 API 的 Model Context Protocol (MCP) 服务,提供多种地理信息服务。

百度地图 MCP 服务是一个基于百度地图 API 的 Model Context Protocol (MCP) 服务,提供多种地理信息服务。该项目展示了如何从零开始搭建一个 MCP 服务,包括能力定义、执行接口和容器化部署。服务支持通过 stdio 本地通信和 HTTP 远程调用两种方式。主要功能包括地理编码、逆地理编码、地点检索、地点详情检索、距离矩阵计算、路线规划、天气查询、IP定位、路况查询和 POI 智能标注。项目使用 TypeScript 编写,运行在 Node.js 环境中,并使用 Express 框架提供 HTTP 服务。通过 Docker 可以轻松实现容器化部署。

Features

  • 地理编码服务:将地址转换为经纬度坐标。
  • 逆地理编码服务:将经纬度坐标转换为地址描述。
  • 地点检索服务:检索地点信息。
  • 路线规划服务:规划出行路线。
  • 天气查询服务:获取天气信息。

Tools

  1. 1

    Convert address to latitude and longitude coordinates

  2. 2

    Convert latitude and longitude coordinates to address description

  3. 3

    Search location information based on keywords

  4. 4

    Get detailed information about the location

  5. 5

    Calculate the distance and time between multiple starting and ending points

  6. 6

    Planning a travel route

  7. 7

    Get weather information for a specified location

  8. 8

    Get location information based on IP address

  9. 9

    Get real-time road conditions information

  10. 10

    Analyze POI information in text