MCP Server
MCP
Yolfi Payments MCP
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
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
By
Comments
Sign in to leave a comment