mollie-mcp

hreinberger/mollie-mcp

3.3

If you are the rightful owner of mollie-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Mollie MCP Server is a Model Context Protocol server that interfaces with the Mollie API to provide information about payments and account details.

The Mollie MCP Server is designed to bridge the gap between language models and the Mollie payment platform, allowing users to access and interact with their payment data through natural language queries. By leveraging the Model Context Protocol, this server enables seamless communication between language models and the Mollie API, facilitating tasks such as retrieving transaction details, generating payment links, and accessing account information. The server is built using Node.js and TypeScript, ensuring a robust and scalable solution. It utilizes the official Mollie API client for secure and efficient data retrieval. With the Mollie MCP Server, users can bypass traditional user interfaces and interact with their payment data in a more intuitive and flexible manner, opening up possibilities for creative applications like business intelligence analysis or personalized customer interactions.

Features

  • Seamless integration with the Mollie API for payment data retrieval.
  • Built with Node.js and TypeScript for a robust and scalable solution.
  • Enables natural language queries for accessing payment information.
  • Supports creating payment links and retrieving account details.
  • Facilitates creative applications like business intelligence analysis.

Usages

usage with VSCode

{
  "servers": {
    "mollie-mcp": {
      "type": "stdio",
      "command": "node",
      "args": ["<absolute-path-to-repo>/build/index.js"]
    }
  }
}

Tools

  1. fetch-transactions

    Get a list of the last transactions from Mollie.

  2. create-payment-link

    Create a payment link with a specified amount.

  3. transaction-info

    Get all info for a given payment transaction.

  4. fetch-methods

    Get a list of all available payment methods from Mollie.

  5. profile-info

    Get information about the currently used Mollie profile.