What is the AUTO.RIA Used Cars MCP server?
MCP server for the AUTO.RIA (ria.com) used-car API: search, listings, AI average prices.
How to install AUTO.RIA Used Cars
Copy-paste configuration for popular MCP clients.
AUTORIA_API_KEYrequiredsecretAUTO.RIA developer API key
AUTORIA_USER_IDAUTO.RIA user id (required for paid average-price / VIN tools)
{
"mcpServers": {
"autoria-mcp": {
"command": "uvx",
"args": [
"autoria-mcp"
],
"env": {
"AUTORIA_API_KEY": "<YOUR_AUTORIA_API_KEY>",
"AUTORIA_USER_ID": "<YOUR_AUTORIA_USER_ID>"
}
}
}
}{
"mcpServers": {
"autoria-mcp": {
"command": "uvx",
"args": [
"autoria-mcp"
],
"env": {
"AUTORIA_API_KEY": "<YOUR_AUTORIA_API_KEY>",
"AUTORIA_USER_ID": "<YOUR_AUTORIA_USER_ID>"
}
}
}
}{
"mcpServers": {
"autoria-mcp": {
"command": "uvx",
"args": [
"autoria-mcp"
],
"env": {
"AUTORIA_API_KEY": "<YOUR_AUTORIA_API_KEY>",
"AUTORIA_USER_ID": "<YOUR_AUTORIA_USER_ID>"
}
}
}
}{
"servers": {
"autoria-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"autoria-mcp"
],
"env": {
"AUTORIA_API_KEY": "<YOUR_AUTORIA_API_KEY>",
"AUTORIA_USER_ID": "<YOUR_AUTORIA_USER_ID>"
}
}
}
}claude mcp add autoria-mcp --env AUTORIA_API_KEY=<YOUR_AUTORIA_API_KEY> --env AUTORIA_USER_ID=<YOUR_AUTORIA_USER_ID> -- uvx autoria-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.