agent-commerce-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_purchase_intentA | Strukturierte Kaufabsicht erstellen. Erstellt einen neuen Kaufvorgang, der dann mit Angeboten verglichen und weiterverfolgt werden kann. Args: item: Beschreibung des gewünschten Artikels quantity: Gewünschte Menge (Standard: 1) budget_max: Maximales Budget (0 = kein Limit) budget_currency: Währung (Standard: "USD") delivery_address: Lieferadresse delivery_notes: Besondere Lieferhinweise |
| compare_offersA | Angebote für eine Kaufabsicht vergleichen. Nimmt eine Liste von Angeboten entgegen, speichert sie und gibt eine Vergleichsübersicht zurück. Args: purchase_id: ID der Kaufabsicht offers: Liste von Angeboten, jedes mit: merchant_name (str), price (float), optional: currency, shipping_cost, delivery_days, condition, url, notes |
| track_purchaseA | Status eines Kaufvorgangs abrufen oder aktualisieren. Mögliche Status: intent, comparing, ordered, shipped, delivered, cancelled. Args: purchase_id: ID des Kaufvorgangs new_status: Optional — neuer Status setzen |
| list_purchasesC | Kaufhistorie auflisten. Args: status: Optional — Filter nach Status (intent, comparing, ordered, shipped, delivered, cancelled) limit: Maximale Anzahl (Standard: 20) |
| verify_merchantA | Händler-Zuverlässigkeit prüfen oder Erfahrung melden. Ohne successful_order: Zeigt aktuellen Score. Mit successful_order: Aktualisiert den Score basierend auf einer neuen Erfahrung. Args: merchant_name: Name des Händlers successful_order: Optional — True wenn Bestellung erfolgreich, False wenn problematisch |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/AiAgentKarl/agent-commerce-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server