← Back to Plugins
MCP Server MCP

Yolfi Payments MCP

github By github 👁 2 views ▲ 0 votes

Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.

Homepage Verified source GitHub

Install

npx -y @yolfi/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.yolfi.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@yolfi/agent",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional. Explicit environment credentials take precedence over the protected credential stored by yolfi setup/checkin. Private API tools require one of these credentials.",
          "format": "string",
          "isSecret": true,
          "name": "YOLFI_API_KEY"
        },
        {
          "description": "Optional override for webhook verification in CI or deployed environments. Local create/rotate tools otherwise use endpoint-specific secrets from the protected Yolfi config.",
          "format": "string",
          "isSecret": true,
          "name": "YOLFI_WEBHOOK_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...