playLocal MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@playLocal MCPplan a day trip in Seoul this weekend focusing on food and culture, using public transit"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
playLocal MCP
실시간 공공 데이터를 활용해 한국 지역 여행 코스를 생성하는 PlayMCP용 MCP 서버입니다.
Features
한국관광공사 TourAPI 기반 관광지, 음식점, 문화시설 조회
기상청 초단기예보 기반 실외/실내 코스 가중치 조정
서울 열린데이터 광장 실시간 도시데이터 기반 혼잡도 반영
당일치기 코스 자동 생성, 대체 장소, 데이터 출처, 주의사항 반환
Related MCP server: Ingrids Reisetjenester
Tools
plan_day_trip: 지역, 날짜, 테마, 이동수단을 받아 당일치기 코스 생성search_public_attractions: TourAPI 지역 후보 조회check_weather: 기상청 날씨 조회check_congestion: 서울 실시간 혼잡도 또는 비서울 추정 혼잡도 조회check_open_status: TourAPI 상세 원천 데이터 조회
Environment
.env.example을 .env로 복사한 뒤 값을 채웁니다. 실제 .env는 Git에 올리지 않습니다.
TOUR_API_KEY=
TOUR_API_DECODING_KEY=
WEATHER_API_KEY=
WEATHER_API_DECODING_KEY=
SEOUL_OPEN_API_KEY=
KAKAO_REST_API_KEY=같은 이름의 키를 두 번 넣으면 일반 dotenv 로딩에서는 뒤쪽 값이 사용됩니다. 가능하면 encoding/decoding 키는 *_ENCODING_KEY, *_DECODING_KEY로 나눠 넣어주세요.
Local Run
pip install -r requirements.txt
python -m local_travel_planner.server기본 MCP HTTP endpoint는 다음과 같습니다.
http://localhost:8000/mcpDocker
docker build -t playlocal-mcp .
docker run --env-file .env -p 8000:8000 playlocal-mcpPlayMCP Deployment
PlayMCP in KC에서는 Git source build 방식을 권장합니다.
GitHub 저장소에 이 프로젝트를 push합니다.
PlayMCP in KC에서 My MCP 서버를 생성합니다.
Git URL, branch, Dockerfile path를 입력합니다.
배포 환경변수에
.env와 같은 키 이름을 등록합니다.활성화된 Endpoint URL을 PlayMCP 콘솔에 등록합니다.
PlayMCP에 표시할 MCP 이름은 playLocal을 사용합니다. KakaoCloud 리소스 이름이 별도로 필요하면 Kubernetes DNS 규칙에 맞게 playlocal-mcp처럼 소문자, 숫자, 하이픈만 사용하는 것을 권장합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maker240305/playLocal_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server