@walletap/mcp-server
Official@walletap/mcp-server
모든 AI 어시스턴트에서 Apple Wallet 및 Google Wallet 패스를 발급하고 관리하세요.
빠른 시작
npx @walletap/mcp-server또는 전역으로 설치:
npm install -g @walletap/mcp-server
walletap-mcpRelated MCP server: BotBell MCP Server
인증
Walletap API 키를 환경 변수로 설정하세요:
export WALLETAP_API_KEY=wt_live_xxxxxxxxxxxxxxxxxxxxAPI 키는 Walletap 대시보드의 설정에서 찾을 수 있습니다.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json에 추가하세요:
{
"mcpServers": {
"walletap": {
"command": "npx",
"args": ["-y", "@walletap/mcp-server"],
"env": {
"WALLETAP_API_KEY": "wt_live_xxxxxxxxxxxxxxxxxxxx"
}
}
}
}Cursor / Windsurf
.cursor/mcp.json 또는 .windsurf/mcp.json에 추가하세요:
{
"mcpServers": {
"walletap": {
"command": "npx",
"args": ["-y", "@walletap/mcp-server"],
"env": {
"WALLETAP_API_KEY": "wt_live_xxxxxxxxxxxxxxxxxxxx"
}
}
}
}HTTP 원격 모드
자체 호스팅 배포, n8n, Make 또는 Zapier AI용:
walletap-mcp --transport http이렇게 하면 HTTP 서버(기본 포트 3001)가 시작되며 다음을 노출합니다:
POST /mcp— JSON-RPC 엔드포인트GET /mcp/sse— 스트리밍용 Server-Sent EventsGET /health— 상태 확인
Docker 예시:
FROM node:22-alpine
RUN npm install -g @walletap/mcp-server
ENV WALLETAP_API_KEY=wt_live_xxxxxxxxxxxxxxxxxxxx
ENV MCP_PORT=3001
EXPOSE 3001
CMD ["walletap-mcp", "--transport", "http"]도구 참조
도구 | 기능 | 주요 입력 |
| 템플릿의 패스를 페이지네이션으로 나열 |
|
| 이메일 또는 전화번호로 패스 검색 |
|
| 패스를 CSV로 내보내기 |
|
| 지갑 URL이 포함된 단일 패스 가져오기 |
|
| 하나 이상의 지갑 패스 생성 |
|
| 패스 필드, 스탬프 또는 잔액 업데이트 |
|
| 패스 보유자 한 명에게 알림 보내기 |
|
| 모든 패스 템플릿 나열 |
|
| 새 템플릿 생성 |
|
| 템플릿 구성/디자인 업데이트 |
|
| 템플릿 삭제 |
|
| 템플릿의 모든 패스 보유자에게 알림 |
|
| Apple Wallet 인증서 생성 |
|
| 모든 비즈니스 위치 나열 | — |
| 새 위치 생성 |
|
| 위치 세부 정보 업데이트 |
|
| 위치 삭제 |
|
| VTAP NFC 리더 생성 |
|
| 팀 구성원 나열 | — |
| 팀 구성원 생성 |
|
| 팀 구성원 권한 업데이트 |
|
| 팀 구성원 제거 |
|
| 패스 텍스트를 여러 언어로 번역 |
|
예시 프롬프트
Walletap이 연결된 AI 어시스턴트에게 말할 수 있는 몇 가지 예시입니다:
"'Coffee Rewards'라는 로열티 카드 템플릿을 만들고 john@example.com에게 패스를 발급해줘"
"내 로열티 템플릿의 모든 패스 중 아직 설치되지 않은 패스를 보여줘"
"내 스탬프 카드 템플릿에서 외부 ID가 'CUST-42'인 패스에 스탬프 3개를 추가해줘"
"모든 패스 보유자에게 알림을 보내줘: '이번 주말 더블 포인트! 모든 지점에서 2배 적립 가능합니다.'"
"마케팅 팀을 위해 내 로열티 패스를 모두 CSV로 내보내줘"
"우리 패스 라벨을 스페인어, 프랑스어, 독일어로 번역해줘"
API 기본 URL
기본적으로 https://api.walletap.io에 연결됩니다. 다음으로 재정의하세요:
export WALLETAP_API_BASE_URL=https://your-custom-instance.example.com라이선스
MIT
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
- FlicenseNot gradedqualityFmaintenanceEnables AI assistants to manage OneSignal push notifications, email, SMS, and user management through natural language. Supports multi-channel messaging, segmentation, templates, analytics, and iOS Live Activities with 50+ tools for complete OneSignal API coverage.1
- AlicenseAqualityCmaintenanceEnables AI assistants to send push notifications and interactive alerts to iPhone and Mac devices via the BotBell app. It allows AI to receive user replies and manage notification bots for tasks like alerts, reminders, and remote approvals.2221MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage social media accounts and CRM operations, including posting, analytics, inbox management, and customer management.22Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Apple App Store Connect operations including app management, TestFlight, analytics, reviews, subscriptions, and more through 54 tools.612511MIT
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI agents to bank accounts, transactions, balances, and investments.
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
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/walletap/walletap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server