BoltPatternHQ MCP Server
Welcome to the official Model Context Protocol (MCP) server for BoltPatternHQ. We've built an open-source bridge that connects advanced AI agents directly to our comprehensive database of over 10,000 automotive wheel fitment records.
What is MCP?
The Model Context Protocol (MCP) is an open standard introduced by Anthropic. It allows AI models (such as Claude 3.5 Sonnet) and AI-powered IDEs (like Cursor) to securely interact with local and remote data sources. By installing our MCP server, your AI assistant instantly gains the ability to query precise bolt patterns (PCD), center bores, offsets, and lug hardware specs for almost any vehicle.
Why Integrate Our Fitment Data?
Automotive developers, mechanics, and enthusiasts use our MCP server to give their AI assistants domain-specific context. Instead of relying on hallucinated or outdated wheel specs from the AI's training data, your agent will fetch verified, real-time specifications directly from the BoltPatternHQ API via the MCP protocol.
- Precision: Eliminate guesswork on critical specs like center bore and thread pitch.
- Speed: Allow Cursor or Claude Desktop to autonomously look up cross-compatibility when writing code or planning automotive builds.
- Seamless Integration: Runs instantly via
npxwith zero configuration required.
Official Directories & Repositories
We actively maintain and publish our MCP server across the major AI and developer ecosystems. Explore our integrations below:
GitHub Repository
View the open-source TypeScript codebase, contribute, and read the installation documentation.
NPM Registry
Install the package globally via npx: npx -y boltpatternhq-mcp
Glama.ai Directory
View our listing and quality score on the Glama Awesome MCP Servers registry.
Smithery.ai
Install our server directly into Claude Desktop using the Smithery auto-installer.
MCPServers.org
View our global listing on the MCPServers open directory.
Getting Started
To use the BoltPatternHQ MCP server in Claude Desktop, simply add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"boltpatternhq": {
"command": "npx",
"args": ["-y", "boltpatternhq-mcp"]
}
}
}
Once configured, you can ask Claude questions like: "What is the bolt pattern and center bore for a 2024 Honda Civic?"