Luxembourg Payments (Stripe — cards / Apple Pay)
Server Details
Luxembourg payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Server Listing
- app.wishpool/luxembourg-payments-mcp
TDQS
Scored across 6 tools
All tools have clearly distinct purposes: payment link creation, subscription link creation, status queries for both, cancellation, and refund. No overlap in functionality.
Tool names consistently follow a verb_noun pattern using snake_case (e.g., create_payment_link, query_subscription). The naming is uniform and predictable.
With 6 tools, the set is well-scoped for a payments/subscriptions service. Each tool serves a necessary function without unnecessary bloat or missing essentials.
Core operations are covered: create payment/subscription links, query status, refund, and cancel. Lacks an update subscription tool (e.g., change plan) but overall coverage is strong for the intended domain.
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" +}
6 tool updates
- First observed
cancel_subscription - First observed
create_payment_link - First observed
create_subscription_link - First observed
query_payment_status - First observed
query_subscription - First observed
refund_payment
Related MCP Connectors
Ireland payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
Estonia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
Slovenia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
Cyprus payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
Related MCP Servers
- 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 gradedqualityBmaintenanceLets AI agents accept payments in Cyprus via Stripe hosted checkout (cards, Apple Pay, Google Pay).MIT
- AlicenseNot gradedqualityCmaintenanceBanking infrastructure for AI agents: open accounts, issue cards, send SEPA/SWIFT payments, run mass payouts, and pay invoices via natural language.2MIT
- AlicenseNot gradedqualityBmaintenanceLets any AI agent accept payments in Sweden via Stripe hosted checkout. Supports cards, Klarna, Apple Pay, and Google Pay through a stateless translation layer.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.