pumperly-mcp
제공 기능
유형 | 용도 | MCP URI / 도구 ID |
리소스 | 구성, 통계 및 환율을 읽기 전용으로 탐색 |
|
도구 | 주유소 찾기, 경로 계산 및 위치 지오코딩 |
|
모든 기능은 단일 JSON-RPC 엔드포인트(/mcp)를 통해 노출됩니다.
LLM/에이전트는 initialize -> readResource -> listTools -> callTool 등의 순서로 작업할 수 있습니다.
Related MCP server: Foundry MCP Server
빠른 시작 (Docker Compose)
services:
pumperly-mcp:
image: drumsergio/pumperly-mcp:latest
ports:
- "127.0.0.1:8080:8080"
environment:
- PUMPERLY_URL=https://pumperly.com보안 참고: HTTP 전송은 기본적으로
127.0.0.1:8080에서 수신 대기합니다. 네트워크에 노출해야 하는 경우 인증이 포함된 리버스 프록시 뒤에 배치하십시오.
npm을 통한 설치 (stdio 전송)
npx pumperly-mcp또는 전역으로 설치:
npm install -g pumperly-mcp
pumperly-mcp이 명령은 GitHub 릴리스에서 플랫폼에 맞는 사전 빌드된 Go 바이너리를 다운로드하고 stdio 전송으로 실행합니다. 최소 하나 이상의 공개된 릴리스가 필요합니다.
로컬 빌드
git clone https://github.com/GeiserX/pumperly-mcp
cd pumperly-mcp
# (optional) create .env from the sample
cp .env.example .env && $EDITOR .env
go run ./cmd/server구성
변수 | 기본값 | 설명 |
|
| Pumperly 인스턴스 URL (끝에 / 제외) |
|
| HTTP 수신 대기 주소 (Docker는 |
| (비어 있음 = HTTP) | stdio 전송을 사용하려면 |
.env 파일( .env.example에서 생성)에 넣거나 환경 변수로 설정하십시오.
테스트
Inspector로 테스트했으며 현재 완전히 작동합니다. PR을 생성하기 전에 이 매체를 통해 MCP 서버가 잘 작동하는지 확인하십시오.
클라이언트 LLM을 위한 구성 예시
{
"schema_version": "v1",
"name_for_human": "Pumperly-MCP",
"name_for_model": "pumperly_mcp",
"description_for_human": "Query real-time fuel prices, find stations, plan routes, and geocode locations via Pumperly.",
"description_for_model": "Interact with a Pumperly instance that aggregates fuel station data. First call initialize, then reuse the returned session id in header \"Mcp-Session-Id\" for every other call. Use readResource to fetch URIs that begin with pumperly://. Use listTools to discover available actions and callTool to execute them.",
"auth": { "type": "none" },
"api": {
"type": "jsonrpc-mcp",
"url": "http://localhost:8080/mcp",
"init_method": "initialize",
"session_header": "Mcp-Session-Id"
},
"logo_url": "https://pumperly.com/logo.png",
"contact_email": "acsdesk@protonmail.com",
"legal_info_url": "https://github.com/GeiserX/pumperly-mcp/blob/main/LICENSE"
}크레딧
Pumperly -- 실시간 유가 집계
MCP-GO -- 최신 MCP 구현
GoReleaser -- 간편한 멀티 아키텍처 릴리스
관리자
기여
언제든 참여해 주세요! 이슈를 열거나 PR을 제출해 주십시오.
Pumperly-MCP는 Contributor Covenant 행동 강령을 따릅니다.
GeiserX의 다른 MCP 서버
cashpilot-mcp — 수동 소득 모니터링
duplicacy-mcp — 백업 상태 모니터링
genieacs-mcp — TR-069 장치 관리
lynxprompt-mcp — AI 구성 청사진
telegram-archive-mcp — 텔레그램 메시지 아카이브
관련 프로젝트
프로젝트 | 설명 |
실시간 유가를 제공하는 오픈 소스 연료 및 EV 경로 플래너 | |
Pumperly 연료 및 EV 경로 플래너 공식 Android 앱 | |
Pumperly 연료 및 EV 충전 가격을 위한 Home Assistant 커스텀 통합 | |
Pumperly 연료 및 EV 충전 데이터를 위한 n8n 커뮤니티 노드 |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- AlicenseNot gradedqualityFmaintenanceA lightweight, fast MCP server that provides onchain capabilities for the LLMs and Agents.263250MIT
- AlicenseNot gradedqualityBmaintenanceEnables LLMs to interact with any REST API that has an OpenAPI specification by providing a lightweight MCP server that translates between natural language and API calls.MIT
- FlicenseNot gradedqualityDmaintenanceLocal MCP server that exposes fixed tools for GPT, Claude, and Gemini while routing to any OpenAI-compatible chat completions backend with independent configuration per target.1
Related MCP Connectors
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/GeiserX/pumperly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server