MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Vincario MCP Server

by Vincario
Developer ToolsModerate6.5MCP RegistryRemote
Free

Server data from the Official MCP Registry

Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.

About

Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.

Remote endpoints: streamable-http: https://mcp.vincario.com/mcp

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (1 strong, 4 medium validity signals). 3 known CVEs in dependencies (1 critical, 1 high severity) Imported from the Official MCP Registry.

4 tools verified · Open access · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-vincario-vehicle-data": {
      "url": "https://mcp.vincario.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Vincario MCP Server

An MCP (Model Context Protocol) server that exposes the Vincario API to AI agents and LLM clients. Enables AI assistants to decode VINs, check stolen vehicle databases, and retrieve market valuations through natural language.

Tools

ToolDescription
vin_decodeDecode a VIN and return detailed vehicle information
vin_decode_infoList available fields for a given VIN (free endpoint)
stolen_checkCheck if a VIN appears in stolen vehicle databases
vehicle_market_valueGet market valuation for a vehicle (supports odometer input)

Requirements

  • Vincario API key — passed via X-API-Key HTTP header
  • Docker (recommended), or Python 3.11+ with uv

Running with Docker

docker build -t vincario-mcp .
docker run -p 8080:8080 vincario-mcp

The server starts on http://localhost:8080.

Running locally

pip install uv
uv sync
uv run main.py

Connecting to an MCP client

Pass your Vincario API key as an HTTP header with each request:

X-API-Key: your_api_key_here

Claude Code

Add to your MCP config (.mcp.json or claude_desktop_config.json):

{
  "mcpServers": {
    "vincario": {
      "type": "http",
      "url": "http://localhost:8080",
      "headers": {
        "X-API-Key": "your_api_key_here"
      }
    }
  }
}

Hosted endpoint

If connecting to the hosted server at https://mcp.vincario.com/mcp, replace the URL accordingly.

Example usage

Once connected, you can ask your AI assistant:

  • "Decode VIN WBAFR9C54BC780006"
  • "Is this vehicle stolen? VIN: WBAFR9C54BC780006"
  • "What is the market value of VIN WBAFR9C54BC780006 with 85000 km?"

Transport

The server uses streamable HTTP transport (stateless_http=True), which means no persistent session is required. Each request is independent, making it straightforward to deploy behind a reverse proxy or load balancer.

For HTTPS deployment, place a reverse proxy (nginx, Caddy, Cloudflare) in front of the server — the application itself runs on plain HTTP port 8080.

License

See Vincario API Terms of Service for usage terms.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeRemote Endpoint

Details

Published April 9, 2026
Version 1.0.0
0 installs
Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
7
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
6
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
536
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
80
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
47
Installs
6.0
Security
5.0
Local

MCP Marketplace

Free

by mcp-marketplace · Developer Tools

Search and install MCP servers from inside your AI client.

-
Stars
36
Installs
10.0
Security
5.0
Remote