mcp-tmap
If you are the rightful owner of mcp-tmap and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP TMAP connects to the TMAP API, supporting Public Transit and Location APIs.
The MCP TMAP is a model context protocol server designed to interface with the TMAP API, providing access to public transit routes and full-text geocoding services. It requires Python 3.13 or higher and the 'uv' tool for managing dependencies and running the server. Users must obtain API credentials from the SK Open API to authenticate requests. The server is configured through a `.env` file where these credentials are stored. Once set up, the MCP TMAP can be run in a development or production environment, offering seamless integration with TMAP's services.
Features
- Integration with TMAP Public Transit API for route information.
- Support for TMAP Location API for full-text geocoding.
- Environment configuration via `.env` file for secure API credential management.
- Dependency management and server execution using 'uv'.
- Development and production modes for flexible deployment.