evcharger-mcp-kc

evcharger-mcp-kc

Enables comparing Korean EV charging fees across providers and discount cards to find the cheapest option.

Category
Visit Server

README

충전비교 MCP 서버

한국 전기차 충전 요금을 카드별로 비교하고 최저가를 찾아주는 충전비교 서비스의 MCP 서버입니다. PlayMCP in KC(카카오클라우드) 배포용 — stateless Streamable HTTP, 세션 미발급.

툴 (7개)

  • getProviders — 충전 사업자 목록
  • getCards — 할인 카드 목록
  • getChargerTypes — 충전기 종류 코드
  • calculatePrices — 사업자·충전기 종류별 전체 카드 요금 비교
  • compareMyPrices — 보유 카드(cardNames)만으로 요금 비교
  • getCardCoverage — 카드별 지원 사업자 커버리지 분석
  • searchProvidersByAddress — 주소/장소명 주변 충전 사업자 검색

PlayMCP in KC 등록 값

항목
Git URL https://github.com/mogoon/evcharger-mcp-kc.git
브랜치 / ref main
Dockerfile 경로 Dockerfile (저장소 루트)
PAT 불필요 (public 저장소)
container_port 8000
MCP Endpoint 배포 URL의 /mcp (POST, 루트 / POST도 동일 동작)

환경변수 (필수)

  • SUPABASE_URL — Supabase 프로젝트 URL
  • SUPABASE_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 start

Docker

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":{}}'

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