서울시 교통 데이터 MCP 서버

by CaChiJ

296 downloads
Not rated
GitHub

About

서울시 교통 데이터 MCP 서버 - 실시간 교통 정보, 대중교통, 따릉이 등의 데이터를 제공하는 MCP 서버

Details

Author
CaChiJ
Downloads
296
Categories
Search

- 실시간 버스 및 지하철 도착/위치/혼잡도 정보 제공
- 실시간 도로 소통 및 돌발 상황 정보 제공
- CCTV 교통 영상 정보 연동
- 공공자전거(따릉이) 대여소 현황 및 이용 통계
- 교통량, 속도, 출발지-목적지(OD) 통계 데이터
- 실시간 데이터는 1-5분, 통계 데이터는 1시간-1일 주기 갱신

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 서울시 교통 데이터 MCP 서버
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

저장소를 클론하고 가상환경을 생성한 후 pip install -r requirements.txt로 의존성을 설치합니다. .env.example을 복사하여 DATABASE_URL, REDIS_URL, SEOUL_API_KEY, PORT를 설정한 뒤 python main.py로 서버를 실행합니다. 실행 후 http://localhost:8000/docs 또는 /redoc에서 API 문서를 확인할 수 있습니다.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\uc11c\uc6b8\uc2dc \uad50\ud1b5 \ub370\uc774\ud130 mcp \uc11c\ubc84": {
            "traffic-data-mcp-server": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "traffic-data-mcp-server": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            "venv"
        ]
    }
}

서울시 교통 데이터 MCP 서버

서울시의 다양한 교통 데이터를 통합하여 제공하는 MCP(Message Control Protocol) 서버입니다.

제공 데이터

1. 실시간 대중교통 정보

- 버스 도착 정보 - 지하철 도착/위치 정보 - 혼잡도 정보

2. 교통 상황 정보

- 실시간 도로 소통 정보 - 돌발 상황 정보 - CCTV 정보

3. 공공자전거(따릉이) 정보

- 실시간 대여소 현황 - 대여/반납 정보 - 이용 통계

4. 교통 통계 정보

- 교통량 통계 - 속도 정보 - 출발지-목적지(OD) 데이터

시작하기

요구사항

- Python 3.8+ - FastAPI - Redis - PostgreSQL

설치

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.