Back to Home
hreinberger icon

mollie-mcp

Verified Safe

by hreinberger

Overview

This MCP server enables large language models to interact with the Mollie API for payment information retrieval and payment link creation.

Installation

Run Command
node build/index.js

Environment Variables

  • MOLLIE_API_KEY

Security Notes

The server uses environment variables for the Mollie API key, which is good practice. Input validation is implemented using `zod` schemas for tool arguments, helping to prevent basic data integrity issues and potential injection vectors. There are no obvious signs of 'eval', code obfuscation, or other malicious patterns. The server's operations are well-defined by its registered tools, limiting potential attack surfaces. Output is JSON stringified directly from API responses, which could be verbose but is not a security flaw itself.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens800
Stars2
Forks0
Last Update2026-01-14

Tags

MCP ServerMollie APIPaymentsAI ToolsDeveloper Tool