Token导航 LogoToken导航TokenDH.com
CA
开发工具HTTP官方级别未说明来源级核验

carscout (7a2dce)

MCP Server

# Connect this server (installs CLI if needed)

工具数

公开资料未说明
JavaScriptAPI密钥HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:43

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add carscout/carscout

详细介绍

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 

目录标签

目录标签

JavaScriptAPI密钥HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP