INDIVIDUAL MCP TOOL
create_order
Legt im elevai-Demoshop eine Bestellung an und gibt ein Handle zurueck, mit dem sich anschliessend ein Zahllink erzeugen laesst.
LIVE ENDPOINT
https://elevai.ch/mcp
Connect to this endpoint to inspect the live schema for create_order and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.elevai-commerce]
url = "https://elevai.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"elevai-commerce": {
"type": "http",
"url": "https://elevai.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: elevai-commerce
Remote MCP URL: https://elevai.ch/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"elevai-commerce": {
"url": "https://elevai.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"elevai-commerce": {
"type": "http",
"url": "https://elevai.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "elevai-commerce",
"transport": "streamable-http",
"url": "https://elevai.ch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Durchsucht den Katalog des elevai-Demoshops nach einem Begriff und liefert Name, Preis, Waehrung und Produktseite.get_product— Liefert die Einzelheiten zu einem Produkt: Beschreibung, Preis, Lagerstatus, Kategorien und Bild.create_payment_link— Erzeugt zu einer Bestellung eine PostFinance-Checkout-Zahlseite.get_order_status— Zeigt den aktuellen Stand einer Bestellung — offen, bezahlt oder storniert.