Bulgaria Payments Mcp
@junter1989k-ai
Overview
What is Bulgaria Payments MCP?
A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Bulgaria via Stripe’s hosted checkout, supporting cards, Apple Pay, and Google Pay. It is a stateless translation layer that never holds funds or stores credentials—funds flow directly from buyer to Stripe to merchant.
How to use Bulgaria Payments MCP?
Connect your AI client to the endpoint https://mcp-bg.wishpool.app/mcp and include the header x-stripe-secret-key with your Stripe secret key (sk_test_ or sk_live_). Use the tools create_payment_link to generate a BGN checkout link and query_payment_status to check payment status.
Key features of Bulgaria Payments MCP
- Accepts Bulgarian lev (BGN) payments via Stripe hosted checkout
- Supports cards, Apple Pay, Google Pay (whatever Stripe account enables)
- Stateless, no database, no stored credentials
- Two tools:
create_payment_linkandquery_payment_status - Remote Streamable HTTP endpoint (JSON-RPC)
- Zero runtime dependencies; Node ≥ 18 required
Use cases of Bulgaria Payments MCP
- An AI assistant creates a payment link for a Bulgarian customer
- Automated payment request handling in Bulgarian e-commerce chatbots
- Pull-based payment status verification by AI agents after checkout
FAQ from Bulgaria Payments MCP
How is Bulgaria Payments MCP different from a direct Stripe integration?
Bulgaria Payments MCP is a stateless translation layer that exposes Stripe checkout creation as MCP tools for AI agents. It never holds funds or stores credentials; funds flow directly buyer → Stripe → merchant.
What are the runtime requirements for Bulgaria Payments MCP?
No runtime dependencies are required. Node.js version 18 or higher is needed if running the development test suite locally.
Where does payment data live?
No data is stored by this server. It does not have a database. Payment data remains with Stripe and the merchant.
Are there any known limits of Bulgaria Payments MCP?
The README does not mention any limits.
What transport and authentication does Bulgaria Payments MCP use?
Transport is Streamable HTTP (JSON-RPC over HTTP). Authentication is via an x-stripe-secret-key header containing the user’s Stripe secret key.