Server data from the Official MCP Registry
MCP server for RetailCRM — orders, customers management via API v5.
MCP server for RetailCRM — orders, customers management via API v5.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
12 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: RETAILCRM_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-theyahia-retailcrm-mcp": {
"env": {
"RETAILCRM_URL": "your-retailcrm-url-here"
},
"args": [
"-y",
"@theyahia/retailcrm-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| 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 |
yourstore part of yourstore.retailcrm.ru)| Variable | Required | Description |
|---|---|---|
RETAILCRM_DOMAIN | Yes | Your RetailCRM domain (e.g. yourstore.retailcrm.ru) |
RETAILCRM_API_KEY | Yes | API key from Settings > Integration > API keys |
PORT | No | HTTP server port (default: 3000, only for --http mode) |
RETAILCRM_URLis still supported as a fallback for backward compatibility.
{
"mcpServers": {
"retailcrm": {
"command": "npx",
"args": ["-y", "@theyahia/retailcrm-mcp"],
"env": {
"RETAILCRM_DOMAIN": "yourstore.retailcrm.ru",
"RETAILCRM_API_KEY": "your-api-key"
}
}
}
}
Run as an HTTP server instead of stdio:
RETAILCRM_DOMAIN=yourstore.retailcrm.ru \
RETAILCRM_API_KEY=your-key \
npx @theyahia/retailcrm-mcp --http
POST /mcp -- MCP Streamable HTTP endpointGET /health -- health check (returns JSON with version, tool count)PORT env var)Install via Smithery:
npx @smithery/cli install @theyahia/retailcrm-mcp
1. Daily order overview:
"Show me all orders created today with status 'new'. Summarize the total count and revenue."
2. Customer lookup and order history:
"Find the customer with email anna@example.com. Show their full profile and recent orders."
3. Quick order creation:
"Create an order for Ivan Petrov, phone +79001234567, for 2x Widget at 500 RUB each, standard delivery to Moscow."
RetailCRM does not support API-created webhooks. Instead, use Triggers in the RetailCRM admin panel (Settings > Triggers) to configure automated actions on order/customer events. Triggers can send HTTP requests to external endpoints when conditions are met.
npm install
npm test # run Vitest tests
npm run dev # start in dev mode (stdio)
npm run build # compile TypeScript
Earn up to 50% recurring commission by referring RetailCRM users who connect via this MCP server. Contact @theYahia for details and your referral link.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.