AI Agent Hub
Back to plugins
dsh-map-tools preview

dsh-map-tools

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install HorusJiang/dsh-map-tools

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install HorusJiang/dsh-map-tools in the DeepSeek Harness terminal to install, or build from the source repository at https://github.com/HorusJiang/dsh-map-tools.

About this plugin

Ask your AI assistant to plan a route, find a restaurant, or convert an address to coordinates—without spinning up a separate MCP server or switching to a map app. dsh-map-tools adds a suite of ready-to-use native map tools directly into DeepSeek Harness, weaving route planning and geocoding into the model's own tool-calling pipeline.

The plugin exposes seven core capabilities: driving, transit (bus/subway), walking, and cycling route planning; forward and reverse geocoding; and POI search. With a free Amap Web Service Key configured, you get the richest domestic map data including reliable Chinese geocoding, transit transfers, and POI results. Without a Key, driving, walking, and cycling routes fall back to the free OSM/OSRM public services, while less robust operations such as Chinese address parsing surface clear, actionable guidance. Every tool is invoked natively with a map_* prefix—no external MCP process, no restart; changes in the config card take effect immediately.

If you are building location-aware agents, travel assistants, or local-service scenarios on DeepSeek Harness and need dependable map data under the Chinese domestic network, this plugin offers a zero-dependency, low-friction path to production-grade geospatial queries.

Screenshots

Use Cases

  • Asking in chat for the optimal driving route from the office to the airport
  • Batch-searching nearby POIs and estimating delivery distances for a local-service agent
  • Parsing Chinese addresses into coordinates for downstream geolocation services

Best For

  • Developers building travel or local-service agents on DeepSeek Harness
  • Application teams needing domestic Chinese map data without deploying MCP
  • Individual users who want their AI assistant to have geospatial awareness