mcp-tmap

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

  1. Create a .env file in the project root.
  2. Add your SK open API credentials to the .env file.

Running the MCP

  1. Sync dependencies with uv sync.
  2. Run the MCP server using uv run src/mcp_tmap.