Avito Seller MCP для AI (unofficial) avatar

Avito Seller MCP для AI (unofficial)

Pricing

from $10.00 / 1,000 tool calls

Go to Apify Store
Avito Seller MCP для AI (unofficial)

Avito Seller MCP для AI (unofficial)

Неофициальный MCP-сервер для управления аккаунтом продавца на Avito.ru через Claude, Cursor, ChatGPT и других AI-ассистентов. Объявления, баланс, статистика, отзывы, обновление цен, услуги продвижения — голосом или текстом. Работает через официальный Avito API под вашими OAuth-данными.

Pricing

from $10.00 / 1,000 tool calls

Rating

0.0

(0)

Developer

John Wenzel

John Wenzel

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

a month ago

Last modified

Share

Avito Seller MCP (unofficial)

⚠️ Disclaimer — This is an unofficial integration. This Actor is not affiliated with, endorsed by, or sponsored by Avito.ru or its parent company. "Avito" is a trademark of its respective owner. This Actor uses the public Avito Seller API (https://developers.avito.ru) under the user's own OAuth credentials. You are responsible for compliance with Avito's API Terms of Service.

Дисклеймер — Это неофициальная интеграция. Этот Actor не связан, не одобрен и не спонсируется компанией Avito.ru. «Avito» — товарный знак соответствующего правообладателя. Actor использует публичный Avito Seller API (https://developers.avito.ru) от имени учётной записи пользователя по OAuth. Вы несёте ответственность за соответствие правилам использования API Avito.

Manage your Avito.ru seller account through AI assistants like Claude Desktop, Cursor, and other MCP-compatible clients. View listings, monitor statistics, check balance, manage reviews, and apply promotions — all through natural language.

What you can do

  • Listings — list all your active items, get details on each, update price
  • Statistics — views, contacts, conversions per item and per profile
  • Balance & operations — check wallet balance, view operation history
  • Reviews — list reviews, post replies, delete replies (when supported)
  • Promotion (VAS) — view available services, apply paid promotions
  • Calls — aggregated call statistics
  • Spendings — detailed cost breakdown by type

The wrapper exposes whatever tools the underlying AvitoSeller MCP server provides (currently around a dozen, covering the most common seller workflows).

Setup (5 minutes)

1. Register an Avito OAuth app

  1. Go to https://developers.avito.ru/applications
  2. Click "Создать приложение"
  3. Choose the scopes your account supports (depends on your Avito tariff)
  4. Copy Client ID and Client Secret

2. Configure this Actor

Paste your Client ID and Client Secret into the input form. Both fields are encrypted and never visible after saving.

3. Connect from your MCP client

Once the Actor is running in standby mode, connect to:

https://<your-username>--avito-seller-mcp.apify.actor/mcp

with the Authorization header:

Authorization: Bearer <YOUR_APIFY_API_TOKEN>

The Actor speaks Streamable HTTP MCP (POST/GET/DELETE on /mcp, session id in mcp-session-id header). Most MCP clients handle this transparently.

Claude Desktop config example

{
"mcpServers": {
"avito-seller": {
"url": "https://your-username--avito-seller-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_API_TOKEN"
}
}
}
}

Pricing

  • Actor start: $0.02 — when the Actor instance boots (cold start)
  • Tool call: $0.01 — per MCP tool invocation (read or write)
  • List request: $0.001 — per tools/list, resources/list discovery call

Plus standard Apify compute costs (typically $0.01–0.05 per hour of standby).

Subscription requirements

Your Avito account must have an active subscription that includes API access. The "Базовый" tier (оплата за просмотры) is sufficient for most read tools. Write operations (update price, apply promotion) and Messenger features may require higher tiers — check with Avito support if a specific tool returns 403.

Security

  • Credentials are stored encrypted by Apify
  • The Actor uses client_credentials OAuth flow with your app, not your password
  • You can revoke access at any time by deleting the OAuth app at https://developers.avito.ru/applications

Support

Issues and feature requests: https://github.com/SourceSurfer/mcp-collection/issues


По-русски

Управляйте своим аккаунтом продавца на Авито через AI-ассистентов (Claude Desktop, Cursor, другие MCP-клиенты). Просматривайте объявления, статистику, баланс, отзывы, применяйте платное продвижение — голосом или текстом.

Что нужно:

  1. Аккаунт продавца на Авито с активной подпиской ("Базовый" или выше)
  2. OAuth-приложение на https://developers.avito.ru/applications
  3. Apify аккаунт (бесплатный план подходит)

Установка: вставьте Client ID и Client Secret от вашего OAuth-приложения в форму выше, нажмите Save & Start, подключитесь из Claude Desktop по URL Actor'а.

Тарификация: $0.01 за вызов tool + $0.02 за старт Actor + базовые расходы Apify на compute. Для активного использования (~100 вызовов в день) — порядка $30–60 в месяц включая Apify costs.