Latvia Payments Mcp
About
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.
Details
- Author
- junter1989k-ai
- Downloads
- 249
Jump to
- Stateless translation layer – no database or stored credentials.
- Funds flow directly buyer → Stripe → merchant.
- Two tools: create_payment_link and query_payment_status.
- Streamable HTTP transport with stateless JSON-RPC.
- 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
Latvia 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-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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"latvia payments mcp": {
"latvia-payments": {
"type": "http",
"url": "https://mcp-lv.wishpool.app/mcp"
}
}
}
}
McpServers
{
"latvia-payments": {
"type": "http",
"url": "https://mcp-lv.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.


