Back to MCP directory
publicPublicdnsLocal runtime

unofficial_mapy_com_mcp

这是一个非官方的MCP服务器,用于mapy.cz的API,开发者需遵守mapy.cz的使用条款。

article

README

🚀 Mapy.cz 的非官方 MCP 服务器

这是一个为 mapy.cz 提供服务的非官方 MCP 服务器。需要注意的是,我没有与 mapy.com 或其所有者(seznam.cz)有任何关联。请确保您也遵守他们的许可协议:https://developer.mapy.cz/en/terms-and-conditions/

🚀 快速开始

开发前的条件

开展开发工作前,需要安装以下工具:

  • just (https://github.com/casey/just)
  • uv (https://docs.astral.sh/uv/getting-started/installation/)
  • docker (https://www.docker.com/)
  • act (https://github.com/nektos/act)
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client