babenkocommerce/shopware-store-api-mcp
If you are the rightful owner of shopware-store-api-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that provides AI agents with access to Shopware Store API functionality for complete e-commerce operations.
Tools
Functions exposed to the LLM to take actions
store_api_customer_login
Authenticate customer
store_api_customer_logout
Log out customer
store_api_get_customer_profile
Get customer profile
store_api_set_customer_default_payment_method
Set account default payment
store_api_search_products
Search with filters (name, category, price, etc.)
store_api_get_product_details
Get detailed product information
store_api_add_to_cart
Add products to cart
store_api_get_cart
View cart contents and totals
store_api_remove_from_cart
Remove items from cart
store_api_get_payment_methods
List available payment methods
store_api_set_cart_payment_method
Set payment for current cart
store_api_set_cart_shipping_method
Set shipping for current cart
store_api_set_cart_addresses
Set billing/shipping addresses
store_api_get_shipping_methods
List available shipping methods
store_api_get_customer_addresses
Get customer's saved addresses
store_api_create_customer_address
Create new customer address
store_api_create_order
Complete purchase and create order
store_api_get_order_details
Get order information by ID
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client