Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Mollie MCP
💳

Mollie MCP MCP Server

European payment service provider.

molliepaymentseuropepsp

About

## Mollie MCP Server: European Payments The **Mollie MCP Server** integrates Mollie's European payment platform into Google Antigravity, enabling developers to process payments with popular European methods through AI-assisted payment workflows. ### Why Mollie MCP? - **European Focus**: iDEAL, Bancontact, SOFORT, and local methods - **Simple Pricing**: Transparent per-transaction pricing - **Easy Integration**: Developer-friendly APIs and SDKs - **Multi-Currency**: Accept payments in multiple currencies - **Recurring Payments**: Built-in subscription support ### Key Features #### 1. Payment Processing ```javascript // Create payment const payment = await mollie.createPayment({ amount: { value: "99.99", currency: "EUR" }, description: "Order #12345", redirectUrl: "https://shop.com/order/success", webhookUrl: "https://shop.com/webhooks/mollie", method: "ideal", metadata: { orderId: "12345" } }); // Get available payment methods const methods = await mollie.listMethods({ amount: { value: "99.99", currency: "EUR" }, locale: "nl_NL" }); // Get payment status const paymentStatus = await mollie.getPayment({ id: payment.id }); // Create refund await mollie.createRefund({ paymentId: payment.id, amount: { value: "49.99", currency: "EUR" } }); ``` #### 2. Subscriptions and Orders ```javascript // Create customer const customer = await mollie.createCustomer({ name: "John Doe", email: "john@example.com" }); // Create subscription const subscription = await mollie.createSubscription({ customerId: customer.id, amount: { value: "19.99", currency: "EUR" }, interval: "1 month", description: "Monthly subscription" }); // Create order (with multiple items) const order = await mollie.createOrder({ amount: { value: "149.99", currency: "EUR" }, orderNumber: "ORD-12345", lines: [ { name: "Product A", quantity: 1, unitPrice: { value: "99.99", currency: "EUR" }, totalAmount: { value: "99.99", currency: "EUR" } } ], billingAddress: billingData }); ``` ### Configuration ```json { "mcpServers": { "mollie": { "command": "npx", "args": ["-y", "@anthropic/mcp-mollie"], "env": { "MOLLIE_API_KEY": "your-api-key" } } } } ``` ### Use Cases **European Commerce**: Accept payments with popular European methods. **Subscription Billing**: Implement recurring payments for SaaS. **Multi-Country**: Process payments across European markets. The Mollie MCP Server brings European payment methods to your e-commerce workflow.

Installation

Configuration
{
  "mcpServers": {
    "mollie": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers