app.wishpool/france-payments-mcp
France payments for AI agents — Cartes Bancaires via Stripe. Never holds funds.
assessed on 1 of 4 dimensions
https://mcp-fr.wishpool.app/mcpcancel_subscriptionCancel a subscription. By default the subscription stays active until the end of the current paid period (fair to the buyer); pass immediate=true to cancel right now.
create_payment_linkCreate a payment link in EUR for France via Stripe (Checkout Sessions). Buyer pays with Cartes Bancaires, cards, Apple Pay / Google Pay — whatever is enabled on the Stripe account. Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Bring your own credentials via HTTP header (x-stripe-secret-key; free test credentials from dashboard.stripe.com never move real money). Money always flows buyer→Stripe→merchant; this service never touches funds.
create_subscription_linkCreate a recurring subscription checkout link (monthly/yearly/weekly billing) via Stripe. The buyer opens the URL, enters their card once, and is then charged automatically every period until canceled. Amount is per billing period in the local currency major unit. Respects the same owner policy guardrails as payments (the per-period amount is checked before anything is created).
query_payment_statusCheck whether a France payment (created by create_payment_link) has been paid. Queries Stripe directly — pull-based, no webhook needed. paid=true when status is PAID.
query_subscriptionCheck a subscription created by create_subscription_link. Accepts the session_id (cs_...) or subscription_id (sub_...). active=true when the subscription is ACTIVE or TRIALING; NOT_SUBSCRIBED_YET means the buyer has not completed checkout.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
refund_paymentRefund a paid payment (created by create_payment_link). Full refund by default; pass amount for a partial refund where supported. Refunds respect the same owner policy guardrails (x-agentpay-max-amount) as payments — the amount is checked before anything is sent to the gateway.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.