vindex-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vindex-mcpDecode VIN 1FTFW1ET6EFA12345 and show warranty terms"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vindex-mcp
MCP server for Vindex — Canada-aware, pay-per-call
vehicle intelligence for AI agents. Decode any 17-char VIN with its original
factory-warranty terms, read merged US (NHTSA) + Canada (Transport Canada) recalls,
get LLM-clustered known-issue reports (every issue cites a verified ODI complaint number,
with a bundled reliability-aggregates block), and itemized used-car closing costs for all
of Canada + all 50 US states & DC via one unified purchase-costs endpoint
(country=CA|US). Pay per call with USDC on Base via x402 — no signup, no
bundles, no receipts.
3 free tools — no wallet, no API key.
4 paid tools — flat per-call USD prices, settled in USDC on Base Mainnet via x402.
Try before you pay: the free get_sample tool returns every paid response shape for one
fixed sample vehicle (2013 Ford F-150).
Quick start
Free tier (no wallet)
{
"mcpServers": {
"vindex": {
"command": "npx",
"args": ["-y", "vindex-mcp"]
}
}
}You get get_health, get_pricing, get_sample.
Paid tier (with wallet)
Add an EVM wallet private key (0x-prefixed) that holds USDC on Base Mainnet:
{
"mcpServers": {
"vindex": {
"command": "npx",
"args": ["-y", "vindex-mcp"],
"env": { "EVM_PRIVATE_KEY": "0x..." }
}
}
}The paid tools (decode_vin, get_recalls, get_known_issues, get_purchase_costs)
then settle each call automatically.
Install snippets
Claude Code:
claude mcp add vindex -- npx -y vindex-mcp
# with a wallet:
claude mcp add vindex --env EVM_PRIVATE_KEY=0x... -- npx -y vindex-mcpClaude Desktop / Cursor: add the JSON block above to your MCP config
(claude_desktop_config.json or .cursor/mcp.json).
Related MCP server: 2s
Tools
Free tools
Tool | Description |
| Vindex API health + configured payment mode (live | mock). |
| Endpoint catalog + per-call USD prices, params, networks, sources ( |
| A free sample of any paid response shape (decode / recalls / known-issues / purchase-costs) for the fixed sample vehicle. |
Paid tools
Tool | Endpoint | Price (USD) |
|
| $0.01 — normalized VIN decode + original factory-warranty terms (basic/powertrain/corrosion/roadside/EV-battery). |
|
| $0.01 — merged US + Canada recalls + full decoded vehicle. |
|
| $0.05 — LLM-clustered failure modes + bundled reliability block + full decode + complaintsAnalyzed. |
|
| $0.02 — unified itemized closing costs for Canada (provinces/territories) or the US (states + DC). |
Prices are flat per call — no bundles, no entitlements. Confirm live prices any time
with get_pricing. Purchase-costs is ONE endpoint selected by country=CA|US: CA requires
province (optional family_gift, buyer_has_plates), US requires state (optional
trade_in, local_rate).
How payments work (x402)
Vindex speaks the x402 exact scheme. The API's 402 advertises a
Base (USDC, EIP-3009) rail; this MCP settles on Base:
The MCP requests a paid endpoint. With no payment, the API replies HTTP 402 with the accepted terms.
The MCP settles the call — via the standard
@x402/fetchV2 client on a live API, or the mock header when the API is inmode: mock— and retries.The API returns the data plus a
paymentblock (txHash,network,priceUsd,payer).
Compute-first, settle-after: Vindex computes the full answer before charging, so
you are never billed for an error, a validation failure, or a below-threshold answer
(e.g. get_known_issues refuses, uncharged, below 15 complaints).
Mock vs live
get_health reports mode. When the API is in mock mode the paid tools work without
a wallet (a synthetic payer is used and no chain settlement occurs) — useful for trying
the full flow for free. In live mode the paid tools require EVM_PRIVATE_KEY with
USDC on Base Mainnet; a paid call without a key returns a clear error.
Environment variables
Variable | Required | Description |
| No | 0x-prefixed wallet key with USDC on Base Mainnet. Required to pay a live API. Free tools work without it; against a mock API the paid tools also work without it. |
| No | Override the API base URL (default |
Disclaimer
Vindex provides informational vehicle data aggregated from public sources (NHTSA, Transport Canada). It is not professional, legal, or purchasing advice, and is provided as-is without warranty. Recall/complaint data reflects the source databases at fetch time. Contains information licensed under the Open Government Licence – Canada. See https://api.vindexapi.dev/terms.txt.
Docs for agents: https://api.vindexapi.dev/llms.txt · full: https://api.vindexapi.dev/llms-full.txt
License
MIT © jcislo
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.Last updated23721MIT- AlicenseBqualityAmaintenancePay-per-call AI agent APIs on Base via x402. Multiple tools across patents, law, AI, geo, weather, crypto, and more. Always growing.Last updated1007MIT
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.Last updated16
- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.Last updated3627MIT
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
AI agents find, message & book SMBs; pay per call in USDC on Base via x402. 14 tools, compliant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcislo/vindex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server