← Back to Plugins
MCP Server MCP

io.github.dontsovcmc/yandex-market-seller

github By github 👁 1 views ▲ 0 votes

MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics

Homepage Verified source GitHub

Install

uvx mcp-server-yandex-market-seller

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-yandex-market-seller",
      "version": "0.6.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "isRequired": true,
          "isSecret": true,
          "name": "YM_TOKEN"
        },
        {
          "name": "YM_CAMPAIGN_ID"
        },
        {
          "name": "YM_BUSINESS_ID"
        },
        {
          "name": "YM_AUTH_TYPE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...