mollie-mcp
Verified Safeby hreinberger
Overview
This MCP server enables large language models to interact with the Mollie API for payment information retrieval and payment link creation.
Installation
node build/index.jsEnvironment 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
AI-Gateway
The project serves as a collection of labs demonstrating AI Gateway capabilities with Azure API Management, focusing on Model Context Protocol (MCP) to enable plug-and-play tool integration for Large Language Models (LLMs).
paddle-mcp-server
Provides LLMs and AI agents with tools for interacting with the Paddle Billing API to manage payments, subscriptions, and other billing-related entities.
cross-llm-mcp
Provides unified access to multiple Large Language Model APIs (ChatGPT, Claude, DeepSeek, Gemini, Grok, Kimi, Perplexity, Mistral) for AI coding environments, enabling intelligent model selection, preferences, and prompt logging.
P-Link-MCP
The P-Link MCP Server connects AI clients (like ChatGPT, Claude) to a Solana-based payment system, enabling conversational management of cryptocurrency payments, wallet information, and creation of payment links.