Agentic_Commerce

Xtejasveer/Agentic_Commerce
★ 0 stars Python AI/LLM Updated 1d ago
high-performance Model Context Protocol (MCP) server and trust gateway that turns traditional e-commerce stores into AI-readable, fully transactable endpoints for autonomous agent-to-agent commerce.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic_commerce": {
      "command": "uvx",
      "args": [
        "agentic-commerce"
      ]
    }
  }
}

Or install with pip: pip install agentic-commerce