Carvector
@carvectorio
Carvector について
Give your AI agent real vehicle data. An MCP server that lets Claude, Cursor, ChatGPT, or any MCP-capable client query the CarVector API natively — vehicle specs, representative images, federal recalls, and OBD-II diagnostic trouble codes.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"carvector": {
"command": "npx",
"args": [
"-y",
"carvector-mcp"
],
"env": {
"CARVECTOR_API_KEY": "cv_your_key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Carvector?
Carvector is an MCP server that lets AI agents like Claude, Cursor, or ChatGPT query the CarVector API natively for vehicle specs, representative images, federal recalls, and OBD-II diagnostic trouble codes. It provides structured, sourced answers instead of model hallucinations.
How to use Carvector?
Install via npx -y carvector-mcp --key cv_your_key or configure an mcpServers block with the CARVECTOR_API_KEY environment variable. For remote HTTP MCP, point to https://api.carvector.io/v1/mcp with a Bearer token. Restart your client and ask about a vehicle.
Key features of Carvector
- Search vehicles by year, make, model with IDs and specs
- Get full specs for one vehicle — engine, drivetrain, body, image, recall count
- Return federal recall campaigns — component, summary, consequence, remedy
- Look up OBD-II codes with title, category, severity, safety/emissions flags
- Agent chains
search_vehicles→get_vehicle/get_recallsnaturally - Zero telemetry, analytics, or phone-home; writes nothing to disk
Use cases of Carvector
- A service-advisor copilot that pulls exact trim, open recalls, and a decoded check-engine code in one turn
- A consumer car chatbot answering "what engine does my truck have" and "is it under recall" with real data
- A coding/automotive agent needing structured vehicle knowledge as a tool instead of scraped text
FAQ from Carvector
What data does Carvector include?
Vehicles (1925–2029, by trim and engine variant with representative illustrations), federal recall campaigns, and OBD-II DTC reference (category, severity, safety/emissions flags). It does not include repair-cost economics.
How is my API key handled?
The key stays on your machine. Set it via the CARVECTOR_API_KEY env var (preferred) or the --key CLI argument. The client sends it only as a Bearer header to api.carvector.io and has no telemetry.
What are the runtime dependencies?
Exactly one package: the official @modelcontextprotocol/sdk. The client is ~150 lines of readable JavaScript.
Is there a free tier?
Yes — 100 requests/day at carvector.io with no credit card required. Calls count against your plan’s rate limit and appear in your dashboard.
Can I use Carvector without installing?
Yes — if your client supports HTTP MCP, point it at https://api.carvector.io/v1/mcp with an Authorization header. No local install needed.
「AI とエージェント」の他のコンテンツ
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
コメント