← Back to Plugins
MCP Server MCP

io.github.elchin92/avito-mcp

github By github 👁 1 views ▲ 0 votes

An AI agent that runs your Avito account — 148 tools for chats, listings, promotion, orders.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "avito-mcp",
      "version": "2.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Avito OAuth client_id (from https://www.avito.ru/professionals/api).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Client_id"
        },
        {
          "description": "Avito OAuth client_secret (from https://www.avito.ru/professionals/api).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Client_secret"
        },
        {
          "description": "Avito profile id (numeric account id); auto-injected into {user_id}/{userId} path params.",
          "isRequired": true,
          "format": "string",
          "name": "Profile_id"
        },
        {
          "description": "Which MCP protocol revisions this process serves: legacy = 2025-11-25 only, dual = 2025-11-25 and 2026-07-28, modern = 2026-07-28 only.",
          "format": "string",
          "default": "legacy",
          "choices": [
            "legacy",
            "dual",
            "modern"
          ],
          "name": "AVITO_MCP_PROTOCOL_ERA"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...