← usecarscout.com
INDIVIDUAL MCP TOOL
get_market_data
Get current market pricing, recall, and fuel economy data for a specific vehicle by make, model, and year.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-usecarscout-mcp]
url = "https://mcp.usecarscout.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-usecarscout-mcp": {
"type": "http",
"url": "https://mcp.usecarscout.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-usecarscout-mcp
Remote MCP URL: https://mcp.usecarscout.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-usecarscout-mcp": {
"url": "https://mcp.usecarscout.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-usecarscout-mcp": {
"type": "http",
"url": "https://mcp.usecarscout.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-usecarscout-mcp",
"transport": "streamable-http",
"url": "https://mcp.usecarscout.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_recalls— Look up NHTSA safety recalls and consumer complaints for a specific vehicle by make, model, and year.decode_vin— Decode a Vehicle Identification Number (VIN) to get make, model, year, body style, engine, transmission, and other vehicle details.