
from agentic-commerce-skills-plugins32
Guidance to expose ACP checkout REST operations as MCP tools so agents can perform commerce flows (create/update/complete/cancel checkout).
Describes how to implement an MCP server that exposes ACP/checkout REST endpoints as MCP tools. Each checkout REST operation (create, update, get, complete, cancel) becomes a tool with JSON input/output so agentic assistants can perform purchases or manage sessions via tool-calls. The document emphasises idempotency, schema derivation from ACP OpenAPI, error handling, and shared business logic between REST and MCP bindings.
Use when building agent-facing commerce functionality where AI agents (Claude, Gemini, agentic platforms) should call checkout tools rather than raw HTTP. Suitable for prototypes and production integrations that want agent tool-calling for checkout flows.
Intended for agentic commerce frameworks and tool-capable assistants (Claude Code/Claude, Gemini CLI, agentic frameworks that support MCP tool-calling).
ACP Checkout — MCP Binding is a guidance-only skill that maps ACP REST checkout operations to MCP tools with clear tables and architectural diagrams. It provides solid conceptual direction for building an MCP commerce server but includes no executable scripts or scaffolding — everything must be implemented from scratch. The skill is well-organized and unambiguous, targeting a niche but real audience of developers building agentic commerce integrations.
Clean skill with no security concerns. Well-structured design document for MCP checkout binding. Lacks progressive disclosure (no references/ or scripts/ directories). Niche but legitimate use case in the agentic commerce space.
Medusa v2 Payments
Guides implementation of Medusa v2 payment module and provider integrations (Stripe, PayPal): sessions, authorization/capture/refund lifecycle, webhooks, and be
UCP Identity Linking
Implementation guidance for UCP identity linking using OAuth2 authorization code flow to link buyer accounts between platforms and merchants for personalized ch
MPP Stripe Payment Integration
Integrates Stripe as a payment method for the Model Payment Protocol (MPP) using Shared Payment Tokens (SPTs) for M2M transactions.
Shopify Performance Optimizer
Expert guidance for optimizing Shopify store speed, including Liquid rendering, asset optimization, and Core Web Vitals.
WebMCP Tool Schema Designer
Design and refine JSON Schemas for WebMCP tool inputs and outputs to ensure precise agent guidance and robust input validation.