boltpatternhq-mcp

boltpatternhq-mcp

Official BoltPatternHQ MCP Server for instant automotive wheel fitment, PCD, center bore, and offset reference data.

Category
Visit Server

README

πŸš— BoltPatternHQ MCP Server

Smithery Badge Glama Official MCP Registry License: MIT

Official Model Context Protocol (MCP) Server for BoltPatternHQ β€” providing AI coding assistants (Claude, Cursor, Windsurf, VS Code) with instant, zero-latency automotive wheel fitment, PCD (Pitch Circle Diameter), center bore, thread size, and offset reference data.


πŸ”— Quick Links & Resources


⚑ Why Use BoltPatternHQ MCP?

When developing automotive e-commerce storefronts (Shopify / WooCommerce), wheel fitment calculators, CAD parts models, or ERP systems, LLMs often suffer from hallucinated vehicle wheel specifications.

The BoltPatternHQ MCP Server bridges your AI programming environment directly to standardized, OEM-verified automotive engineering specifications:

  • 0ms Offline Querying: Built-in curated sample library of iconic JDM, Euro, and American vehicles (Mazda MX-5 Miata, Suzuki Jimny, Toyota Raize/Rocky, BMW 3 Series, VW Golf GTI, Ford Mustang, Tesla Model 3/Y, etc.).
  • Standardized Engineering Metrics: PCD (e.g., 4x100, 5x114.3, 5x139.7), Center Bore (in mm), Offset Range (ET in mm), Lug Nut Thread Sizes (M12x1.5, M14x1.25, Ball/Spherical seat notes), and lug bolt counts.
  • Seamless B2B Integration: Easily prototype your automotive scripts with our sample dataset, then scale seamlessly to our complete 11,601-row master CSV database.

πŸ› οΈ Available MCP Tools

This server exposes 3 standardized AI tools via stdio:

1. search_bolt_pattern

Search vehicle wheel specs by manufacturer make, model name, chassis code, year, or exact PCD string.

  • Input: { "query": "Jimny" } or { "query": "5x114.3" } or { "query": "Roadster" }
  • Output: Detailed fitment report including center bore, offset tolerance, and OEM hub notes.

2. get_make_models

List all supported automotive brand manufacturers and highlighted models available in the public MCP library.

  • Input: {}
  • Output: Categorized markdown overview of makes and vehicle generations.

3. get_sample_data

Export the full curated JSON sample dataset for direct ingestion into CAD workflows, SQL databases, or unit tests.

  • Input: {}
  • Output: Standardized JSON array of vehicle fitment objects.

πŸ“¦ Installation & Client Configuration

You can run the server instantly without installing any Python virtual environments using Node.js and npx.

1. Claude Desktop

Add the following configuration to your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "boltpatternhq": {
      "command": "npx",
      "args": ["-y", "boltpatternhq-mcp"]
    }
  }
}

2. Cursor IDE

In Cursor, open Settings -> Features -> MCP Servers -> Add new MCP server:

  • Name: boltpatternhq
  • Type: command
  • Command: npx -y boltpatternhq-mcp

3. Smithery CLI

To run or install via Smithery:

npx -y @smithery/cli install @double2dev/boltpatternhq-mcp --client claude

4. VS Code (Cline / Roo Code / Continue) & Windsurf

Add to your workspace or global MCP settings JSON:

{
  "mcpServers": {
    "boltpatternhq": {
      "command": "npx",
      "args": ["-y", "boltpatternhq-mcp"]
    }
  }
}

πŸš€ Building & Running Locally from Source

If you prefer to clone and modify the source code:

# Clone repository
git clone https://github.com/double2dev/boltpatternhq-mcp.git
cd boltpatternhq-mcp

# Install dependencies
npm install

# Compile TypeScript
npm run build

# Test server stdio launch
npm start

🏒 B2B Commercial Licensing & Master Dataset

This MCP server provides instant access to the BoltPatternHQ Public Sample Library for prototyping and AI debugging.

For production e-commerce websites, global tire/wheel export operations, and commercial parts-lookup systems, unlock the complete master database:

  • 11,601 Verified Model-Year Records (1992–2026)
  • 66 Global Automotive Manufacturers (JDM, USDM, Euro, ADM, EV platforms)
  • Standardized UTF-8 CSV & JSON Formats ready for instant SQL/ERP import
  • One-Time Buy-Once Lifetime License ($29 USD) β€” no recurring monthly MRR API fees!

πŸ‘‰ Download Master Database Here: https://boltpatternhq.com/


🌍 MCP Directory & Ecosystem Verification

This project is structured and verified for inclusion in the following global AI ecosystem registries:


πŸ“„ License

This MCP server wrapper and public sample data are open-sourced under the MIT License. Built with ❀️ by double2 @個人開発者.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured