Nepal Payments Mcp
Description
<!-- mcp-name: app.wishpool/nepal-payments-mcp --> # Nepal Payments MCP — let AI agents accept payments in Nepal > **Live** · MCP endpoint: `https://mcp-np.wishpool.app/mcp` · Listed on the [official MCP…
About
<!-- mcp-name: app.wishpool/nepal-payments-mcp --> # Nepal Payments MCP — let AI agents accept payments in Nepal > **Live** · MCP endpoint: `https://mcp-np.wishpool.app/mcp` · Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=wishpool) as `app.wishpool/nepal-payments-mcp`…
Details
- Author
- junter1989k-ai
- Downloads
- 272
Jump to
- Accepts NPR payments via Khalti (wallet, eBanking, cards).
- Two tools: create_payment_link and query_payment_status.
- Stateless, no database, no credential storage.
- Streamable HTTP transport with JSON-RPC.
- Sandbox mode available for testing.
- Zero runtime dependencies; requires Node.js ≥ 18.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Nepal Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Connect your AI agent to the MCP endpoint https://mcp-np.wishpool.app/mcp. Authenticate by sending the x-khalti-secret-key header with your live Khalti ePayment secret key (or use x-khalti-mode: sandbox with a test key from dev.khalti.com). Use the tools create_payment_link to generate an NPR hosted-checkout link and query_payment_status to check if a payment is paid.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"nepal payments mcp": {
"nepal-payments": {
"type": "http",
"url": "https://mcp-np.wishpool.app/mcp"
}
}
}
}
McpServers
{
"nepal-payments": {
"type": "http",
"url": "https://mcp-np.wishpool.app/mcp"
}
}
Nepal Payments MCP — let AI agents accept payments in Nepal
> Live · MCP endpoint: https://mcp-np.wishpool.app/mcp · Listed on the official MCP Registry as app.wishpool/nepal-payments-mcp · Part of a 81-country family — hub: mcp.wishpool.app
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Nepal: Khalti wallet, eBanking, mobile banking, cards — via Khalti's hosted checkout.
> ⚖️ Stateless translation layer: funds always flow buyer → Khalti → merchant directly. Never holds funds or stores credentials — no database at all.
Quick start
MCP endpoint: https://mcp-np.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)
| Header | Value |
|---|---|
| x-khalti-secret-key | your Khalti ePayment live secret key from admin.khalti.com (send x-khalti-mode: sandbox with a dev.khalti.com test key for test mode) |
Tools
| Tool | What it does |
|---|---|
| create_payment_link | Create a NPR hosted-checkout link. |
| query_payment_status | Pull-based status check; paid=true when PAID. |
Develop
node test/serve.js # local server (http://localhost:3283/mcp)
node test/e2e.js # protocol + validation suite (probes real Khalti auth errors)
Zero runtime dependencies; Node ≥ 18. MIT license.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


