MCP.so
登录

HERE Maps MCP Server

@limingchina

关于 HERE Maps MCP Server

LLM MCP server using HereMaps API

基本信息

分类

媒体与设计

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

limingchina

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is HERE Maps MCP Server?

It is a Model Context Protocol (MCP) compliant server that exposes HERE Maps Platform APIs as tools for language models. It enables LLMs to perform geocoding, reverse geocoding, places search, routing, traffic information, and map display through a standardized interface.

How to use HERE Maps MCP Server?

Clone the repository, install Node.js and npm dependencies, and obtain a HERE Maps API Key. Start the server by setting the HERE_MAPS_API_KEY environment variable and running the project. Then configure a compatible MCP client (e.g., Claude) with the provided JSON settings to connect to the server.

Key features of HERE Maps MCP Server

  • Geocoding: Convert addresses into geographic coordinates.
  • Reverse Geocoding: Convert coordinates into formatted addresses.
  • Places Search: Find points of interest near a location.
  • Routing: Get directions between two points with transport modes.
  • Traffic Information: Retrieve traffic incidents within a radius.
  • Display Map: Render a map image with customizable style and zoom.

Use cases of HERE Maps MCP Server

  • Find restaurants or services near a specific location.
  • Get driving, walking, or biking directions between two points.
  • Retrieve current traffic incidents in a city area.
  • Display a map image centered on a location with chosen style.
  • Combine geocoding and routing for trip planning.

FAQ from HERE Maps MCP Server

How do I get started with HERE Maps MCP Server?

Clone the repository, install Node.js and dependencies, obtain a HERE Maps API Key, and run the server with the API key environment variable. Then configure your MCP client to use the server.

How do I configure the server with a client like Claude?

Add the JSON configuration to the MCP client settings, specifying the command, arguments, and environment variable for the API key. Restart the client for changes to take effect.

What HERE Maps services are available as tools?

The server provides tools for geocoding, reverse geocoding, places search, routing, traffic information, and map display, each corresponding to a specific HERE Maps API.

What are the authentication requirements?

You need a valid HERE Maps API Key, which is passed as the HERE_MAPS_API_KEY environment variable when starting the server.

Is the package available via npm?

The npm package is not yet published. You

评论

媒体与设计 分类下的更多 MCP 服务器