MCP Server
MCP
io.github.elchin92/avito-mcp
An AI agent that runs your Avito account — 148 tools for chats, listings, promotion, orders.
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
By
Comments
Sign in to leave a comment