Bulgaria Payments Mcp
About
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…
Details
- Author
- junter1989k-ai
- Downloads
- 282
Jump to
- 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_link and query_payment_status
- Remote Streamable HTTP endpoint (JSON-RPC)
- Zero runtime dependencies; Node ≥ 18 required
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bulgaria Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bulgaria payments mcp": {
"bulgaria-payments": {
"type": "http",
"url": "https://mcp-bg.wishpool.app/mcp"
}
}
}
}
McpServers
{
"bulgaria-payments": {
"type": "http",
"url": "https://mcp-bg.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


