Skip to main content
Glama

Croatia Payments (Stripe — cards / Apple Pay)

Server Details

Croatia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Server Listing
app.wishpool/croatia-payments-mcp

TDQS

A4.3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action: creating payment links, creating subscription links, checking payment status, checking subscription status, canceling subscriptions, and refunding payments. No two tools overlap in purpose.

Naming Consistency5/5

All tool names use a consistent verb_noun pattern in snake_case (e.g., create_payment_link, query_payment_status, refund_payment), making it easy for an agent to infer function.

Tool Count5/5

With 6 tools, the server is well-scoped for a payment and subscription management service. Each tool serves a clear purpose without unnecessary bloat.

Completeness4/5

The tools cover essential CRUD-like operations for payments and subscriptions (create, read, cancel, refund). Minor gaps exist, such as missing update subscription or list all payments, but the core workflows are well-supported.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedcreate_payment_link2 fields changed
      • addedInput schema / properties / collect_tax_id
        Added value: +{
        +  "description": "true = ask the buyer for their business tax ID (e.g. EU VAT number) on the checkout page; it appears on the invoice. Combine with issue_invoice for a VAT-compliant receipt.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / issue_invoice
        Added value: +{
        +  "description": "true = Stripe automatically creates and emails a post-payment invoice (PDF + hosted invoice page). Ideal for B2B / VAT bookkeeping. Note: Stripe charges a small Invoicing fee per invoice issued.",
        +  "type": "boolean"
        +}
  2. 6 tool updates
    • First observedcancel_subscription
    • First observedcreate_payment_link
    • First observedcreate_subscription_link
    • First observedquery_payment_status
    • First observedquery_subscription
    • First observedrefund_payment

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources