Genpark Commerce Agent Checkout Orchestrator Skill
FreeNot checkedE-Commerce checkout session orchestrator skill supporting multiple gateways with security hashing.
About
E-Commerce checkout session orchestrator skill supporting multiple gateways with security hashing.
README
GenPark AI Agent Skill -- # Commerce Agent Checkout Orchestrator Skill
This repository contains the Commerce Agent Checkout Orchestrator Skill — an agent configuration skill config (skill.json), a production-ready Python SDK client (checkout_orchestrator.py), and executable verification tests. It is designed to orchestrate checkout sessions across payment gateways (Stripe & PayPal), calculate dynamic discounts, resolve location-based shipping, and compute HMAC-SHA256 verification hashes to prevent checkout request tampering.
🚀 Capabilities
- HMAC-SHA256 Cart Audits: Prevents client-side parameter tampering by signing pricing totals and metadata via merchant signing keys.
- Percentage & Shipping Discounts: Supports multiple promo coupons like "SAVE20" (20% off subtotal) and "FREESHIP" (zero shipping cost).
- Multi-Gateway Formatting: Outputs complete API structure configurations ready to send to Stripe Checkout Sessions or PayPal Order Intent endpoints.
🛠️ Setup & Installation
Install dependencies:
pip install -r requirements.txtConfiguration: Set your merchant signing secret environment variable (defaults to
default_secret_keyif absent):- PowerShell:
$env:CHECKOUT_SIGNING_SECRET="your_secret_key" - bash:
export CHECKOUT_SIGNING_SECRET="your_secret_key"
- PowerShell:
💻 SDK Usage Reference
from checkout_orchestrator import CommerceCheckoutOrchestrator
# Initialize client with secret key
orchestrator = CommerceCheckoutOrchestrator(signing_secret="merchant_secret")
# Run orchestration
session = orchestrator.orchestrate_checkout(
cart_items=[{"sku": "SKU-01", "price": 45.00, "quantity": 2}],
discount_code="SAVE20",
shipping_address={"country": "US", "postal_code": "90210"},
gateway="stripe"
)
print(f"Grand Total: ${session['pricing_summary']['grand_total']:.2f}")
print(f"HMAC Verification Hash: {session['signature_hash']}")
📜 License
This project is licensed under the MIT License.
from github.com/alphaparkinc/genpark-commerce-agent-checkout-orchestrator-skill
Installing Genpark Commerce Agent Checkout Orchestrator Skill
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/alphaparkinc/genpark-commerce-agent-checkout-orchestrator-skillFAQ
Is Genpark Commerce Agent Checkout Orchestrator Skill MCP free?
Yes, Genpark Commerce Agent Checkout Orchestrator Skill MCP is free — one-click install via Unyly at no cost.
Does Genpark Commerce Agent Checkout Orchestrator Skill need an API key?
No, Genpark Commerce Agent Checkout Orchestrator Skill runs without API keys or environment variables.
Is Genpark Commerce Agent Checkout Orchestrator Skill hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Genpark Commerce Agent Checkout Orchestrator Skill in Claude Desktop, Claude Code or Cursor?
Open Genpark Commerce Agent Checkout Orchestrator Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Genpark Commerce Agent Checkout Orchestrator Skill with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
