Skip to content

baidu-maps/baidu-map

v1.2.0MIT

百度地图开放平台一体化 plugin。通过并列 Skills 自动处理地理问答、BMapGL 前端开发、WebAPI 服务端开发与账户凭据管理,并内置官方文档检索 MCP。

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

baidu-maps-docsstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/bin/docs-mcp-proxy.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "BAIDU_MAPS_DOCS_UPSTREAM": "https://docs.map.baidu.com/mcp/"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "baidu-map",
  "version": "1.2.0",
  "description": "百度地图开放平台一体化 plugin。通过并列 Skills 自动处理地理问答、BMapGL 前端开发、WebAPI 服务端开发与账户凭据管理,并内置官方文档检索 MCP。",
  "author": {
    "name": "Baidu Maps Open Platform",
    "url": "https://lbs.baidu.com"
  },
  "homepage": "https://lbs.baidu.com",
  "repository": "https://github.com/baidu-maps/agent-plugin",
  "license": "MIT",
  "keywords": [
    "baidu-map",
    "map",
    "geocoding",
    "reverse-geocoding",
    "route-planning",
    "poi-search",
    "weather",
    "bmapgl",
    "jsapi",
    "webapi",
    "agent-plan"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • ensure-cli.sh
  • LICENSE
View on GitHub