Denmark Payments Mcp
About
An MCP (Model Context Protocol) server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Denmark via MobilePay, cards, and Klarna. It acts as a stateless translation layer over Stripe’s hosted checkout—funds flow directly from buyer to merchant without…
Details
- Author
- junter1989k-ai
- Downloads
- 246
Jump to
- Stateless: no database, never holds funds or credentials
- Supports MobilePay, cards, and Klarna via Stripe
- Remote Streamable HTTP endpoint, no local installation needed
- Two tools: create payment link and query payment status
- Part of a 50-country family of payment MCP servers
- MIT licensed, zero runtime dependencies (Node ≥ 18)
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
Denmark 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
Add the endpoint https://mcp-dk.wishpool.app/mcp to your MCP client and pass your Stripe secret key as the header x-stripe-secret-key. Use the tools create_payment_link to generate a DKK checkout link and query_payment_status to check payment status. For local testing run node test/serve.js and for protocol validation node test/e2e.js.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"denmark payments mcp": {
"denmark-payments": {
"type": "http",
"url": "https://mcp-dk.wishpool.app/mcp"
}
}
}
}
McpServers
{
"denmark-payments": {
"type": "http",
"url": "https://mcp-dk.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.


