Skip to main content
Glama
CSOAI-ORG

Agent Commerce Payments MCP

๐Ÿงฑ Part of the MEOK A2A Substrate

This MCP is 1 of 12 agent-to-agent primitives. Run the whole pipeline (identity โ†’ trust โ†’ policy โ†’ firewall โ†’ rate-limit โ†’ handoff โ†’ audit โ†’ governance) as one signed endpoint for ยฃ499/mo including 100K calls โ€” or ยฃ0.0002 per call pay-as-you-go.

๐Ÿ‘‰ meok.ai/a2a โ€” see the Substrate

Agent Commerce Payments MCP

MCP server for agent commerce payments mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Agent Commerce Payments MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

create_invoice

Create a detailed invoice with line items, tax calculation, fees, and payment te

process_payment

Process payment for an invoice with fraud checks, fee calculation, and settlemen

escrow_funds

Place funds in escrow between two agents with conditions and expiry.

release_escrow

Release escrowed funds to the designated agent after condition verification.

payment_history

Get payment history for an agent with filtering, totals, and transaction summary

Multi-protocol agent payment support

This MCP is the single bridge between your agents and the three live agent-payments protocols. Pick the one your buyer wants; the signed attestation chain stays the same.

Protocol

Owner

When to use

Tool in this MCP

Stripe ACP (Agentic Commerce Protocol)

Stripe + OpenAI ยท Apache 2.0

B2C agent purchases inside ChatGPT / merchant flows

create_invoice + process_payment with protocol="stripe-acp"

AP2 (Agent Payments Protocol)

Google + Mastercard + PayPal + Adyen (60+ orgs)

Cross-platform regulated payments, B2B, cross-border

process_payment with protocol="ap2" โ€” generates signed user mandate

x402

Coinbase

HTTP-native pay-per-call, micro-transactions, on-chain

process_payment with protocol="x402" โ€” returns 402 + settlement instructions

PSD2 / MiCA

EU regulation

EU regulatory compliance overlay on any protocol

Automatic โ€” applied to every transaction in EU jurisdiction

Note on "ACP": there are two protocols with this acronym. IBM ACP (Agent Communication Protocol) merged into A2A under Linux Foundation in September 2025 and is covered by the rest of the MEOK A2A Substrate. Stripe ACP (Agentic Commerce Protocol) is the live payments protocol covered by this MCP.

Why this MCP exists

The agent-payments space has three live protocols and none is dominant. Building against just one means your agent commerce can't reach the other 2/3 of the market. This MCP wraps all three behind one tool surface so your agent code stays portable.

Every transaction emits a hash-chained attestation to the agent-audit-logger-mcp sibling, giving you EU AI Act Article 12 + DORA Article 17 audit evidence for every payment.

Installation

pip install meok-agent-commerce-payments-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "agent-commerce-payments": {
      "command": "python",
      "args": ["-m", "meok_agent_commerce_payments_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 5 tool(s) via MCP
# See server.py for full implementation

License

MIT ยฉ MEOK AI Labs


Pairs with MEOK Governance Suite

Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool โ€” EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.

# One-shot install of the governance pack
npx meok-setup --pack governance

Free tier: 10 calls/day per MCP. Pro tier (ยฃ79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.

โ†’ Full catalogue: councilof.ai/catalogue โ†’ MEOK AI Labs: meok.ai

Protocol coverage + Universal PAYG

This MCP is part of MEOK's 47-MCP fleet that bridges every active agent-interop protocol and 30+ regulatory frameworks. See the full coverage matrix at meok.ai/protocols.

Agent interop protocols supported (8 live):

  • โœ… MCP (Anthropic) โ€” native

  • โœ… A2A (Google + Linux Foundation, absorbed IBM ACP Sept 2025)

  • โœ… IBM ACP โ€” covered via A2A merge

  • โ— Stripe ACP (Agentic Commerce Protocol) โ€” Q3 bridge via agent-commerce-protocol-mcp

  • โ— AP2 (Google Agent Payments) โ€” partial via agent-commerce-payments-mcp

  • โ— x402 (Coinbase HTTP 402) โ€” partial via api.meok.ai gateway

  • โ†’ OASF / AGNTCY (Cisco Outshift + Linux Foundation) โ€” Q3 bridge

  • ๐Ÿ‘ ANP (Cisco Agent Network) โ€” watch-list

Pricing options:

Option

Price

Best for

Self-host (this MCP)

ยฃ0 โ€” MIT

Devs

This MCP Starter

ยฃ29/mo

One-MCP teams

This MCP Pro

ยฃ79/mo

Production + 24h SLA

Universal PAYG

ยฃ29/mo + ยฃ0.0002/call

Spiky usage across many MCPs

Substrate bundle (this category)

ยฃ99-ยฃ499/mo

A whole pack

MEOK Universe

ยฃ1,499/mo

All 47 MCPs, 500K calls

Each tier above the free self-host adds HMAC-signed attestations verifiable at verify.meok.ai. Linux Foundation governance on the A2A spine means EU regulated buyers can deploy without vendor-lock-in objections.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/agent-commerce-payments-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server