Lithuania Payments Mcp

by junter1989k-ai

274 downloads
Not rated
GitHub Website

About

A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor…) accept payments in Lithuania via Stripe’s hosted checkout. It supports cards, Apple Pay, Google Pay—whatever is enabled on the connected Stripe account. The server is a stateless translation layer; funds flow…

Details

Author
junter1989k-ai
Downloads
274

- Remote MCP server with Streamable HTTP transport
- Single header authentication (x-stripe-secret-key)
- Two specialized payment tools: create_payment_link and query_payment_status
- Stateless, zero‑database architecture—never holds funds or credentials
- Zero runtime dependencies; Node ≥ 18 only
- Part of a 71‑country family of payment MCP servers

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

Point your MCP client to the endpoint https://mcp-lt.wishpool.app/mcp (Streamable HTTP, stateless JSON‑RPC) and set the header x-stripe-secret-key to your Stripe secret key (sk_test_ for test mode, sk_live_ for production). The server exposes two tools: create_payment_link (creates a EUR hosted-checkout link) and query_payment_status (pull‑based status check with paid=true when PAID). Run locally via node test/serve.js or test with node test/e2e.js; requires Node ≥ 18.

Claude Desktop / Cursor

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

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

McpServers

{
    "lithuania-payments": {
        "type": "http",
        "url": "https://mcp-lt.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.