mcp-tmap
0
MCP TMAP is a server connecting to the TMAP API, providing access to Public Transit and Location APIs. It requires Python 3.13 or higher, uv, and SK Open API credentials for configuration and operation.
MCP TMAP
The MCP connects to the TMAP API.
It currently supports the following APIs:
- Public Transit API: Transit route
- Location API: Full text geocoding
Prerequisites
- Python: Version 3.13 or higher
- uv
- SK Open API credentials
Configuration
- Create a
.env
file in the project root. - Add your SK open API credentials to the
.env
file.
Running the MCP
- Sync dependencies with
uv sync
. - Run the MCP server using
uv run src/mcp_tmap
.