avito-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@avito-mcpshow my active listings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
avito-mcp
MCP-сервер для Avito API. Даёт Claude доступ к объявлениям, статистике, переписке и автозагрузке.
Переменные окружения
Переменная | Обязательна | Что это |
| да | Из кабинета разработчика Авито |
| да | Там же |
| да | Длинная случайная строка, становится частью URL коннектора |
| нет | Если не задан, берётся из |
| нет | Нужен, если мессенджер не работает на client_credentials |
Сгенерировать секрет:
node -e "console.log(require('crypto').randomBytes(24).toString('hex'))"Related MCP server: vk-ads-mcp
Запуск локально
npm install
AVITO_CLIENT_ID=... AVITO_CLIENT_SECRET=... MCP_SECRET=... npm startПроверка: curl http://localhost:3000/ должен вернуть {"service":"avito-mcp","status":"ok"}.
Деплой на Railway
Запушить репозиторий на GitHub.
В Railway создать сервис из этого репозитория.
В Variables добавить переменные из таблицы выше.
Сгенерировать публичный домен в Settings → Networking.
URL коннектора: https://<домен>/mcp/<MCP_SECRET>
Подключение в Claude
Настройки → Коннекторы → добавить кастомный коннектор, вставить URL.
Инструменты
Чтение: avito_whoami, avito_balance, avito_items_list, avito_item_info,
avito_item_stats, avito_chats_list, avito_chat_messages,
avito_autoload_reports.
Запись: avito_send_message, avito_update_price, avito_mark_read.
Запасной: avito_request — сырой вызов любого метода API.
Что API не умеет
Править заголовки, описания, фото и характеристики объявлений через REST нельзя.
Только цена (avito_update_price). Остальное — через Автозагрузку, то есть через
XML/CSV-фид. avito_autoload_reports показывает результаты последних выгрузок.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceUniversal MCP server for the Avito API (Russia's largest classifieds marketplace), built for autonomous AI agents to operate an account hands-free — 145 tools across 18 domains (listings, messenger, orders, delivery, promotion, autoload, reviews, analytics). Safe-by-default: dry-run, idempotency, structured errors, confirmation flow.Last updated1003468MIT
- AlicenseBqualityCmaintenanceMCP server for VK Ads API enabling management of campaigns, ads, statistics, targeting, and budgets through natural language.Last updated88224MIT
- Flicense-qualityDmaintenanceMCP server for searching and retrieving details from Avito listings, enabling integration with Claude Desktop.Last updated32
- AlicenseAqualityAmaintenanceMCP server for Reddit Ads API v3 enabling campaign management, ad creation, performance reporting, and audience targeting through Claude.Last updated101371MIT
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/irikrafikov-ai/avito-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server