theYahia/mindbox-mcp
MCP server for Mindbox — CDP, customer profiles, segmentation (Russia)
Platform-specific configuration:
{
"mcpServers": {
"mindbox-mcp": {
"command": "npx",
"args": [
"-y",
"mindbox-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP-сервер для API Mindbox CDP — профили клиентов, заказы, сегменты, списки товаров и произвольные операции.
[](https://www.npmjs.com/package/@theyahia/mindbox-mcp) [](https://opensource.org/licenses/MIT)
--http){
"mcpServers": {
"mindbox": {
"command": "npx",
"args": ["-y", "@theyahia/mindbox-mcp"],
"env": {
"MINDBOX_API_KEY": "ваш_ключ",
"MINDBOX_ENDPOINT_ID": "ваш_endpoint_id"
}
}
}
}claude mcp add mindbox -e MINDBOX_API_KEY=ваш_ключ -e MINDBOX_ENDPOINT_ID=ваш_endpoint_id -- npx -y @theyahia/mindbox-mcpMINDBOX_API_KEY=ваш_ключ MINDBOX_ENDPOINT_ID=ваш_endpoint_id npx @theyahia/mindbox-mcp --http
# MCP endpoint: http://localhost:3000/mcp
# Health check: http://localhost:3000/healthПорт настраивается через PORT (по умолчанию 3000).
Файл smithery.yaml включён. Требуемые параметры: MINDBOX_API_KEY, MINDBOX_ENDPOINT_ID.
| Переменная | Описание | |------------|----------| | MINDBOX_API_KEY | Секретный ключ API Mindbox (также принимает MINDBOX_SECRET_KEY) | | MINDBOX_ENDPOINT_ID | ID эндпоинта в Mindbox |
Заголовок авторизации: Authorization: Mindbox secretKey="...".
| Инструмент | Описание | |------------|----------| | get_customer | Получение профиля клиента по email/телефону/ID | | create_order | Создание заказа с привязкой к клиенту | | get_segments | Получение сегментов клиента | | get_product_list | Получение списка товаров | | update_customer | Обновлен
Loading reviews...