Transport
POST /mcp
One HTTP endpoint accepts MCP JSON-RPC requests and returns tool results.
VIN MCP Server
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.
{
"mcpServers": {
"vinstate": {
"url": "https://vinstate.com/mcp",
"headers": {
"Authorization": "Bearer sk-your-api-key"
}
}
}
}
Transport
One HTTP endpoint accepts MCP JSON-RPC requests and returns tool results.
Auth
Use the same API key you already manage in the VINState console.
Billing
Valid successful VIN lookups consume included quota first, then credits.
Tools
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
Best for free-tier testing, demos, and light agent workflows.
{
"vin": "1HGCM82633A004352"
}
Tool
Best for paid, production, and higher-volume MCP clients.
{
"vin": "1HGCM82633A004352"
}
Plans
free
$0/mo
20 included successful lookups per month.
go
$8/mo
1,000 included successful lookups per month.
plus
$58/mo
8,000 included successful lookups per month.
pro
$480/mo
80,000 included successful lookups per month.