MCP.so
登录
L

Latvia Payments Mcp

@junter1989k-ai

关于 Latvia Payments Mcp

暂无概览

基本信息

许可证

MIT

运行时

node

传输方式

stdio

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "latvia-payments": {
      "type": "http",
      "url": "https://mcp-lv.wishpool.app/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Latvia Payments MCP?

A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Latvia via Stripe’s hosted checkout. It supports cards, Apple Pay, and Google Pay as enabled on the connected Stripe account.

How to use Latvia Payments MCP?

Point your MCP client to the endpoint https://mcp-lv.wishpool.app/mcp and set 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 EUR checkout link and query_payment_status to check payment state.

Key features of Latvia Payments MCP

  • Stateless translation layer – no database or stored credentials.
  • Funds flow directly buyer → Stripe → merchant.
  • Two tools: create_payment_link and query_payment_status.
  • Streamable HTTP transport with stateless JSON-RPC.
  • Part of a 71-country family of payment MCP servers.

Use cases of Latvia Payments MCP

  • AI agents accepting one‑time payments in Latvia.
  • Embedding checkout links into conversational AI flows.
  • Verifying payment status without polling external systems.

FAQ from Latvia Payments MCP

What payment methods are supported?

Cards, Apple Pay, and Google Pay – whatever is enabled on the attached Stripe account.

Does the server store any data?

No. It is a stateless translation layer that never holds funds, stores credentials, or uses a database.

How do I configure the server?

Set the x-stripe-secret-key HTTP header with your Stripe secret key (test or production). No other configuration is needed.

What runtime does it require?

Node.js ≥ 18. The server has zero runtime dependencies.

Is Latvia Payments MCP available for other countries?

Yes. It is part of a 71‑country family of payment MCP servers, all accessible via the hub at mcp.wishpool.app.

评论

更多 MCP 服务器