vnpay-mcp
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., "@vnpay-mcpCreate a VNPay payment URL for 100,000 VND"
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.
vnpay-mcp
MCP server for VNPay payment gateway (Vietnam). Supports payment URL generation, transaction queries, refunds, tokenized payments, and IPN verification with HMAC-SHA512 signing.
Tools (8)
Tool | Description |
| Generate a VNPay payment URL |
| Query transaction status |
| Refund a transaction |
| Get supported bank list |
| Create a card token |
| Pay using stored token |
| Query token information |
| Verify IPN callback signature |
Related MCP server: jazzcash-mcp
Quick Start
{
"mcpServers": {
"vnpay": {
"command": "npx",
"args": ["-y", "@theyahia/vnpay-mcp"],
"env": {
"VNPAY_TMN_CODE": "<YOUR_TMN_CODE>",
"VNPAY_HASH_SECRET": "<YOUR_HASH_SECRET>"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | Terminal code from VNPay |
| Yes | Hash secret for HMAC-SHA512 signing |
| No | Set to "true" for production |
Demo Prompts
"Create a VNPay payment URL for 100,000 VND"
"Query transaction status for order vnp-123"
"Get list of supported Vietnamese banks"
"Verify this IPN callback: vnp_TxnRef=..."
License
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
- AlicenseAqualityBmaintenanceMCP server for PayMongo payment gateway (Philippines). Supports payment intents, sources, payments, refunds, and checkout sessions via Basic Auth.24201MIT
- AlicenseAqualityBmaintenanceMCP server for JazzCash mobile wallet and payments (Pakistan). Supports wallet payments, mobile account payments, vouchers, refunds, and balance inquiries.5181MIT
- AlicenseAqualityDmaintenanceMCP server for MAIB e-commerce payments (Moldova). Supports payments, refunds, recurring billing, one-click payments, and transaction status via OAuth 2.0.813MIT
- AlicenseBqualityDmaintenanceMCP server for Payme payment system (Uzbekistan). Supports transactions, statements, payment links, and balance queries via JSON-RPC 2.0.811MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.
MCP server for verifying EUDI/Talao wallet data via OIDC4VP (pull) for AI agents.
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/theYahia/vnpay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server