PayBridgeNP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PayBridgeNP MCP Servershow me yesterday's payment analytics"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@paybridge-np/mcp
Official Model Context Protocol server for PayBridgeNP, the Nepali payment gateway.
Lets Claude, ChatGPT, Cursor, Claude Code, VS Code — any MCP-compatible AI assistant — read and act on your PayBridgeNP account through natural language. Issue refunds, create payment links, manage subscriptions, inspect failed webhooks, pull KPIs — all by chatting.
69 tools. 6 built-in prompt templates. Scoped tokens. Spend caps. Full audit trail.
Install
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"paybridge": {
"command": "npx",
"args": ["-y", "@paybridge-np/mcp@latest"],
"env": {
"PAYBRIDGE_API_KEY": "sk_live_..."
}
}
}
}Restart Claude Desktop.
Cursor
Same JSON in .cursor/mcp.json or via Settings → 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_..." }
}
}
}Generate a scoped MCP token from your PayBridgeNP dashboard. Don't paste a full-access REST key.
Tools (69)
Read (31)
Category | Tools |
Account |
|
Payments |
|
Refunds |
|
Sessions |
|
Payment Links |
|
Webhooks |
|
Plans |
|
Customers |
|
Subscriptions |
|
Invoices |
|
Coupons |
|
Promotions |
|
Tax |
|
Dunning |
|
Usage |
|
Analytics |
|
Write (38)
Money-moving tools (create_refund, cancel_subscription, delete_*) require explicit confirmation in the host UI before executing.
Category | Tools |
Payments |
|
Refunds |
|
Payment Links |
|
Webhooks |
|
Plans |
|
Customers |
|
Subscriptions |
|
Invoices |
|
Coupons |
|
Promotions |
|
Tax |
|
Dunning |
|
Usage |
|
Prompts
6 built-in prompt templates — appear as slash commands in Claude Desktop and Cursor (/ → type paybridge):
Prompt | What it does |
| End-of-day digest: revenue, payments, refunds, checkout funnel, webhook failures |
| Full month reconciliation table ready to share with your accountant. Takes optional |
| Diagnose why payments failed — takes optional |
| Create a customer + subscribe to a plan in one flow. Takes |
| List all past-due invoices, categorize as retry/stop/wait, act with confirmation |
| Validate and apply a promo code to a subscription, showing before/after price first |
Security
Scoped tokens — 16 scopes grouped Read / Write / Sensitive. Read-only by default, writes opt-in per category. PII (email, phone) is its own scope.
Elicitation gates — refunds and large checkout sessions require explicit confirmation in the host UI before executing.
24-hour spend cap — hard rolling cap on refunds + checkout sessions per token. Auto-prefilled to Rs 50,000 on write tokens.
Per-token rate limits — 60 calls/60s overall, 6 destructive/60s, 2 elicitation-gated/60s.
Prompt-injection defense — customer-controlled fields wrapped as
<untrusted>data. Zero-width characters stripped. Secrets pattern-redacted on output.Full audit trail — every tool call recorded with token id and assistant name, visible in
/dashboard/mcp.Open source — audit exactly what runs against your key at github.com/paybridgenp/paybridgenp-mcp.
Configuration
Env var | Required | Default |
| yes | — |
| no |
|
You can also pass --api-key=sk_live_... as a CLI argument.
License
MIT — see LICENSE.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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