Sweden Payments Mcp
About
Sweden Payments Mcp is a remote MCP server that enables any AI agent (Claude, ChatGPT, Cursor, etc.) to accept payments in Sweden via Stripe’s hosted checkout. It supports cards, Klarna, Apple Pay, and Google Pay. The server acts as a stateless translation layer — funds flow…
Details
- Author
- junter1989k-ai
- Downloads
- 239
Jump to
- Accepts payments in Sweden via Stripe hosted checkout.
- Supports Klarna, cards, Apple Pay, and Google Pay.
- Stateless — no database, no fund holding.
- Pull‑based payment status verification.
- Part of a 50‑country MCP payment family.
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
Sweden 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
Connect your AI agent to the MCP endpoint https://mcp-se.wishpool.app/mcp using Streamable HTTP and stateless JSON‑RPC. Pass your Stripe secret key in the x-stripe-secret-key header (test mode: sk_test_, live mode: sk_live_). Two tools are available: create_payment_link (creates a SEK hosted‑checkout link) and query_payment_status (pull‑based status check).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sweden payments mcp": {
"sweden-payments": {
"type": "http",
"url": "https://mcp-se.wishpool.app/mcp"
}
}
}
}
McpServers
{
"sweden-payments": {
"type": "http",
"url": "https://mcp-se.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.


