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.
Available components
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.
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
claude mcp add wyre-technology-alternative-payments-mcp -- docker run --rm -i ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8
{
"mcpServers": {
"wyre-technology-alternative-payments-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
]
}
}
} {
"servers": {
"wyre-technology-alternative-payments-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
]
}
}
} codex mcp add wyre-technology-alternative-payments-mcp -- docker run --rm -i ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8
{
"$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
}
}
} mcp_servers:
wyre-technology-alternative-payments-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"] {
"McpServers": {
"wyre-technology-alternative-payments-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
]
}
}
} {
"mcpServers": {
"wyre-technology-alternative-payments-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
]
}
}
} 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.
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 |
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.
ap_add_customer_user ~50
Add a user to a customer account.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | – | |
| first_name | string | yes | – |
| id | string | yes | Customer id. |
| last_name | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Customer 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Invoice id to archive. |
No output schema declared.
No examples provided.
ap_create_customer ~32
Create a new customer.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Customer email. | |
| name | string | yes | Customer name. |
No output schema declared.
No examples provided.
ap_create_invoice ~64
Create an invoice with line items.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | yes | ISO currency code, e.g. USD. |
| customer_id | string | yes | – |
| due_date | string | yes | Due date (YYYY-MM-DD). |
| line_items | array | yes | Invoice 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount to request. |
| currency | string | yes | ISO currency code, e.g. USD. |
| redirect_url | string | yes | URL to redirect the customer to after payment. |
| reference_id | string | – | Optional reference id. |
No output schema declared.
No examples provided.
ap_create_webhook ~37
Subscribe to a webhook topic.
| Name | Type | Req | Description |
|---|---|---|---|
| endpoint_url | string | yes | Destination URL. |
| topic | string | yes | Topic 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.
| Name | Type | Req | Description |
|---|---|---|---|
| subscription_id | string | yes | Webhook subscription id to delete. |
No output schema declared.
No examples provided.
ap_get_customer ~25
Retrieve a single customer by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Customer id. |
No output schema declared.
No examples provided.
ap_get_invoice ~25
Retrieve a single invoice by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Invoice id. |
No output schema declared.
No examples provided.
ap_get_invoice_payment_link ~29
Get the hosted payment link for an invoice.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Invoice id. |
No output schema declared.
No examples provided.
ap_get_invoice_pdf_link ~30
Get a signed PDF download link for an invoice.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Invoice id. |
No output schema declared.
No examples provided.
ap_get_payment_request ~29
Retrieve a payment request and its current status.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Payment request id. |
No output schema declared.
No examples provided.
ap_get_payout ~27
Retrieve a single payout by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Payout id. |
No output schema declared.
No examples provided.
ap_get_transaction ~25
Retrieve a single transaction by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Transaction id. |
No output schema declared.
No examples provided.
ap_list_customer_users ~26
List users associated with a customer.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Customer id. |
No output schema declared.
No examples provided.
ap_list_customers ~37
List customers (cursor paginated).
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor. |
| limit | number | – | Max results to return. |
No output schema declared.
No examples provided.
ap_list_invoices ~59
List invoices, optionally filtered by status or customer.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor. |
| customer_id | string | – | Filter by customer id. |
| limit | number | – | – |
| status | string | – | Filter by invoice status. |
No output schema declared.
No examples provided.
ap_list_payout_transactions ~29
List the transactions included in a payout.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Payout id. |
No output schema declared.
No examples provided.
ap_list_payouts ~31
List payout batches.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor. |
| limit | number | – | – |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Cursor (forward). |
| before | string | – | Cursor (backward). |
| created_at_end | string | – | RFC3339 timestamp. |
| created_at_start | string | – | RFC3339 timestamp. |
| customer_id | string | – | – |
| invoice_id | string | – | – |
| limit | number | – | – |
| payment_method | string | – | e.g. card or standard_ach. |
| status | string | – | – |
| type | string | – | – |
No output schema declared.
No examples provided.
ap_list_webhook_events ~34
View webhook delivery history.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | – |
| status | string | – | Filter by delivery status. |
No output schema declared.
No examples provided.
ap_list_webhooks ~31
List webhook subscriptions.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | – |
| topic | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The 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.
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.