Thailand Payments Mcp

by junter1989k-ai

179 downloads
Not rated
GitHub Website

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Thailand Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.