Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
CSOAI-ORG avatar

Agent Commerce Payments MCP

  • Updated June 26, 2026
  • CSOAI-ORG/agent-commerce-payments-mcp

Agent Commerce Payments MCP is a MCP server that exposes MEOK AI Labs commerce and payment tools for agent-driven billing and checkout integrations.

About

Agent Commerce Payments MCP is a stdio Model Context Protocol server published by CSOAI-ORG (MEOK AI Labs) that exposes commerce and payment capabilities as tools your AI coding agent can use while you build agentic products. developers experimenting with agents that sell, subscribe, or settle transactions often stall on payment SDK wiring; this MCP centralizes that integration so Claude Code, Cursor, or Codex can call payment operations through one registered server. Use it during backend and agent-tooling work when your roadmap includes monetized agent actions—not as a substitute for PCI/legal review or processor onboarding. Catalog metadata is sparse beyond package identity; treat processor credentials, webhooks, and idempotency as your responsibility. It fits agent marketplaces and SaaS wrappers where the agent is the checkout concierge rather than a static landing page.

  • Commerce and payments MCP surface for agent-driven checkout or billing flows
  • Stdio MCP server (PyPI agent-commerce-payments-mcp v1.0.4)
  • From MEOK AI Labs / CSOAI-ORG agent-commerce line
  • Lets agents invoke payment-related tools instead of embedding SDK calls in every skill
  • Pairs with other CSOAI agent MCPs for a fuller agent platform

Agent Commerce Payments MCP by the numbers

  • Data as of Aug 10, 2026 (Skillselion catalog sync)
terminal
claude mcp add agent-commerce-payments-mcp -- uvx agent-commerce-payments-mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Packageagent-commerce-payments-mcp
TransportSTDIO
AuthNone
Last updatedJune 26, 2026
RepositoryCSOAI-ORG/agent-commerce-payments-mcp

What it does

Wire this MCP when you are building an agent that must initiate or manage commerce payments (MEOK AI Labs stack) from Claude Code or Cursor without hand-rolling payment APIs each time.

Who is it for?

Best when you're shipping agent or API products that need a payments MCP on stdio with a pinned PyPI package.

Skip if: Skip if you have no payment scope, or teams that want a hosted billing dashboard instead of agent-tool integrations.

What you get

After registration, your agent can call standardized payment MCP tools while you focus on product logic and processor configuration.

  • Registered stdio MCP server for commerce/payment tool calls
  • Agent-accessible payment operations wired into your build
  • Reusable integration point for monetized agent workflows

By the numbers

  • Published version 1.0.4 (identifier agent-commerce-payments-mcp)
  • Transport: stdio
  • registryType: pypi
README.md

MCP Scorecard: 86/100

Agent Commerce Payments MCP

MEOK AI Labs EU AI Act License PyPI

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

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


🚀 Quick Start

# Install via pip
pip install agent_commerce_payments_mcp

# Or install via Smithery
npx -y @smithery/cli@latest install agent-commerce-payments-mcp --client claude

✨ Features

  • Product catalog management
  • Cart & checkout
  • Stripe integration
  • x402 protocol support
  • Multi-currency

📖 Documentation

🛡️ Compliance

This MCP server is built with EU AI Act compliance built-in:

  • ✅ Article 9 — Risk Management System
  • ✅ Article 13 — Transparency & Instructions for Use
  • ✅ Article 15 — Bias Detection & Testing
  • ✅ Article 26 — FRIA Support (where applicable)
  • ✅ Article 50 — AI Content Watermarking (where applicable)

Need help getting compliant? Book a free 15-min diagnostic →

🏢 Enterprise

Need custom development, SLA guarantees, or white-label deployment?

  • Pro: $99/mo — Full MCP suite + EU AI Act tracking
  • Enterprise: $499/mo — Custom dev + SLA + Dedicated support

View Pricing → | Contact Sales →

🤝 Part of the MEOK Ecosystem

This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.

Domain Purpose
councilof.ai EU AI Act compliance marketplace
safetyof.ai AI safety & monitoring
meok.ai Sovereign AI platform
cobolbridge.ai Legacy modernization

📜 License

MIT © CSOAI-ORG


Built with 💜 by MEOK AI Labs · UK Companies House 16939677

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.

💸 Try MEOK in 30 seconds — instant buy ladder

Tier Price What you get Stripe
Smoke test £1 Signed sample MCP-Hardening report + Article 50 PDF https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t
Quick Kit £9 EU AI Act Article 50 implementation guide (C2PA + EU-Icon) https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t
Founder Call £29 30-min 1-on-1 with the founder https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t

Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.

Configuration

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

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

Or: pip install agent-commerce-payments-mcp then run the agent-commerce-payments-mcp command (stdio transport).

Examples

Once configured, ask your assistant, for example:

  • "Use create_invoice to …"
  • "Use process_payment to …"
  • "Use escrow_funds to …"

Recommended MCP Servers

How it compares

Payments-focused MCP integration, not a pricing-validation skill or a standalone Stripe admin UI.

FAQ

Who is agent-commerce-payments-mcp for?

Independent developers building agentic SaaS or API products who want payment operations available as MCP tools in Claude Code or Cursor.

When should I use agent-commerce-payments-mcp?

Use it during Build when you are integrating checkout, charges, or agent-mediated commerce and prefer MCP tools over scattered SDK snippets.

How do I add agent-commerce-payments-mcp to my agent?

Install PyPI package agent-commerce-payments-mcp v1.0.4, add the stdio server entry to your MCP config, and supply processor keys and endpoints per the GitHub repository.

Financepaymentsecommercepricing

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.