E Commerce Agent
БесплатноНе проверенA proof of concept MCP server that gives AI agents business context for e-commerce operations including orders, inventory, logistics, returns, claims, and payme
Описание
A proof of concept MCP server that gives AI agents business context for e-commerce operations including orders, inventory, logistics, returns, claims, and payments.
README
A proof of concept that uses the Model Context Protocol (MCP) to give an e-commerce company's AI agents the business context they need to run operations — live orders, inventory, logistics, returns, claims, and payments — safely and at scale.
📖 Full documentation: https://yassineteimi.github.io/mcp-ecommerce-agent/
The idea
A general LLM doesn't know that order #88213 is late because its driver called in sick. MCP connects AI agents to real business systems through one open standard, turning a brittle N×M web of integrations into a reusable N+M model: wrap each system once as an MCP server, and any agent can use it.
The PoC follows a deliberate maturity path:
- Internal first — a supply-chain manager gets an assistant with governed, read-mostly access to every fulfilment system; the agent proposes actions, a human approves them.
- Mature — enable trusted write actions (reorder, reroute, approve return) behind guardrails, audit, and evaluation.
- Customer-facing — expose a curated, per-tenant-isolated subset (order tracking, returns) into the customer experience.
How it works
- Servers, one per domain — Orders, Inventory, Logistics, Returns, Claims, Payments — each fronting a system of record with isolated credentials.
- Three MCP primitives — Resources (read-only context), Tools (human-approved actions), Prompts (reusable operating procedures).
- Built with the Python MCP SDK (
FastMCP) — a complete server is ~15 lines; the same code runs locally over stdio or remotely over Streamable HTTP. - Secure by design — OAuth 2.1 authorization, role-based scoped access, per-server least privilege, transport hardening, and per-tenant isolation for the customer phase.
Documentation
| Page | Contents |
|---|---|
| Overview | What MCP is and why it matters for AI-agent integration |
| Architecture | Servers, clients, and the Tools/Resources/Prompts flow (with diagrams) |
| Implementation | How the servers and clients are built |
| Security | Authorization, scoped access, transport hardening |
Docs are built with MkDocs Material and deployed to GitHub Pages by .github/workflows/ci.yml on every push to main.
Status
A design-led proof of concept: the architecture, code patterns, and security model are production-shaped and standards-accurate, illustrated against a representative e-commerce domain. Learn more about MCP at modelcontextprotocol.io.
Установка E Commerce Agent
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/yassineteimi/mcp-ecommerce-agentFAQ
E Commerce Agent MCP бесплатный?
Да, E Commerce Agent MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для E Commerce Agent?
Нет, E Commerce Agent работает без API-ключей и переменных окружения.
E Commerce Agent — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить E Commerce Agent в Claude Desktop, Claude Code или Cursor?
Открой E Commerce Agent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzCompare E Commerce Agent with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
