Odel
AUTO.RIA Used Cars

AUTO.RIA Used Cars

Local
@yevhen-kalynaPythonMITUpdated 3mo ago

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).

PyPIautoria-mcpv0.2.2

Run

uvx autoria-mcp

MCP client config

{
  "mcpServers": {
    "auto-ria-used-cars": {
      "command": "uvx",
      "args": [
        "autoria-mcp"
      ]
    }
  }
}