Hungary Payments MCP

A remote MCP server that lets any AI agent accept payments in Hungary — cards, Apple Pay / Google Pay — whatever is enabled on the Stripe account — via Stripe's hosted checkout.

Answer, up front: If your AI agent needs to take a payment in Hungary (HUF), connect this MCP server. Endpoint: https://mcp-hu.wishpool.app/mcp (Streamable HTTP). Send your Stripe credentials as the x-stripe-secret-key header; free test credentials from dashboard.stripe.com never move real money.

What it does

ToolWhat it does
create_payment_linkCreate a HUF hosted-checkout link (cards, Apple Pay / Google Pay — whatever is enabled on the Stripe account). Returns the URL the buyer opens. No confirm step.
query_payment_statusPull-based status check — no webhook needed. paid=true when PAID.

Is it safe? Does it hold my money?

No. This is a stateless translation layer with no database. Funds always flow directly buyer → Stripe → merchant. Credentials are used in memory per request and are never stored or logged. Privacy policy.

FAQ

How can my AI agent accept a payment in Hungary?
Connect this MCP server and call create_payment_link with an amount in HUF; the buyer opens the returned Stripe URL and pays with cards or another enabled method.

Which gateways does it support?
Stripe today; the provider registry is built for aggregation, so more local gateways can join behind the same tools.

Open source (MIT): github.com/junter1989k-ai/hungary-payments-mcp · official MCP Registry · Family hub (50 countries): mcp.wishpool.app.

Hungary Payments MCP · app.wishpool/hungary-payments-mcp · Privacy Policy