← Index

io.github.elchin92/avito-mcp

io.github.elchin92/avito-mcp·v0.7.5·Web Scraping
Quality Score
80
/100

Avito API MCP for autonomous AI agents to operate an account hands-free - not a scraper.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "avito-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avito-mcp"
      ],
      "env": {
        "Client_id": "<your-client_id>",
        "Client_secret": "<your-client_secret>",
        "Profile_id": "<profile_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "avito-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avito-mcp"
      ],
      "env": {
        "Client_id": "<your-client_id>",
        "Client_secret": "<your-client_secret>",
        "Profile_id": "<profile_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y avito-mcp
§02  Environment variables
Client_id
requiredsecret

Avito OAuth client_id (from https://www.avito.ru/professionals/api).

Client_secret
requiredsecret

Avito OAuth client_secret (from https://www.avito.ru/professionals/api).

Profile_id
required

Avito profile id (numeric account id); auto-injected into {user_id}/{userId} path params.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Web Scraping