Remote MCP for ifthenpay payments: Multibanco, MB WAY and Payshop.
claude mcp add payments --transport http https://ai.ifthenpay.com/mcp/payments/
~/.cursor/mcp.json
{
"mcpServers": {
"payments": {
"url": "https://ai.ifthenpay.com/mcp/payments/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"payments": {
"serverUrl": "https://ai.ifthenpay.com/mcp/payments/"
}
}
}
.vscode/mcp.json
{
"servers": {
"payments": {
"type": "http",
"url": "https://ai.ifthenpay.com/mcp/payments/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"payments": {
"url": "https://ai.ifthenpay.com/mcp/payments/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"payments": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ai.ifthenpay.com/mcp/payments/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://ai.ifthenpay.com/mcp/payments/ | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.ifthenpay--payments/reviews or the review_server meta-tool.
POST /mcp