Home › Finance › Yolfi Payments MCP
Yolfi Payments MCP
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
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_KEYsecret — 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_SECRETsecret — 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
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) π βοΈ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,β¦
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENSβ¦
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry