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 "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., "@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, 세션 미발급.
툴 (7개)
getProviders— 충전 사업자 목록getCards— 할인 카드 목록getChargerTypes— 충전기 종류 코드calculatePrices— 사업자·충전기 종류별 전체 카드 요금 비교compareMyPrices— 보유 카드(cardNames)만으로 요금 비교getCardCoverage— 카드별 지원 사업자 커버리지 분석searchProvidersByAddress— 주소/장소명 주변 충전 사업자 검색
Related MCP server: opinet-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 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/mogoon/evcharger-mcp-kc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server