Ra Pay for VS Code
ai.rapay/mcp-server
Send fiat payments via MCP with two-step confirmation and Stripe Connect.
client:VS Code
transport:stdio
runtime:npm
Install Ra Pay in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rapay/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs