jpoullet2000/egile
If you are the rightful owner of egile and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Egile E-commerce MCP Server is a comprehensive Model Context Protocol server designed for managing e-commerce operations, including products, customers, orders, and inventory, with persistent SQLite storage.
Tools
Functions exposed to the LLM to take actions
create_product
Add new products to catalog
get_product
Retrieve product by ID or SKU
update_product
Modify product information
search_products
Search and filter products
create_customer
Add new customers
get_customer
Retrieve customer by ID or email
create_order
Create new orders
get_order
Retrieve order details
update_order_status
Change order status
update_stock
Modify product stock levels
get_low_stock_products
Find products with low inventory
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client