Sweden Payments (Stripe — Klarna)
Server Details
Sweden payments for AI agents — Klarna via Stripe. Never holds funds.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Server Listing
- app.wishpool/sweden-payments-mcp
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: creating payment links, creating subscription links, querying payment status, querying subscriptions, canceling subscriptions, and refunding payments. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case: cancel_subscription, create_payment_link, create_subscription_link, query_payment_status, query_subscription, refund_payment. No deviations.
Six tools is well-scoped for a payment/subscription management server. It covers the essential operations without being too few or too many.
The tool set covers the core lifecycle of payments and subscriptions: create, query, refund/cancel. Missing update operations (e.g., modify subscription plan) and list endpoints, but these are minor gaps given the focused scope.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
create_payment_link2 fields changed- added
Input schema / properties / collect_tax_idAdded value: +{ + "description": "true = ask the buyer for their business tax ID (e.g. EU VAT number) on the checkout page; it appears on the invoice. Combine with issue_invoice for a VAT-compliant receipt.", + "type": "boolean" +} - added
Input schema / properties / issue_invoiceAdded value: +{ + "description": "true = Stripe automatically creates and emails a post-payment invoice (PDF + hosted invoice page). Ideal for B2B / VAT bookkeeping. Note: Stripe charges a small Invoicing fee per invoice issued.", + "type": "boolean" +}
3 tool updates
- Added
cancel_subscription - Added
create_subscription_link - Added
query_subscription
1 tool update
- Added
refund_payment
2 tool updates
- First observed
create_payment_link - First observed
query_payment_status
Related MCP Connectors
Finland payments for AI agents — cards / Klarna via Stripe. Never holds funds.
Norway payments for AI agents — cards / Klarna via Stripe. Never holds funds.
Germany payments for AI agents — Klarna / SEPA via Mollie. Never holds funds.
Poland payments for AI agents — BLIK via Stripe. Never holds funds.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceAllows AI agents to accept payments in Norway via Stripe hosted checkout, supporting cards, Klarna, and digital wallets.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to accept payments in Denmark via MobilePay, cards, and Klarna through Stripe hosted checkout.MIT
- AlicenseNot gradedqualityBmaintenanceLets AI agents accept payments in Slovakia via Stripe hosted checkout. Supports cards, Apple Pay, and Google Pay through a stateless translation layer.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to accept payments in Finland via Stripe hosted checkout, supporting cards, Klarna, Apple Pay, and Google Pay.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.