
Avito Mcp
Let a coding agent manage your Avito professional account—listings, messaging, and API workflows—through official OAuth instead of brittle scraping.
Overview
io.github.elchin92/avito-mcp is an MCP server for the Grow phase that connects agents to the official Avito API for hands-free professional account operations.
What is this MCP server?
- Official Avito Professionals API via MCP stdio npm package avito-mcp v0.7.5
- OAuth client_id and client_secret from avito.ru/professionals/api
- Profile_id auto-injects {user_id}/{userId} path params for account-scoped calls
- Positioned for autonomous agents operating an account hands-free—not a scraper
- GitHub source: elchin92/avito-mcp
- MCP server version 0.7.5
- npm package identifier avito-mcp
- 3 required environment variables (2 secrets)
Community signal: 1 GitHub stars.
What problem does it solve?
Managing an Avito seller account at scale means repetitive API-shaped work in a foreign-language dashboard, which agents cannot do safely without an official MCP bridge and OAuth.
Who is it for?
Solo builders and micro-agencies selling on Avito who want agent-driven listing and account workflows with Professionals API credentials.
Skip if: Builders outside Avito’s market, anyone expecting HTML scraping, or teams without approved API access from Avito Professionals.
What do I get? / Deliverables
After you add avito-mcp with OAuth credentials, your agent can call Avito API tools scoped to your profile_id while you stay within platform terms.
- Agent-callable Avito API tool surface over MCP
- Account-scoped requests using configured profile_id
- Hands-free seller workflows without scraper risk
Recommended MCP Servers
Journey fit
Marketplace account operations sit in Grow once you are live and need to maintain listings, respond to buyers, and iterate offers without manual dashboard work. Lifecycle covers ongoing seller operations on a classifieds marketplace rather than one-off build or launch tasks.
How it compares
Official Avito API MCP integration—not a scraper skill or generic browser automation pack.
Common Questions / FAQ
Who is io.github.elchin92/avito-mcp for?
It is for Avito professional sellers and developers who want Claude Code, Cursor, or Codex to operate their account through the sanctioned API.
When should I use io.github.elchin92/avito-mcp?
Use it when you already have OAuth client_id, client_secret, and profile_id and need repeatable agent workflows on Avito instead of manual seller UI work.
How do I add io.github.elchin92/avito-mcp to my agent?
Install the npm stdio package avito-mcp, set Client_id, Client_secret, and Profile_id in your MCP config, and restart the agent so Avito tools load.