the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.wyre-technology/alternative-payments-mcp",
"description": "MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.",
"title": "Alternative Payments",
"repository": {
"url": "https://github.com/wyre-technology/alternative-payments-mcp",
"source": "github"
},
"version": "1.0.8",
"websiteUrl": "https://github.com/wyre-technology/alternative-payments-mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth client id (API key) from the Alternative Payments Partner Dashboard.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALTERNATIVE_PAYMENTS_CLIENT_ID"
},
{
"description": "OAuth client secret paired with the client id.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALTERNATIVE_PAYMENTS_CLIENT_SECRET"
},
{
"description": "Target environment: 'production' or 'demo'.",
"format": "string",
"default": "production",
"name": "ALTERNATIVE_PAYMENTS_ENVIRONMENT"
},
{
"description": "Transport mode. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-20T18:53:24.387012Z",
"publishedAt": "2026-08-20T18:53:24.387012Z",
"updatedAt": "2026-08-20T18:53:24.387012Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.8last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.