Seoul Mobility Advisor

Seoul Mobility Advisor

Integrates real-time Seoul data (weather, air quality, traffic, bike-sharing) and visual context to recommend optimal transportation modes for users.

Category
Visit Server

README

Seoul Mobility Advisor (mobility-mcp)

카카오 PlayMCP 공모전 출품작 — 날씨·대기질·실시간 교통·따릉이 데이터와 **사진(시각 맥락)**을 종합해 상황에 맞는 이동수단(도보/따릉이/대중교통/자가용)을 추천하는 MCP 서버.

설계 원칙

서버는 '데이터 + 결정론적 도구'만 제공한다. 자연어/이미지 해석과 추천 판단은 **호스트 LLM(PlayMCP AI / Claude)**이 담당한다. 사진 분석도 호스트가 수행해 constraints 태그(예: cannot_ride_bike, formal_attire)로 툴에 넘긴다.

빠른 시작

uv sync --extra dev                 # 의존성 설치
cp .env.example .env                # (선택) 키 입력 — 키 없어도 mock으로 동작
uv run mobility-mcp                 # 로컬 실행 (stdio)

MCP Inspector로 점검

npx @modelcontextprotocol/inspector uv run mobility-mcp

원격 실행 (PlayMCP 등록/배포용, Streamable HTTP)

MCP_TRANSPORT=http uv run mobility-mcp     # → http://localhost:8000/mcp/

테스트

uv run --extra dev pytest

현재 툴 (Phase 1)

설명
get_bike_availability(query?, lat?, lng?, limit=5) 서울 따릉이 실시간 대여가능 수 (키 없으면 샘플)

로드맵

~/.claude/plans/temporal-drifting-peacock.md 참고. Phase 2 날씨/대기/교통 클라이언트 · Phase 3 compare_transport_options 점수엔진 · Phase 4–5 Docker→KC 배포·PlayMCP 등록.

구조

src/mobility_mcp/
  server.py            # FastMCP 앱 + 툴
  config.py            # .env 키 로딩
  clients/seoul_bike.py# 따릉이 클라이언트(+mock)
tests/

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured