← 返回
未分类 中文

Pipeworx nhtsa

Decode VINs and look up vehicle makes/models via the NHTSA Vehicle Product Information Catalog
解码 VIN 并通过 NHTSA 车辆产品信息目录查询车型信息
brucegutman
未分类 clawhub v1.0.0 1 版本 99622.6 Key: 无需
★ 0
Stars
📥 264
下载
💾 0
安装
1
版本
#latest

概述

NHTSA Vehicle Data

Decode Vehicle Identification Numbers (VINs) into make, model, year, body type, engine, and safety features. Also browse all registered vehicle makes and look up available models by make and year.

Tools

  • decode_vin — Decode a 17-character VIN into structured vehicle attributes
  • get_makes — All vehicle makes (brands) registered with NHTSA
  • get_models — Vehicle models for a specific make and model year (e.g., Toyota 2022)

When to use

  • A user provides a VIN and wants to know the car details
  • Building a vehicle lookup feature for insurance or auto parts
  • Browsing what models a manufacturer offers in a given year
  • Verifying vehicle information from a bill of sale or registration

Example: decode a VIN

curl -s -X POST https://gateway.pipeworx.io/nhtsa/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"decode_vin","arguments":{"vin":"1HGBH41JXMN109186"}}}'

Returns: make, model, year, body class, drive type, engine displacement, fuel type, plant city, and more.

MCP config

{
  "mcpServers": {
    "pipeworx-nhtsa": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/nhtsa/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 21:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Pipeworx crypto

brucegutman
通过CoinGecko获取加密货币价格、市值排名及法币转换
★ 0 📥 454

Pipeworx disease

brucegutman
COVID-19统计数据 —全球累计、各国明细、历史趋势及来自 disease.sh 的疫苗接种数据
★ 0 📥 426

Pipeworx sunrisesunset

brucegutman
提供全球任意地点和日期的日出、日落、黎明、黄昏、太阳正午、黄金时段及昼长精确时刻。
★ 0 📥 586