概览
What is Latvia Payments MCP?
A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Latvia via Stripe’s hosted checkout. It supports cards, Apple Pay, and Google Pay as enabled on the connected Stripe account.
How to use Latvia Payments MCP?
Point your MCP client to the endpoint https://mcp-lv.wishpool.app/mcp and set the header x-stripe-secret-key with your Stripe secret key (sk_test_ or sk_live_). Use the tools create_payment_link to generate a EUR checkout link and query_payment_status to check payment state.
Key features of Latvia Payments MCP
- Stateless translation layer – no database or stored credentials.
- Funds flow directly buyer → Stripe → merchant.
- Two tools:
create_payment_linkandquery_payment_status. - Streamable HTTP transport with stateless JSON-RPC.
- Part of a 71-country family of payment MCP servers.
Use cases of Latvia Payments MCP
- AI agents accepting one‑time payments in Latvia.
- Embedding checkout links into conversational AI flows.
- Verifying payment status without polling external systems.
FAQ from Latvia Payments MCP
What payment methods are supported?
Cards, Apple Pay, and Google Pay – whatever is enabled on the attached Stripe account.
Does the server store any data?
No. It is a stateless translation layer that never holds funds, stores credentials, or uses a database.
How do I configure the server?
Set the x-stripe-secret-key HTTP header with your Stripe secret key (test or production). No other configuration is needed.
What runtime does it require?
Node.js ≥ 18. The server has zero runtime dependencies.
Is Latvia Payments MCP available for other countries?
Yes. It is part of a 71‑country family of payment MCP servers, all accessible via the hub at mcp.wishpool.app.