Mcp Tmap
@yunkee-lee
About Mcp Tmap
The MCP connects to TMAP API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-tmap": {
"command": "uv",
"args": [
"run",
"src/mcp_tmap"
],
"env": {
"SK_OPEN_API_APP_KEY": "YOUR_APP_KEY_HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Tmap?
Mcp Tmap is an MCP server that connects to the SK TMAP API, providing access to the Public Transit API for transit route information and the Location API for full-text geocoding. It is intended for developers using MCP-compatible clients who need to integrate TMAP transit and location services.
How to use Mcp Tmap?
Ensure Python 3.13+ and uv are installed, and obtain SK Open API credentials. Create a .env file in the project root with SK_OPEN_API_APP_KEY="YOUR_APP_KEY_HERE". Run uv sync to install dependencies, then uv run src/mcp_tmap to start the server. For development, activate the virtual environment and use mcp dev src/mcp_tmap/server.py.
Key features of Mcp Tmap
- Connects MCP to TMAP Public Transit and Location APIs
- Provides transit route planning and full-text geocoding
- Requires SK Open API app key for authentication
- Configured via
.envfile withSK_OPEN_API_APP_KEY - Runs using
uv syncanduv runcommands - Built for Python 3.13 and above
Use cases of Mcp Tmap
- Retrieve public transit routes between two locations using TMAP data
- Convert place names or addresses to geographic coordinates via full-text geocoding
- Integrate TMAP transit and location services into AI assistants or automation tools
FAQ from Mcp Tmap
What API does Mcp Tmap connect to?
It connects to the SK TMAP API, specifically the Public Transit API (transit route) and Location API (full-text geocoding).
What are the prerequisites to run Mcp Tmap?
You need Python 3.13 or higher, the uv package manager installed, and SK Open API credentials (app key).
How do I configure Mcp Tmap?
Create a .env file in the project root and add your SK Open API app key as SK_OPEN_API_APP_KEY="YOUR_APP_KEY_HERE".
How do I run Mcp Tmap?
Navigate to the project root, run uv sync to install dependencies, then run uv run src/mcp_tmap. For development, activate the virtual environment and use mcp dev src/mcp_tmap/server.py.
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments