VIN MCP Server

Give AI agents a direct VIN lookup tool.

VINState MCP wraps the existing VIN API in a Model Context Protocol endpoint, so agent clients can call one tool, decode one VIN, and stay inside the same free or paid account limits.

MCP client config
{
    "mcpServers": {
        "vinstate": {
            "url": "https://vinstate.com/mcp",
            "headers": {
                "Authorization": "Bearer sk-your-api-key"
            }
        }
    }
}

Transport

POST /mcp

One HTTP endpoint accepts MCP JSON-RPC requests and returns tool results.

Auth

Bearer API key

Use the same API key you already manage in the VINState console.

Billing

Successful lookup only

Valid successful VIN lookups consume included quota first, then credits.

Tools

Two MCP tools, one billing model

Both tools accept a single vin argument. The free tool is a friendly entry point for trials; production users can call vin.decode directly.

Tool

vin.decode_free

Best for free-tier testing, demos, and light agent workflows.

Arguments
{
  "vin": "1HGCM82633A004352"
}

Tool

vin.decode

Best for paid, production, and higher-volume MCP clients.

Arguments
{
  "vin": "1HGCM82633A004352"
}

Plans

Free to start, paid when agents scale

Full pricing

free

Free

$0/mo

20 included successful lookups per month.

go

Go

$8/mo

1,000 included successful lookups per month.

plus

Plus

$58/mo

8,000 included successful lookups per month.

pro

Pro

$480/mo

80,000 included successful lookups per month.