HomeFinance › Yolfi Payments MCP

Yolfi Payments MCP

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

TypeScript Cloud Remote
★ 178 stars Last pushed 2026-07-20 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://app.yolfi.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http yolfi-agent https://app.yolfi.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "yolfi-agent": {
      "url": "https://app.yolfi.com/mcp"
    }
  }
}

Package (npm 0.2.0)

npx -y @yolfi/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "yolfi-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@yolfi/[email protected]"
      ],
      "env": {
        "YOLFI_API_KEY": "<YOUR_VALUE>",
        "YOLFI_WEBHOOK_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • YOLFI_API_KEY secret — Optional. Explicit environment credentials take precedence over the protected credential stored by yolfi setup/checkin. Private API tools require one of these credentials.
  • YOLFI_WEBHOOK_SECRET secret — Optional override for webhook verification in CI or deployed environments. Local create/rotate tools otherwise use endpoint-specific secrets from the protected Yolfi config.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry