MCP.so
ログイン
サーバー
S

Slovenia Payments Mcp

@junter1989k-ai

概要

What is Slovenia Payments MCP?

Slovenia Payments MCP is a remote MCP (Model Context Protocol) server that lets AI agents (like Claude, ChatGPT, Cursor) accept payments in Slovenia via Stripe’s hosted checkout. It supports cards, Apple Pay, Google Pay and whatever else is enabled on the merchant’s Stripe account. The server acts as a stateless translation layer: funds flow directly from buyer to Stripe to merchant, with no funds held and no credentials stored.

How to use Slovenia Payments MCP?

Set the MCP endpoint to https://mcp-si.wishpool.app/mcp and supply your Stripe secret key in the x-stripe-secret-key header (test mode: sk_test_…; production: sk_live_…). Use the tool create_payment_link to generate a EUR hosted‑checkout link, and query_payment_status to poll until paid=true.

Key features of Slovenia Payments MCP

  • Accept payments in Slovenia via Stripe hosted checkout
  • Supports cards, Apple Pay, Google Pay
  • Stateless – no database, no stored credentials
  • Remote MCP server (Streamable HTTP, stateless JSON‑RPC)
  • Works with Claude, ChatGPT, Cursor and other AI agents
  • Zero runtime dependencies; Node ≥ 18

Use cases of Slovenia Payments MCP

  • Let an AI assistant create a payment link for a client in Slovenia
  • Automate checkout links for digital services or consultations
  • Check payment status from within an AI conversation
  • Integrate Stripe payments into AI‑powered workflow tools

FAQ from Slovenia Payments MCP

Does Slovenia Payments MCP store my funds or credentials?

No. It is a stateless translation layer – funds flow directly buyer → Stripe → merchant. The server never holds funds and has no database; credentials are passed only in request headers.

What is the runtime requirement?

Node.js version 18 or higher is required. There are zero runtime dependencies.

What transport and protocol does it use?

It uses Streamable HTTP with stateless JSON‑RPC over the MCP endpoint.

Where does the data live?

All payment data resides in Stripe. The server does not store any data – it only creates payment links and queries status from Stripe on demand.

Which authentication method is needed?

Provide your own Stripe secret key via the x-stripe-secret-key header. Use sk_test_ for test mode and sk_live_ for production.

マーケットプレイスの他のコンテンツ