# Avito Seller MCP для AI (unofficial) (`mcpbay/avito-seller-mcp-dlya-ai-unofficial`) Actor

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

- **URL**: https://apify.com/mcpbay/avito-seller-mcp-dlya-ai-unofficial.md
- **Developed by:** [John Wenzel](https://apify.com/mcpbay) (community)
- **Categories:** MCP servers, Automation, Integrations
- **Stats:** 2 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 tool calls

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 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

```json
{
  "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.

# Actor input Schema

## `avito_client_id` (type: `string`):

Client ID of your OAuth application registered at https://developers.avito.ru/applications. Required to authenticate with the Avito API on behalf of your seller account.

## `avito_client_secret` (type: `string`):

Client Secret of your OAuth application from https://developers.avito.ru/applications. Stored encrypted by Apify.

## Actor input object example

```json
{}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("mcpbay/avito-seller-mcp-dlya-ai-unofficial").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("mcpbay/avito-seller-mcp-dlya-ai-unofficial").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call mcpbay/avito-seller-mcp-dlya-ai-unofficial --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=mcpbay/avito-seller-mcp-dlya-ai-unofficial",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Avito Seller MCP для AI (unofficial)",
        "description": "Неофициальный MCP-сервер для управления аккаунтом продавца на Avito.ru через Claude, Cursor, ChatGPT и других AI-ассистентов. Объявления, баланс, статистика, отзывы, обновление цен, услуги продвижения — голосом или текстом. Работает через официальный Avito API под вашими OAuth-данными.",
        "version": "0.0",
        "x-build-id": "4b6e4HJPOT7oCpNi6"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/mcpbay~avito-seller-mcp-dlya-ai-unofficial/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-mcpbay-avito-seller-mcp-dlya-ai-unofficial",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/mcpbay~avito-seller-mcp-dlya-ai-unofficial/runs": {
            "post": {
                "operationId": "runs-sync-mcpbay-avito-seller-mcp-dlya-ai-unofficial",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/mcpbay~avito-seller-mcp-dlya-ai-unofficial/run-sync": {
            "post": {
                "operationId": "run-sync-mcpbay-avito-seller-mcp-dlya-ai-unofficial",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "avito_client_id": {
                        "title": "Avito API Client ID",
                        "type": "string",
                        "description": "Client ID of your OAuth application registered at https://developers.avito.ru/applications. Required to authenticate with the Avito API on behalf of your seller account."
                    },
                    "avito_client_secret": {
                        "title": "Avito API Client Secret",
                        "type": "string",
                        "description": "Client Secret of your OAuth application from https://developers.avito.ru/applications. Stored encrypted by Apify."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
