PayBridgeNP MCP Server
@paybridge-np/mcp
네팔 결제 게이트웨이인 PayBridgeNP를 위한 공식 Model Context Protocol 서버입니다.
Claude, ChatGPT, Cursor, Claude Code, VS Code 등 MCP 호환 AI 어시스턴트가 자연어를 통해 PayBridgeNP 계정을 읽고 조작할 수 있게 합니다. 채팅만으로 환불 처리, 결제 링크 생성, 구독 관리, 실패한 웹훅 검사, KPI 추출 등을 수행하세요.
69개의 도구. 6개의 내장 프롬프트 템플릿. 범위가 지정된 토큰. 지출 한도. 전체 감사 추적.
설치
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) 또는 %APPDATA%\Claude\claude_desktop_config.json(Windows)에 추가하세요:
{
"mcpServers": {
"paybridge": {
"command": "npx",
"args": ["-y", "@paybridge-np/mcp@latest"],
"env": {
"PAYBRIDGE_API_KEY": "sk_live_..."
}
}
}
}Claude Desktop을 재시작하세요.
Cursor
.cursor/mcp.json 또는 설정 → MCP를 통해 동일한 JSON을 추가하세요.
Claude Code
claude mcp add paybridge \
--env PAYBRIDGE_API_KEY=sk_live_... \
-- npx -y @paybridge-np/mcp@latestVS Code
.vscode/mcp.json:
{
"servers": {
"paybridge": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@paybridge-np/mcp@latest"],
"env": { "PAYBRIDGE_API_KEY": "sk_live_..." }
}
}
}PayBridgeNP 대시보드에서 범위가 지정된 MCP 토큰을 생성하세요. 전체 액세스 권한이 있는 REST 키를 붙여넣지 마세요.
Related MCP server: PayArk MCP Server
도구 (69)
읽기 (31)
카테고리 | 도구 |
계정 |
|
결제 |
|
환불 |
|
세션 |
|
결제 링크 |
|
웹훅 |
|
플랜 |
|
고객 |
|
구독 |
|
인보이스 |
|
쿠폰 |
|
프로모션 |
|
세금 |
|
독촉(Dunning) |
|
사용량 |
|
분석 |
|
쓰기 (38)
자금 이동 도구(create_refund, cancel_subscription, delete_*)는 실행 전 호스트 UI에서 명시적인 확인이 필요합니다.
카테고리 | 도구 |
결제 |
|
환불 |
|
결제 링크 |
|
웹훅 |
|
플랜 |
|
고객 |
|
구독 |
|
인보이스 |
|
쿠폰 |
|
프로모션 |
|
세금 |
|
독촉(Dunning) |
|
사용량 |
|
프롬프트
6개의 내장 프롬프트 템플릿 — Claude Desktop 및 Cursor에서 슬래시 명령어로 표시됩니다 (/ → paybridge 입력):
프롬프트 | 기능 |
| 일일 요약: 수익, 결제, 환불, 결제 퍼널, 웹훅 실패 |
| 회계사에게 공유할 수 있는 월간 정산 표. 선택적 |
| 결제 실패 원인 진단 — 선택적 |
| 고객 생성 + 플랜 구독을 한 번에 처리. |
| 연체된 모든 인보이스 나열, 재시도/중단/대기 분류, 확인 후 조치 |
| 프로모션 코드 검증 및 구독에 적용, 적용 전후 가격 표시 |
보안
범위가 지정된 토큰 — 읽기/쓰기/민감 정보로 그룹화된 16개의 범위. 기본적으로 읽기 전용이며, 쓰기는 카테고리별로 선택 가능합니다. PII(이메일, 전화번호)는 별도의 범위로 관리됩니다.
확인 절차 — 환불 및 대규모 결제 세션은 실행 전 호스트 UI에서 명시적인 확인이 필요합니다.
24시간 지출 한도 — 토큰당 환불 및 결제 세션에 대한 엄격한 롤링 한도. 쓰기 토큰의 경우 기본적으로 50,000 루피로 설정됩니다.
토큰별 속도 제한 — 전체 60회 호출/60초, 파괴적 작업 6회/60초, 확인 필요 작업 2회/60초.
프롬프트 인젝션 방어 — 고객 제어 필드는
<untrusted>데이터로 래핑됩니다. 너비가 0인 문자는 제거됩니다. 출력 시 비밀 정보는 패턴에 따라 마스킹됩니다.전체 감사 추적 — 모든 도구 호출은 토큰 ID 및 어시스턴트 이름과 함께 기록되며
/dashboard/mcp에서 확인할 수 있습니다.오픈 소스 — github.com/paybridgenp/paybridgenp-mcp에서 키에 대해 실행되는 내용을 정확히 감사할 수 있습니다.
구성
환경 변수 | 필수 | 기본값 |
| 예 | — |
| 아니요 |
|
CLI 인수로 --api-key=sk_live_...를 전달할 수도 있습니다.
라이선스
MIT — LICENSE를 참조하세요.
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.
Related MCP Servers
AlicenseNot gradedqualityAmaintenanceEnables AI agents to interact with Juspay's payment processing APIs and merchant dashboard for managing orders, transactions, refunds, customers, gateways, and reporting through natural language.21Apache 2.0- AlicenseNot gradedqualityDmaintenanceConnects AI agents to Nepal's payment infrastructure through the PayArk API. It enables users to monitor transaction history, manage projects, and generate hosted checkout links using natural language.12MIT

paystack-mcp-serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to interact with the full range of Paystack APIs, allowing operations like transaction management, customer creation, and payments through natural language.23353MIT- AlicenseBqualityDmaintenanceEnables AI agents to manage Paystack payments, products, customers, and transactions through natural language.2889MIT
Related MCP Connectors
Connect AI agents to bank accounts, transactions, balances, and investments.
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
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/paybridgenp/paybridgenp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server