K

Klarna

Search Klarna products and orders.

·No reviews yet
Repo
Share:

About

Auto-generated

Klarna is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Klarna.

What is the Klarna MCP used for?
The Klarna MCP allows users to search Klarna products and orders programmatically. It integrates Klarna's commerce and payments services into applications.
Does the Klarna MCP require authentication?
Yes, the Klarna MCP uses an API key for authentication. You will need to obtain an API key from Klarna to use this MCP effectively.
What are the typical use cases for the Klarna MCP?
Typical use cases include integrating Klarna's payment and order management features into e-commerce platforms, customer service tools, or business intelligence systems.
How can I install the Klarna MCP in a client like Cline?
The Klarna MCP uses stdio for transport. Installation in a client like Cline typically involves configuring the client to interact with the standard input/output streams of the MCP executable.
Are there any licensing costs associated with using the Klarna MCP?
The Klarna MCP itself is open-source and community-provided via its GitHub repository. However, costs may be associated with the underlying Klarna services you access through the MCP.
What is a prerequisite for using the Klarna MCP?
A key prerequisite for using the Klarna MCP is access to the Klarna API, which requires a valid API key. Without it, you cannot search products or orders.

Install Klarna

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "klarna": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-klarna"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "klarna": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-klarna"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "klarna": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-klarna"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.