Bridges three payment protocols into a single MCP interface: Stripe's Agent Commerce Protocol, Google's AP2, and Coinbase's x402. You get tools to discover merchants, prepare and sign payment intents, and manage checkout flows across traditional card payments and crypto rails. Built by MEOK AI Labs as part of their A2A substrate. Useful if you're building agents that need to transact money and want to avoid writing separate integrations for each payment provider. The server runs over stdio or streamable HTTP and ships with EU AI Act compliance hooks baked in. Install via pip or npx and point your MCP client at it to start exposing commerce primitives to your assistant.
mcp-name: io.github.CSOAI-ORG/agent-commerce-protocol-mcp
🧱 Part of the MEOK A2A Substrate
🧱 Part of the MEOK A2A Substrate
# Install via pip
pip install agent_commerce_protocol_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install agent-commerce-protocol-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
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 |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT. By [MEOK AI Labs](https://meok.ai) (CSOAI LTD, UK Companies House 16939677). Founder: [Nicholas Templeman](mailto:nicholas@meok.ai).| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"agent-commerce-protocol-mcp": {
"command": "uvx",
"args": ["agent-commerce-protocol-mcp"]
}
}
}
Or: pip install agent-commerce-protocol-mcp then run the agent-commerce-protocol-mcp command (stdio transport).
Once configured, ask your assistant, for example:
discover_acp_merchants to …"prepare_payment_intent to …"sign_payment_intent to …"io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent
fradser/mcp-server-mas-sequential-thinking