Kazakhstan Payments Mcp

by junter1989k-ai

277 downloads
Not rated
GitHub

Description

<!-- mcp-name: app.wishpool/kazakhstan-payments-mcp --> # Kazakhstan Payments MCP — let AI agents accept payments in Kazakhstan > **Live** · MCP endpoint: `https://mcp-kz.wishpool.app/mcp` · Listed on the [official MCP…

About

<!-- mcp-name: app.wishpool/kazakhstan-payments-mcp --> # Kazakhstan Payments MCP — let AI agents accept payments in Kazakhstan > **Live** · MCP endpoint: `https://mcp-kz.wishpool.app/mcp` · Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=wishpool) as…

Details

Author
junter1989k-ai
Downloads
277

- Accepts cards, Apple Pay, and Google Pay in Kazakhstan.
- Stateless, credential‑free, zero‑database architecture.
- Remote MCP server with Streamable HTTP transport.
- Two tools: create payment link and query status.
- Part of an 81‑country payment family.
- No runtime dependencies; Node.js 18+ required.

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

Connect to the endpoint https://mcp-kz.wishpool.app/mcp using Streamable HTTP. Provide your Freedom Pay merchant ID in the x-freedompay-merchant-id header; optionally set x-freedompay-mode: test for test mode. Use the tools create_payment_link to generate a KZT checkout link and query_payment_status to check if a payment is completed.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "kazakhstan payments mcp": {
            "kazakhstan-payments": {
                "type": "http",
                "url": "https://mcp-kz.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "kazakhstan-payments": {
        "type": "http",
        "url": "https://mcp-kz.wishpool.app/mcp"
    }
}

Kazakhstan Payments MCP — let AI agents accept payments in Kazakhstan

> Live · MCP endpoint: https://mcp-kz.wishpool.app/mcp · Listed on the official MCP Registry as app.wishpool/kazakhstan-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 Kazakhstan: cards, Apple Pay / Google Pay via Freedom Pay — via Freedom Pay's hosted checkout.

> ⚖️ Stateless translation layer: funds always flow buyer → Freedom Pay → merchant directly. Never holds funds or stores credentials — no database at all.

Quick start

MCP endpoint: https://mcp-kz.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)

| Header | Value |
|---|---|
| x-freedompay-merchant-id | your Freedom Pay merchant credentials from freedompay.kz (send x-freedompay-mode: test for test mode) |

Tools

| Tool | What it does |
|---|---|
| create_payment_link | Create a KZT hosted-checkout link. |
| query_payment_status | Pull-based status check; paid=true when PAID. |

Develop

node test/serve.js      # local server (http://localhost:3284/mcp)
node test/e2e.js        # protocol + validation suite (probes real Freedom Pay auth errors)

Zero runtime dependencies; Node ≥ 18. MIT license.

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.