theYahia/retailcrm-mcp
MCP server for RetailCRM — orders, customers, e-commerce analytics (Russia)
Platform-specific configuration:
{
"mcpServers": {
"retailcrm-mcp": {
"command": "npx",
"args": [
"-y",
"retailcrm-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Production-grade MCP server for RetailCRM e-commerce CRM. 15 tools + 2 prompt skills for managing orders, customers, products, references, and analytics via API v5.
[](https://www.npmjs.com/package/@theyahia/retailcrm-mcp) [](https://smithery.ai/server/@theyahia/retailcrm-mcp)
| Tool | Description | |------|-------------| | list_orders | List orders with filters by status, customer, number, date range | | get_order | Get a single order by ID or externalId | | create_order | Create an order with customer info, line items, delivery | | update_order | Update order status, customer details, delivery, comments |
| Tool | Description | |------|-------------| | list_customers | Search customers by name, email, phone, date | | get_customer | Get a single customer by ID or externalId | | create_customer | Create customer with contact info and address | | merge_customers | Merge duplicate customer records |
| Tool | Description | |------|-------------| | list_products | List products with filters by name, group, active status, price range |
| Tool | Description | |------|-------------| | list_statuses | All order statuses (codes, names, groups) | | list_delivery_types | All delivery types with default costs | | list_payment_types | All payment types | | list_stores | All warehouses and stores |
| Tool | Description | |------|-------------| | get_orders_summary | Order statistics for a date range | | get_customers_summary | Customer growth stats for a date range |
| Skill | Description | |-------|-------------| | new-orders | Quick daily overview of today's orders | | customer-search | Find a customer by name, email, or phone |
Loading reviews...