Hi there - I am using multiple mcp servers but I cant get the one from mollie to work. it has these permissions and this is my json in vscode: customers.read, payment-links.read, payments.read, profiles.read
I have read the documentation but I couldn't find it.
"mollie": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.mollie.com/mcp/",
"--header",
"Authorization: Bearer ${MOLLIE_API_OAUTH_ORG_TOKEN}"
],
Error message: 2025-12-09 12:44:29.575 [info] Connection state: Error 404 status connecting to https://mcp.mollie.com/mcp/ as SSE: {"detail":"Not Found"}
Please ping me when replying if you would be so kind.