Lithuania Payments Mcp
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
Jump to
- 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:
- 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
Lithuania 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
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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


