概要
What is Lithuania Payments Mcp?
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 directly from buyer to Stripe to merchant without holding funds or storing credentials.
How to use Lithuania Payments Mcp?
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.
Key features of Lithuania Payments Mcp
- Remote MCP server with Streamable HTTP transport
- Single header authentication (
x-stripe-secret-key) - Two specialized payment tools:
create_payment_linkandquery_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
Use cases of Lithuania Payments Mcp
- Let a Claude agent accept one‑time payments in Lithuania via a simple checkout link
- Enable an AI coding assistant to generate payment links for freelance invoices
- Build a chatbot that verifies payment status before delivering digital goods
- Automate payment collection for e‑commerce or service bookings in Lithuania
FAQ from Lithuania Payments Mcp
What runtime environment does Lithuania Payments Mcp require?
Node.js 18 or later; zero runtime dependencies.
How does Lithuania Payments Mcp handle payment data?
It is a stateless translation layer. Funds flow directly from the buyer to Stripe to the merchant; no database stores credentials or payment information.
What transport protocol does Lithuania Payments Mcp use?
Streamable HTTP with stateless JSON‑RPC.
How do I authenticate with Lithuania Payments Mcp?
Set the HTTP header x-stripe-secret-key to your Stripe secret key (sk_test_ for test mode, sk_live_ for live).
What tools does Lithuania Payments Mcp provide?
create_payment_link (generates a EUR hosted-checkout link) and query_payment_status (returns paid=true when payment is complete).