PayBridgeNP MCP Server
@paybridge-np/mcp
PayBridgeNP(尼泊尔支付网关)的官方 Model Context Protocol 服务器。
让 Claude、ChatGPT、Cursor、Claude Code、VS Code 等任何兼容 MCP 的 AI 助手能够通过自然语言读取并操作您的 PayBridgeNP 账户。通过聊天即可完成退款、创建支付链接、管理订阅、检查失败的 Webhook、获取 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 中使用相同的 JSON,或通过“设置”→“MCP”进行配置。
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)
分类 | 工具 |
账户 |
|
支付 |
|
退款 |
|
会话 |
|
支付链接 |
|
Webhooks |
|
计划 |
|
客户 |
|
订阅 |
|
发票 |
|
优惠券 |
|
促销 |
|
税务 |
|
催款 |
|
使用量 |
|
分析 |
|
写入 (38)
涉及资金变动的工具(create_refund, cancel_subscription, delete_*)在执行前需要主机 UI 中的明确确认。
分类 | 工具 |
支付 |
|
退款 |
|
支付链接 |
|
Webhooks |
|
计划 |
|
客户 |
|
订阅 |
|
发票 |
|
优惠券 |
|
促销 |
|
税务 |
|
催款 |
|
使用量 |
|
提示词
6 个内置提示词模板 — 在 Claude Desktop 和 Cursor 中显示为斜杠命令(输入 / → 输入 paybridge):
提示词 | 功能 |
| 日终摘要:收入、支付、退款、结账漏斗、Webhook 失败情况 |
| 可供会计使用的完整月度对账表。接受可选的 |
| 诊断支付失败原因 — 接受可选的 |
| 在一个流程中创建客户并订阅计划。接受 |
| 列出所有逾期发票,分类为重试/停止/等待,并在确认后执行操作 |
| 验证并向订阅应用促销代码,首先显示价格变动情况 |
安全性
作用域令牌 — 16 个作用域,分为读取/写入/敏感三类。默认只读,写入权限需按类别选择开启。PII(电子邮件、电话)拥有独立的作用域。
确认机制 — 退款和大型结账会话在执行前需要主机 UI 中的明确确认。
24 小时支出上限 — 每个令牌在退款和结账会话上有严格的滚动上限。写入令牌默认预设为 50,000 卢比。
令牌级速率限制 — 总计 60 次调用/60秒,破坏性操作 6 次/60秒,需确认的操作 2 次/60秒。
提示词注入防御 — 客户控制的字段被包装为
<untrusted>数据。剥离零宽字符。输出时对密钥进行模式脱敏。完整审计追踪 — 每次工具调用都会记录令牌 ID 和助手名称,可在
/dashboard/mcp中查看。开源 — 可在 github.com/paybridgenp/paybridgenp-mcp 审计针对您的密钥运行的所有内容。
配置
环境变量 | 必需 | 默认值 |
| 是 | — |
| 否 |
|
您也可以将 --api-key=sk_live_... 作为 CLI 参数传递。
许可证
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