Vehicle Intelligence MCP avatar

Vehicle Intelligence MCP

Pricing

from $50.00 / 1,000 full vehicle safety profiles

Go to Apify Store
Vehicle Intelligence MCP

Vehicle Intelligence MCP

Vehicle safety intelligence for AI agents — VIN decoding, recall campaigns, owner complaints, and full safety profiles from official NHTSA data, one tool call each. MCP server over Streamable HTTP. Pay per lookup, no subscription.

Pricing

from $50.00 / 1,000 full vehicle safety profiles

Rating

0.0

(0)

Developer

Gad

Gad

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

Give your AI agent complete knowledge of any US vehicle — VIN decoding, safety recalls, owner complaints, and crash-test ratings — from official NHTSA data, in one MCP server.

No API keys to manage, no scrapers to babysit. This is a hosted MCP (Model Context Protocol) server: connect it to Claude, ChatGPT, Cursor, or any MCP-capable agent and it can answer questions like:

  • "What car is VIN 1HGCM82633A004352?"
  • "Does a 2019 Honda Accord have open recalls?"
  • "What do owners complain about most on the 2022 Insight?"
  • "Should I worry about buying this used car?" → one safety_profile call

Tools

ToolWhat it answersEvent charged
decode_vinVIN → year, make, model, trim, engine, transmission, plantvin-decoded
check_recallsOfficial recall campaigns: component, consequence, remedy, urgency flagsrecall-check
vehicle_complaintsOwner complaint statistics: totals, crash/fire/injury tallies, worst components, recent excerptscomplaint-check
safety_profileEverything at once from a VIN or make/model/year: decode + crash ratings + recalls + complaints + key concernssafety-profile

Outputs are compact, structured JSON designed for agents — empty fields stripped, dates normalized to ISO, summaries truncated so you don't pay tokens for noise.

Connect

Use the Actor's MCP endpoint (Standby mode) with any MCP client:

https://<this-actor>.apify.actor/mcp

Authenticate with your Apify token (Authorization: Bearer <APIFY_TOKEN>). Example Claude Code config:

{
"mcpServers": {
"vehicle-intelligence": {
"url": "https://<this-actor>.apify.actor/mcp",
"headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
}
}
}

Batch mode

Running the Actor directly (non-standby) decodes a list of VINs from the input into the dataset — useful for cleaning inventory lists. Each decoded VIN charges one vin-decoded event (plus recall-check per VIN if enabled).

Who uses this

Dealer and fleet tooling (inventory enrichment, trade-in triage), automotive marketplaces (listing validation, safety badges), insurance and lending workflows (vehicle verification), and consumer agents (used-car research).

Data & disclaimer

All data comes from the NHTSA (US Department of Transportation) public APIs — vPIC, Recalls, Complaints, and Safety Ratings — and is US-government public data. This Actor is not affiliated with or endorsed by NHTSA. Information is provided as-is for research purposes; always verify open recalls with an authorized dealer using the full VIN before making purchase or repair decisions.