CHARM
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., "@CHARMWhat is the spark plug gap for a 2001 Toyota Camry?"
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.
CHARM — OEM Automotive Data for AI Agents (MCP)
CHARM is an MCP server that gives AI agents authoritative OEM automotive repair data — factory service-manual part numbers, torque specs, fluid capacities, and procedures for vehicles 1982–2013, across 80+ makes.
Answers come straight from OEM factory service manuals, not a model's memory — so they're verifiable and source-attributed, not hallucinated. When a part number is identified, CHARM also returns links to purchase that exact part.
Built to be called by AI agents — Claude, ChatGPT, Gemini, and beyond.
Connect (hosted — no install)
Remote MCP endpoint (Streamable HTTP):
https://mcp.chatwithcharm.com/mcpClaude Code
claude mcp add --transport http charm https://mcp.chatwithcharm.com/mcpClaude Desktop — Settings → Connectors → Add custom connector → paste the URL above.
Config-file clients (Cursor, etc.)
{
"mcpServers": {
"charm": { "type": "http", "url": "https://mcp.chatwithcharm.com/mcp" }
}
}Then just ask naturally:
What's the front brake caliper part number for a 2009 Ford Taurus X, and where can I buy it?
What's the spark plug gap for a 2001 Toyota Camry?
Related MCP server: CarsXE
Tools
Tool | Description |
| Verified OEM part numbers, torque specs, fluid capacities, and service procedures. Pass |
| List all covered manufacturers. |
Coverage
Model years 1982–2013 — the DIY-repair sweet spot (out-of-warranty, owner-serviced vehicles).
80+ makes.
Data sourced directly from OEM factory service manuals — authoritative, not generated.
Self-hosting (optional)
You don't need to self-host to use CHARM — the hosted endpoint above is the easy path.
To run your own instance against the CHARM API, grab a free key at
https://chatwithcharm.com/api/v1/docs, then:
pip install mcp httpx
export CHARM_MCP_API_KEY="your_key_here"
python3 charm_mcp_http.py # Streamable HTTP (remote)
# or
python3 charm_mcp_server.py # stdio (local, e.g. Claude Desktop)License
MIT © Bitmacro
This server cannot be installed
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
- AlicenseCqualityDmaintenanceEnables access to comprehensive vehicle information including VIN decoding, license plate OCR, vehicle history checks (theft, title, salvage records), market valuations, specifications, and warranty data for vehicles across North America and Europe.Last updated611MIT
- AlicenseAqualityBmaintenanceDecode VINs, look up specs, history, recalls, market value, and OBD codes. Recognize license plates and VINs from images. Access comprehensive vehicle data by year, make, and model to power automotive workflows.Last updated12MIT
- AlicenseAqualityBmaintenanceProvides AI agents with instant, structured access to electronic component datasheets, pinouts, and electrical specifications without requiring PDF uploads. It enables seamless part searching, design validation, and side-by-side component comparisons across major hardware providers.Last updated12848MIT
- Flicense-qualityBmaintenanceProvides 25 interactive automotive intelligence tools for real-time market data, including VIN decoding, price predictions, and inventory analytics. It enables AI assistants to perform car searches, trade-in estimations, and market trend analysis using the Model Context Protocol.Last updated2
Related MCP Connectors
Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.
Electronic component datasheets for AI agents — specs, pinouts, package data on demand.
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
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/bitMacrocode/charm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server