Thailand Payments Mcp
About
It is a remote MCP server that enables AI agents (Claude, ChatGPT, Cursor, etc.) to accept Thai payments including PromptPay QR, credit/debit cards, TrueMoney wallet, and internet banking. It routes payments through Opn Payments (formerly Omise) Links, a major Thai payment…
Details
- Author
- junter1989k-ai
- Downloads
- 179
Jump to
- Accept PromptPay QR payments
- Accept credit/debit cards and TrueMoney wallet
- Pull-based payment status check (no webhook)
- Stateless — never holds or stores funds
- Creates THB payment links (minimum ฿20)
- Checks payment status by link ID
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
Thailand 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
Configure your MCP client to use the endpoint https://mcp-th.wishpool.app/mcp with the header x-omise-secret-key set to your Opn (Omise) secret key. Use test keys (skey_test_...) for sandbox mode and live keys (skey_live_...) for production. The server implements Streamable HTTP with stateless JSON-RPC and provides two tools: create_payment_link and query_payment_status.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"thailand payments mcp": {
"thailand-payments": {
"type": "http",
"url": "https://mcp-th.wishpool.app/mcp"
}
}
}
}
McpServers
{
"thailand-payments": {
"type": "http",
"url": "https://mcp-th.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


