Catalog
io.github.yevhen-kalyna/autoria-mcp
Officialby yevhen-kalyna · Python
AUTO.RIA Used Cars
MCP server for the AUTO.RIA (ria.com) used-car API: search, listings, AI average prices.
Used-car marketplace API integration with search, listings, and AI price estimation.
README not available yet.
Install
Configuration
Environment variables
AUTORIA_API_KEYrequiredsecretAUTO.RIA developer API key
AUTORIA_USER_IDAUTO.RIA user id (required for paid average-price / VIN tools)
claude_desktop_config.json
{
"mcpServers": {
"autoria-mcp": {
"command": "uvx",
"args": [
"autoria-mcp"
],
"env": {
"AUTORIA_API_KEY": "<YOUR_AUTORIA_API_KEY>",
"AUTORIA_USER_ID": "<YOUR_AUTORIA_USER_ID>"
}
}
}
}