AgentHubAgentHub

avito-mcp

MCP ServerMCP Registry官方收录

io.github.elchin92/avito-mcp · v1.0.1

Avito API MCP for AI agents — 148 tools, safe-by-default, stdio or remote HTTP (OAuth 2.1).

概览

avito-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "avito-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avito-mcp"
      ],
      "env": {
        "Client_id": "<Client_id>",
        "Client_secret": "<Client_secret>",
        "Profile_id": "<Profile_id>"
      }
    }
  }
}

环境变量

Client_id必填secret

Avito OAuth client_id (from https://www.avito.ru/professionals/api).

Client_secret必填secret

Avito OAuth client_secret (from https://www.avito.ru/professionals/api).

Profile_id必填

Avito profile id (numeric account id); auto-injected into {user_id}/{userId} path params.

相关资源

统一 Manifest

{
  "id": "io.github.elchin92/avito-mcp",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "avito-mcp",
  "description": "Avito API MCP for AI agents — 148 tools, safe-by-default, stdio or remote HTTP (OAuth 2.1).",
  "repository": {
    "url": "https://github.com/elchin92/avito-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "avito-mcp",
        "version": "1.0.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "Client_id",
            "description": "Avito OAuth client_id (from https://www.avito.ru/professionals/api).",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "Client_secret",
            "description": "Avito OAuth client_secret (from https://www.avito.ru/professionals/api).",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "Profile_id",
            "description": "Avito profile id (numeric account id); auto-injected into {user_id}/{userId} path params.",
            "isRequired": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.elchin92/avito-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.elchin92%2Favito-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
avito-mcp — MCP Server 安装与配置 · AgentHub