carscout
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add carscout/carscout
# Browse available tools
npx -y smithery tool list carscout/carscout
# Get full schema for a tool
npx -y smithery tool get carscout/carscout get_market_data
# Call a tool
npx -y smithery tool call carscout/carscout get_market_data '{}'Direct MCP Connection
Endpoint: https://carscout--carscout.run.tools
Required config:
key(query) — API key from usecarscout.com/settings.
Tools (13)
get_market_data— Get current market pricing, recall, and fuel economy data for a specific vehicle by make, model, and year. Useful for u…check_recalls— Look up NHTSA safety recalls and consumer complaints for a specific vehicle by make, model, and year. Returns recall ca…search_inventory— Search active dealer listings nationwide. Filter by make, model, year range, price range, and max mileage. Returns real…decode_vin— Decode a Vehicle Identification Number (VIN) to get make, model, year, body style, engine, transmission, and other vehi…create_scout— Create a new car search (scout) that monitors inventory for matching vehicles. Returns the created scout with its ID.list_scouts— List all your saved car searches (scouts) with their status and search criteria.get_scout— Get full details of a specific scout by ID, including search criteria and dormancy status.update_scout— Update an existing scout's name or search criteria.delete_scout— Delete a saved car search (scout). This stops monitoring and removes all associated data.check_limits— Check how many scouts you can create based on your subscription plan.get_alerts— Get vehicle matches/results for a specific scout. Shows price, mileage, days on market, dealer info, and match score fo…dismiss_alert— Dismiss a vehicle match you're not interested in. This prevents the same vehicle from showing up again in future result…submit_feedback— Submit a bug report, feature request, or general feedback to the CarScout team. Use this if you encounter issues with a…
# Get full input/output schema for a tool
npx -y smithery tool get carscout/carscout