← Back to Plugins
MCP Server MCP

AUTO.RIA Used Cars

github By github 👁 2 views ▲ 0 votes

MCP server for the AUTO.RIA (ria.com) used-car API: search, listings, AI average prices.

Homepage Verified source GitHub

Install

uvx autoria-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "autoria-mcp",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AUTO.RIA developer API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AUTORIA_API_KEY"
        },
        {
          "description": "AUTO.RIA user id (required for paid average-price / VIN tools)",
          "format": "string",
          "name": "AUTORIA_USER_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...