Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Alternative Payments

OCI · GHCR.IO/WYRE-TECHNOLOGY/ALTERNATIVE-PAYMENTS-MCP:V1.0.8 · SCANNED AUG 22

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

36 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 1 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1135 tokens (~43/item across 26 items; 26 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage92
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 75% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 2 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Alternative Payments MCP server?

Alternative Payments runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8

# add to Claude Code
claude mcp add wyre-technology-alternative-payments-mcp -- docker run --rm -i ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-technology-alternative-payments-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-technology-alternative-payments-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-technology-alternative-payments-mcp -- docker run --rm -i ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-alternative-payments-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-alternative-payments-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-technology-alternative-payments-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-technology-alternative-payments-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 20 Aug 26 36

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 26 exposed · ~1,135 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
ap_add_customer_user ~50

Add a user to a customer account.

NameTypeReqDescription
emailstringyes
first_namestringyes
idstringyesCustomer id.
last_namestringyes

No output schema declared.

No examples provided.

ap_archive_customer ~53

⚠ HIGH-IMPACT. Archives (soft-deletes) a customer. The customer will no longer appear in active lists. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesCustomer id to archive.

No output schema declared.

No examples provided.

ap_archive_invoice ~38

⚠ HIGH-IMPACT. Archives an invoice. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesInvoice id to archive.

No output schema declared.

No examples provided.

ap_create_customer ~32

Create a new customer.

NameTypeReqDescription
emailstringyesCustomer email.
namestringyesCustomer name.

No output schema declared.

No examples provided.

ap_create_invoice ~64

Create an invoice with line items.

NameTypeReqDescription
currencystringyesISO currency code, e.g. USD.
customer_idstringyes
due_datestringyesDue date (YYYY-MM-DD).
line_itemsarrayyesInvoice line items.

No output schema declared.

No examples provided.

ap_create_payment_request ~92

Create a one-time payment request, returning a hosted checkout link. This does not charge anyone — it produces a URL the customer can visit to pay.

NameTypeReqDescription
amountnumberyesAmount to request.
currencystringyesISO currency code, e.g. USD.
redirect_urlstringyesURL to redirect the customer to after payment.
reference_idstringOptional reference id.

No output schema declared.

No examples provided.

ap_create_webhook ~37

Subscribe to a webhook topic.

NameTypeReqDescription
endpoint_urlstringyesDestination URL.
topicstringyesTopic to subscribe to.

No output schema declared.

No examples provided.

ap_delete_webhook ~67

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently unsubscribes a webhook. Future events for this subscription will no longer be delivered. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
subscription_idstringyesWebhook subscription id to delete.

No output schema declared.

No examples provided.

ap_get_customer ~25

Retrieve a single customer by id.

NameTypeReqDescription
idstringyesCustomer id.

No output schema declared.

No examples provided.

ap_get_invoice ~25

Retrieve a single invoice by id.

NameTypeReqDescription
idstringyesInvoice id.

No output schema declared.

No examples provided.

ap_get_invoice_payment_link ~29

Get the hosted payment link for an invoice.

NameTypeReqDescription
idstringyesInvoice id.

No output schema declared.

No examples provided.

ap_get_invoice_pdf_link ~30

Get a signed PDF download link for an invoice.

NameTypeReqDescription
idstringyesInvoice id.

No output schema declared.

No examples provided.

ap_get_payment_request ~29

Retrieve a payment request and its current status.

NameTypeReqDescription
idstringyesPayment request id.

No output schema declared.

No examples provided.

ap_get_payout ~27

Retrieve a single payout by id.

NameTypeReqDescription
idstringyesPayout id.

No output schema declared.

No examples provided.

ap_get_transaction ~25

Retrieve a single transaction by id.

NameTypeReqDescription
idstringyesTransaction id.

No output schema declared.

No examples provided.

ap_list_customer_users ~26

List users associated with a customer.

NameTypeReqDescription
idstringyesCustomer id.

No output schema declared.

No examples provided.

ap_list_customers ~37

List customers (cursor paginated).

NameTypeReqDescription
afterstringPagination cursor.
limitnumberMax results to return.

No output schema declared.

No examples provided.

ap_list_invoices ~59

List invoices, optionally filtered by status or customer.

NameTypeReqDescription
afterstringPagination cursor.
customer_idstringFilter by customer id.
limitnumber
statusstringFilter by invoice status.

No output schema declared.

No examples provided.

ap_list_payout_transactions ~29

List the transactions included in a payout.

NameTypeReqDescription
idstringyesPayout id.

No output schema declared.

No examples provided.

ap_list_payouts ~31

List payout batches.

NameTypeReqDescription
afterstringPagination cursor.
limitnumber

No output schema declared.

No examples provided.

ap_list_transactions ~130

List payment transactions with optional filters (type, status, customer, invoice, payment method, date range).

NameTypeReqDescription
afterstringCursor (forward).
beforestringCursor (backward).
created_at_endstringRFC3339 timestamp.
created_at_startstringRFC3339 timestamp.
customer_idstring
invoice_idstring
limitnumber
payment_methodstringe.g. card or standard_ach.
statusstring
typestring

No output schema declared.

No examples provided.

ap_list_webhook_events ~34

View webhook delivery history.

NameTypeReqDescription
limitnumber
statusstringFilter by delivery status.

No output schema declared.

No examples provided.

ap_list_webhooks ~31

List webhook subscriptions.

NameTypeReqDescription
limitnumber
topicstringFilter by topic.

No output schema declared.

No examples provided.

ap_navigate ~102

Discover available Alternative Payments tools by domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

NameTypeReqDescription
domainstringyesThe domain to explore: - customers: list/get/create/archive customers and manage their users - invoicing: invoices, payment & PDF links, and hosted payment requests - payments: read-only transactions…

No output schema declared.

No examples provided.

ap_retry_webhooks ~15

Resume failed webhook delivery.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ap_status ~18

Check Alternative Payments API connection status and available domains.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Alternative Payments MCP server?

Alternative Payments is an MCP server listed in the public MCP registry as io.github.wyre-technology/alternative-payments-mcp. MCP server for Alternative Payments, customers, invoices, payment requests, payouts, webhooks. This page covers its container image (ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8).

Is the Alternative Payments MCP server safe to use?

Alternative Payments scores 36 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Alternative Payments MCP server expose?

Alternative Payments exposes 26 tools: ap_navigate, ap_status, ap_list_customers, ap_get_customer, ap_list_customer_users, and 21 more. Their descriptions and schemas cost roughly 1,135 tokens of context every time the server is loaded.

Is the Alternative Payments MCP server still maintained?

Alternative Payments is still listed as active in the MCP registry. We last reached this channel on 22 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Alternative Payments MCP server under?

Alternative Payments declares the NOASSERTION licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.