@semore/mcp-commerce
Official@semore/mcp-commerce
Referenz-Model Context Protocol (MCP)-Server für den grenzüberschreitenden K-Produkt-Handel — fünf kanonische Tools, die jedes agentenfähige Storefront bereitstellen sollte.
# | Tool | Zweck |
1 |
| Suche nach Schlüsselwörtern / Kategorien / Preisen / Gebietsschema im K-Produktkatalog |
2 |
| Abrufen der vollständigen Details einer SKU (i18n-Titel/Beschreibung, HS-Code, Versandort, Lieferzeit) |
3 |
| Warenkorb mit Zielort erstellen — gibt ein detailliertes Angebot zurück (Zwischensumme + Versand + Zoll + Einfuhrsteuer) |
4 |
| Warenkorb unmittelbar vor dem Checkout neu kalkulieren (Aktualisierung von FX/Zoll), gibt kanonisches CartMandate VC zurück |
5 |
| AP2 IntentMandate VC + signiertes CartMandate einreichen, gibt Checkout-URL + signiertes PaymentMandate zurück |
Kanonische 5-Tool-Oberfläche gemäß der Semore MCP Commerce-Spezifikation. Der produktive Semore MCP-Server läuft unter https://mcp.semore.net. Dieses OSS-Paket enthält Schemas + Referenz-Handler, damit Händler Integrationen lokal validieren können.
Installation
npm install @semore/mcp-commerce zodRelated MCP server: SlimWeb Client MCP
Verwendung des veröffentlichten MCP-Servers (Claude Desktop / ChatGPT / Gemini)
// Claude Desktop config — `claude_desktop_config.json`
{
"mcpServers": {
"semore": {
"command": "npx",
"args": ["-y", "@semore/mcp-commerce"]
}
}
}Oder entdecken Sie ihn über die offizielle MCP-Registry:
curl "https://registry.modelcontextprotocol.io/v0/servers?search=semore"
# → io.github.semorehq/mcp-commerce@0.4.2Verwendung — nur Schema (Integrationen validieren)
import { searchProductTool } from "@semore/mcp-commerce/tools/search-product";
const parsed = searchProductTool.inputSchema.parse({
q: "sunscreen",
lang: "en",
category: "kbeauty",
limit: 10,
});
const result = await searchProductTool.handler(parsed);Verwendung — einen minimalen MCP-Server starten
import { createMcpServer } from "@semore/mcp-commerce";
const server = createMcpServer({
// Wire your own catalog / cart / order resolvers here.
// Default skeleton resolvers return deterministic fixtures useful for local tests.
});
// Then expose over your preferred transport (stdio, streamable-http, SSE).Begleitende Adapter (5-Protokoll-Multi-Adapter)
Adapter | Spezifikation | Status |
ACP (Stripe / PayPal) | LIVE | |
AP2 (Google) — IntentMandate / CartMandate / PaymentMandate VC | LIVE | |
UCP (Google + Shopify) | LIVE | |
Visa TAP / MC Agent Pay | Netzwerk-Agenten-Standards | Phase 1 (Anmeldung) |
Compliance & Vertrauen
PCI: SAQ-A (kein PAN/CVV-Transit durch den MCP-Server)
PIPA §28-8: Grenzüberschreitender Zustimmungsfluss aktiv
AP2:
did:web:semore.netEd25519 Mandat-Signierung (4-Parteien-Kartenmodell beibehalten)UCP:
/ucp/capabilityEndpunkt bewirbtcommerce.search/commerce.cart/commerce.checkout
Referenz
MCP-Spezifikation: https://modelcontextprotocol.io
Offizielle MCP-Registry: https://registry.modelcontextprotocol.io
Semore Produktions-Endpunkt: https://mcp.semore.net
Whitepaper (v0.1 in Arbeit): https://semore.net/docs/whitepaper/v0.1
Kontakt:
semore.hq@gmail.com· GitHub @semorehq
Lizenz
Apache-2.0 — siehe LICENSE.
Copyright (c) Semore Founding Team.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with a complete e-commerce application, providing authentication, product browsing, and shopping cart management through standardized MCP tools.
- Flicense-qualityBmaintenanceConsumer-side MCP server for Webless storefront operations, enabling catalog browsing, product search, and order lookup via tools.
- Flicense-qualityCmaintenanceA proof of concept MCP server that gives AI agents business context for e-commerce operations including orders, inventory, logistics, returns, claims, and payments.
- Flicense-qualityCmaintenanceMCP server exposing Shopify commerce backend with ~22 typed tools for orders, inventory, logistics, and fulfillment, including read/write separation and structured errors.
Related MCP Connectors
Remote MCP for Universal Cart merchant readiness MCP, structured receipts, audit logs, and reviewer-
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/semorehq/mcp-commerce'
If you have feedback or need assistance with the MCP directory API, please join our Discord server