MCP Server
MCP
A1 Yandex KIT MCP
A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-yandex-kit",
"version": "1.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Yandex KIT API token from the merchant cabinet (Настройки → API → Сгенерировать токен; shown once). Full store access — treat it as a secret.",
"isRequired": true,
"isSecret": true,
"name": "YANDEX_KIT_TOKEN"
},
{
"description": "Base URL of the Yandex KIT API.",
"default": "https://api.kit.yandex.net",
"name": "YANDEX_KIT_BASE_URL"
},
{
"description": "Client-side rate limit in requests per second (the API allows 3 rps per store).",
"default": "3",
"name": "YANDEX_KIT_RPS"
},
{
"description": "HTTP request timeout in milliseconds.",
"default": "30000",
"name": "YANDEX_KIT_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment