MCP server for the AUTO.RIA (ria.com) used-car API: search, listings, AI average prices.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx autoria-mcp
MCP client config
{
"mcpServers": {
"auto-ria-used-cars": {
"command": "uvx",
"args": [
"autoria-mcp"
]
}
}
}