Agent MCP Server

MCP server for agent commerce payments. Features create invoice, process payment, escrow fun...

Local serverstdio

What is the Agent MCP server?

MCP server for agent commerce payments. Features create invoice, process payment, escrow fun... The agent mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 5 defined tools rather than through you.

What it actually does

Agent commerce protocol MCP — product catalog, cart management, checkout, order tracking. MIT.

Its toolset

Everything the assistant can do here goes through one of these:

  • Multi — currency
  • Pro — ** $99/mo — Full MCP suite + EU AI Act tracking
  • Enterprise — ** $499/mo — Custom dev + SLA + Dedicated support
  • Domain — Purpose
  • Tier — Price

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Agent's toolset — Multi, Pro, Enterprise and 2 more — is a fair guide to whether it matches your workflow. It is maintained by CSOAI-ORG; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agent mcp server does with a few real requests.

Available tools

ToolWhat it does
Multicurrency
Pro** $99/mo — Full MCP suite + EU AI Act tracking
Enterprise** $499/mo — Custom dev + SLA + Dedicated support
DomainPurpose
TierPrice

How to install the Agent MCP server

{
  "mcpServers": {
    "agent-commerce-payments-mcp": {
      "command": "uvx",
      "args": ["agent-commerce-payments-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Agent to Multi.
  • Use Agent to Pro.
  • Use Agent to Enterprise.

Frequently asked questions

It connects Agent to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Multi, Pro, Enterprise, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agent directly.