evcharger-mcp-kc
Provides geocoding and place search services to find charging providers near a given address.
Provides data storage for charging providers, cards, and pricing information, enabling the server to query and compare fees.
Click on "Deploy 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., "@evcharger-mcp-kccompare prices for all cards at EVinfra"
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.
충전비교 MCP 서버
한국 전기차 충전 요금을 카드별로 비교하고 최저가를 찾아주는 충전비교 서비스의 MCP 서버입니다. PlayMCP in KC(카카오클라우드) 배포용 — stateless Streamable HTTP, 세션 미발급.
MCP TypeScript SDK v2 (2026-07-28 스펙) 기반. stateless 모드가 신규(2026-07-28)와 구(2025) 클라이언트를 같은
/mcp엔드포인트에서 모두 서빙합니다 (@modelcontextprotocol/server+@modelcontextprotocol/node).
툴 (7개)
getProviders— 충전 사업자 목록getCards— 할인 카드 목록getChargerTypes— 충전기 종류 코드calculatePrices— 사업자·충전기 종류별 전체 카드 요금 비교compareMyPrices— 보유 카드(cardNames)만으로 요금 비교getCardCoverage— 카드별 지원 사업자 커버리지 분석searchProvidersByAddress— 주소/장소명 주변 충전 사업자 검색
Related MCP server: ratebook-mcp
PlayMCP in KC 등록 값
항목 | 값 |
Git URL |
|
브랜치 / ref |
|
Dockerfile 경로 |
|
PAT | 불필요 (public 저장소) |
container_port |
|
MCP Endpoint | 배포 URL의 |
환경변수 (필수)
SUPABASE_URL— Supabase 프로젝트 URLSUPABASE_ANON_KEY— Supabase anon 키 (시크릿 권장)KAKAO_API_KEY— Kakao REST API 키 (시크릿 권장; 지오코딩·주변 검색용)PORT— 기본 8000
콘솔에 환경변수 설정이 없다면 컨테이너 /app/.env 파일도 읽는다 (process.loadEnvFile).
로컬 실행
npm install
npm run build
SUPABASE_URL=... SUPABASE_ANON_KEY=... KAKAO_API_KEY=... npm startDocker
docker build -t evcharger-mcp-kc .
docker run -p 8000:8000 -e SUPABASE_URL=... -e SUPABASE_ANON_KEY=... -e KAKAO_API_KEY=... evcharger-mcp-kc확인
curl http://localhost:8000/health
curl -X POST http://localhost:8000/mcp -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'This server cannot be deployed
Maintenance
Related MCP Connectors
Find EV charging stations, live availability and prices across the Netherlands via NDW data.
Unofficial integration! ## ✨ Key Features ### 💰 Financial Intelligence - **Smart Charging Cost An…
Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map.
Operate a network of EV charge points over OCPP: status, sessions, tariffs, prices, remote commands
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to Korea Petroleum Corporation's Opinet fuel price API for South Korea. Enables querying of current national and regional fuel averages, recent price trends, lowest-price stations, and nearby gas station details through natural language.MIT
- AlicenseNot gradedqualityBmaintenanceProvides electricity tariff queries and rate calculations for US utilities, enabling cost estimation and optimal charging schedules.1Apache 2.0
- FlicenseAqualityBmaintenanceFinds the cheapest gas stations along a travel route in Korea using Kakao Navigation and Opinet APIs.3-
- FlicenseAqualityCmaintenanceProvides destination-based public parking lot recommendations in Seoul. It converts destinations to coordinates, finds nearby public parking lots, and estimates wait times using real-time availability and historical statistics.6-