Integrations
Enables configuration management through environment variables, used for storing and retrieving API credentials.
Provides the runtime environment for the MCP server, requiring version 3.13 or higher.
Used for dependency management through the pyproject.toml file, defining the project's dependencies.
МКП ТМАП
MCP подключается к API TMAP.
В настоящее время поддерживаются следующие API:
- API общественного транспорта
- Транзитный маршрут
- API местоположения
- Полное геокодирование текста
Предпосылки
Прежде чем начать, убедитесь, что у вас установлено следующее:
- Python: версия 3.13 или выше
- uv: Инструкции по установке можно найти здесь .
- SK Open API: Вам потребуются учетные данные API (ключ приложения) из SK Open API .
Конфигурация
- Создайте файл
.env
: Создайте файл в корне проекта. - Добавьте учетные данные API: отредактируйте файл
.env
и добавьте свои учетные данные SK open API.Проверьте точные имена требуемых переменных среды, проверивCopysrc/mcp_tmap/tmap_client.py
.
Запуск MCP
- Синхронизация зависимостей: Перейдите в корневой каталог проекта в терминале и выполните следующую команду. Это создаст виртуальную среду (если она не существует) и установит все зависимости, указанные в
pyproject.toml
.Copy - Запуск: Вы можете запустить сервер MCP с помощью
uv
.Для развития,CopyCopy
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Сервер, подключающийся к API SK TMAP, предоставляющий доступ к функциям маршрутизации общественного транспорта и геокодирования через стандартизированный интерфейс.
Related MCP Servers
- -securityAlicense-qualityMCP Server for the Google Maps API.Last updated -75,30343,638JavaScriptMIT License
- -securityAlicense-qualityA modular server that implements the Model Context Protocol standard, providing tools for interacting with GitHub, GitLab, Google Maps, Memory storage, and web automation through a unified gateway.Last updated -1,2613PythonApache 2.0
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3925
- AsecurityAlicenseAqualityAn MCP server that creates a virtual traveling environment on Google Maps, allowing users to guide an avatar on journeys with photo reports and SNS integration.Last updated -214011TypeScriptMIT License