MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
ALTERNATIVE_PAYMENTS_CLIENT_IDOAuth apprequiredOAuth client id (API key) from the Alternative Payments Partner Dashboard.
ALTERNATIVE_PAYMENTS_CLIENT_SECRETOAuth apprequiredOAuth client secret paired with the client id.
Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.
ap_list_customersList customers (cursor paginated).List customers (cursor paginated).
No input schema was published for this tool.
ap_get_customerRetrieve a single customer by id.Retrieve a single customer by id.
No input schema was published for this tool.
ap_list_customer_usersList users associated with a customer.List users associated with a customer.
No input schema was published for this tool.
ap_create_customerCreate a new customer.Create a new customer.
No input schema was published for this tool.
ap_add_customer_userAdd a user to a customer account.Add a user to a customer account.
No input schema was published for this tool.
ap_archive_customer⚠ HIGH-IMPACT. Archives (soft-deletes) a customer. The customer will⚠ HIGH-IMPACT. Archives (soft-deletes) a customer. The customer will
No input schema was published for this tool.
ap_list_invoicesList invoices, optionally filtered by status or customer.List invoices, optionally filtered by status or customer.
No input schema was published for this tool.
ap_get_invoiceRetrieve a single invoice by id.Retrieve a single invoice by id.
No input schema was published for this tool.
ap_get_invoice_payment_linkGet the hosted payment link for an invoice.Get the hosted payment link for an invoice.
No input schema was published for this tool.
ap_get_invoice_pdf_linkGet a signed PDF download link for an invoice.Get a signed PDF download link for an invoice.
No input schema was published for this tool.
ap_create_invoiceCreate an invoice with line items.Create an invoice with line items.
No input schema was published for this tool.
ap_create_payment_requestCreate a one-time payment request, returning a hosted checkout link.Create a one-time payment request, returning a hosted checkout link.
No input schema was published for this tool.
ap_get_payment_requestRetrieve a payment request and its current status.Retrieve a payment request and its current status.
No input schema was published for this tool.
ap_archive_invoice⚠ HIGH-IMPACT. Archives an invoice. Confirm with the user before invoking.⚠ HIGH-IMPACT. Archives an invoice. Confirm with the user before invoking.
No input schema was published for this tool.
ap_navigateDiscover available Alternative Payments tools by domain. All tools areDiscover available Alternative Payments tools by domain. All tools are
No input schema was published for this tool.
ap_statusCheck Alternative Payments API connection status and available domains.Check Alternative Payments API connection status and available domains.
No input schema was published for this tool.
ap_list_transactionsList payment transactions with optional filters (type, status, customer,List payment transactions with optional filters (type, status, customer,
No input schema was published for this tool.
ap_get_transactionRetrieve a single transaction by id.Retrieve a single transaction by id.
No input schema was published for this tool.
ap_list_payoutsList payout batches.List payout batches.
No input schema was published for this tool.
ap_get_payoutRetrieve a single payout by id.Retrieve a single payout by id.
No input schema was published for this tool.
ap_list_payout_transactionsList the transactions included in a payout.List the transactions included in a payout.
No input schema was published for this tool.
ap_list_webhooksList webhook subscriptions.List webhook subscriptions.
No input schema was published for this tool.
ap_list_webhook_eventsView webhook delivery history.View webhook delivery history.
No input schema was published for this tool.
ap_create_webhookSubscribe to a webhook topic.Subscribe to a webhook topic.
No input schema was published for this tool.
ap_retry_webhooksResume failed webhook delivery.Resume failed webhook delivery.
No input schema was published for this tool.
ap_delete_webhookprivileged⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently unsubscribes a webhook.⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently unsubscribes a webhook.
No input schema was published for this tool.
26 of 26 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.