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
Klarna MCP
🟣

Klarna MCP MCP Server

Flexible payment solutions and shopping services.

klarnapaymentsbnplcheckout

About

## Klarna MCP Server: Flexible Payments The **Klarna MCP Server** integrates Klarna's flexible payment solutions into Google Antigravity, enabling developers to offer pay-later options and financing through AI-assisted checkout workflows. ### Why Klarna MCP? - **Pay in 4**: Split purchases into 4 interest-free payments - **Pay Later**: Defer payment for 30 days - **Financing**: Long-term financing for larger purchases - **One-Click Checkout**: Streamlined checkout experience - **Global Reach**: Available in 45+ countries ### Key Features #### 1. Payment Sessions ```javascript // Create payment session const session = await klarna.createSession({ purchase_country: "US", purchase_currency: "USD", locale: "en-US", order_amount: 10000, order_lines: [ { name: "Premium Product", quantity: 1, unit_price: 10000, total_amount: 10000 } ] }); // Authorize payment const authorization = await klarna.authorizePayment({ session_id: session.session_id, authorization_token: authToken }); // Capture order const order = await klarna.captureOrder({ order_id: authorization.order_id, captured_amount: 10000 }); ``` #### 2. Order Management ```javascript // Get order const orderDetails = await klarna.getOrder({ order_id: "order_123" }); // Refund order await klarna.refundOrder({ order_id: "order_123", refunded_amount: 5000, description: "Partial refund" }); // Cancel order await klarna.cancelOrder({ order_id: "order_123" }); // Update order await klarna.updateOrder({ order_id: "order_123", order_lines: updatedOrderLines }); ``` ### Configuration ```json { "mcpServers": { "klarna": { "command": "npx", "args": ["-y", "@anthropic/mcp-klarna"], "env": { "KLARNA_USERNAME": "your-username", "KLARNA_PASSWORD": "your-password", "KLARNA_ENVIRONMENT": "production" } } } } ``` ### Use Cases **Flexible Checkout**: Offer multiple payment options at checkout. **Higher Conversion**: Increase conversion with buy-now-pay-later. **Financing**: Provide financing for high-ticket items. The Klarna MCP Server brings flexible payments to your e-commerce workflow.

Installation

Configuration
{
  "mcpServers": {
    "klarna": {}
  }
}

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