Resources for building AI-powered integrations with Mollie.
The plugin gives your AI coding assistant live access to your Mollie account via the Mollie MCP server, plus integration skills that activate when you're building a Mollie integration.
Requires a Mollie Advanced access token with profile.read scope. Set MOLLIE_API_OAUTH_ORG_TOKEN in your environment before installing.
Requires Claude Code. Update first if /plugin
isn't recognised: npm install -g @anthropic-ai/claude-code@latest.
Installing is two steps – register the marketplace, then install the plugin:
# 1. Add this repo as a marketplace
claude plugin marketplace add mollie/ai
# 2. Install the plugin
claude plugin install mollie@mollieBoth commands also work as slash commands inside an interactive session
(/plugin marketplace add mollie/ai, then /plugin install mollie@mollie).
Then run /reload-plugins to activate it without restarting. The plugin's
skills are namespaced, e.g. /mollie:<command>.
Run /plugin and open the Installed tab, or from the shell:
claude plugin listclaude plugin marketplace update mollieOpen this repository in Cursor — the MCP server is configured automatically via .cursor/mcp.json. To install the full plugin including skills, go to Settings → Plugins → Add local plugin and point it at this directory.
codex plugin add github:mollie/aigemini extensions install github:mollie/aiSkills activate automatically when you're working on a Mollie integration. They steer the AI toward correct patterns, up-to-date SDKs, and common pitfalls to avoid.
| Skill | Description |
|---|---|
mollie-integration |
Payments, Mollie Components, hosted checkout, webhooks |
| Package | Description |
|---|---|
agent-toolkit |
Use Mollie in AI agent frameworks (OpenAI, LangChain, Vercel AI SDK) |
Ready-to-run agent examples built on the agent toolkit.
| Example | Description |
|---|---|
packages/agent-toolkit/examples/vercel-ai |
Read-only payments and balance agent (Vercel AI SDK) |
packages/agent-toolkit/examples/openai |
Settlement reconciliation agent (OpenAI Agents SDK) |
packages/agent-toolkit/examples/langchain |
Customer support agent with refund capability (LangChain) |