Yolfi Payments MCP
Rank #3,740io.github.yolfinance/yolfi-agent
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Yolfi Payments MCP is a Model Context Protocol (MCP) server published by yolfinance. It ranks #3,740 of 115,460 servers tracked on MCP Toplist, and its repository has 191 GitHub stars. Yolfi Payments MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 17, 2026 and most recently updated on Jul 21, 2026.
Ranks ahead of 111,720 of 115,460 servers on MCP Toplist.
Use Yolfi Payments MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http yolfi-agent https://app.yolfi.com/mcpclaude mcp add yolfi-agent -e "YOLFI_API_KEY=<your YOLFI_API_KEY>" -e "YOLFI_WEBHOOK_SECRET=<your YOLFI_WEBHOOK_SECRET>" -- npx -y @yolfi/agent mcpReplace each placeholder with your own value before saving.
[mcp_servers.yolfi-agent]
url = "https://app.yolfi.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.yolfi-agent]
command = "npx"
args = ["-y", "@yolfi/agent", "mcp"]
[mcp_servers.yolfi-agent.env]
YOLFI_API_KEY = "<your YOLFI_API_KEY>"
YOLFI_WEBHOOK_SECRET = "<your YOLFI_WEBHOOK_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.yolfi.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"yolfi-agent": {
"command": "npx",
"args": [
"-y",
"@yolfi/agent",
"mcp"
],
"env": {
"YOLFI_API_KEY": "<your YOLFI_API_KEY>",
"YOLFI_WEBHOOK_SECRET": "<your YOLFI_WEBHOOK_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yolfi-agent": {
"url": "https://app.yolfi.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"yolfi-agent": {
"command": "npx",
"args": [
"-y",
"@yolfi/agent",
"mcp"
],
"env": {
"YOLFI_API_KEY": "<your YOLFI_API_KEY>",
"YOLFI_WEBHOOK_SECRET": "<your YOLFI_WEBHOOK_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yolfi-agent": {
"type": "http",
"url": "https://app.yolfi.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"yolfi-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yolfi/agent",
"mcp"
],
"env": {
"YOLFI_API_KEY": "<your YOLFI_API_KEY>",
"YOLFI_WEBHOOK_SECRET": "<your YOLFI_WEBHOOK_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yolfi-agent": {
"serverUrl": "https://app.yolfi.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"yolfi-agent": {
"command": "npx",
"args": [
"-y",
"@yolfi/agent",
"mcp"
],
"env": {
"YOLFI_API_KEY": "<your YOLFI_API_KEY>",
"YOLFI_WEBHOOK_SECRET": "<your YOLFI_WEBHOOK_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yolfi-agent": {
"url": "https://app.yolfi.com/mcp"
}
}
}{
"mcpServers": {
"yolfi-agent": {
"command": "npx",
"args": [
"-y",
"@yolfi/agent",
"mcp"
],
"env": {
"YOLFI_API_KEY": "<your YOLFI_API_KEY>",
"YOLFI_WEBHOOK_SECRET": "<your YOLFI_WEBHOOK_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yolfinance%2Fyolfi-agent)<a href="https://mcptoplist.com/server/io.github.yolfinance%2Fyolfi-agent"><img src="https://mcptoplist.com/badge/io.github.yolfinance%2Fyolfi-agent.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
yolfinance
Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Jul 21, 2026 |
Frequently asked questions
- Who maintains Yolfi Payments MCP?
- Yolfi Payments MCP is maintained by yolfinance, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Yolfi Payments MCP listed on the Official MCP Registry?
- Yes — Yolfi Payments MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Yolfi Payments MCP have?
- MCP Toplist tracks 1 version of Yolfi Payments MCP, most recently published on Jul 21, 2026.
- Where can I find the source code for Yolfi Payments MCP?
- The source code for Yolfi Payments MCP is hosted at github.com/yolfinance/yolfi-agent.