Server data from the Official MCP Registry
OEM automotive repair data - part numbers, torque specs, procedures for 1982-2013 vehicles.
OEM automotive repair data - part numbers, torque specs, procedures for 1982-2013 vehicles.
Remote endpoints: streamable-http: https://mcp.chatwithcharm.com/mcp
Valid MCP server (0 strong, 6 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-bitmacrocode-charm": {
"url": "https://mcp.chatwithcharm.com/mcp"
}
}
}From the project's GitHub README.
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.
Remote MCP endpoint (Streamable HTTP):
https://mcp.chatwithcharm.com/mcp
Claude Code
claude mcp add --transport http charm https://mcp.chatwithcharm.com/mcp
Claude 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?
| Tool | Description |
|---|---|
charm_lookup(query, year?, make?, model?, system?) | Verified OEM part numbers, torque specs, fluid capacities, and service procedures. Pass year+make+model for a precise, isolated answer. |
charm_list_makes() | List all covered manufacturers. |
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)
MIT © Bitmacro
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.