alldata-mcp-server
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., "@alldata-mcp-serverlookup DTC P0301 for a 2019 Chevy Silverado"
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.
alldata-mcp-server
Notice: Open-source local tooling provided AS IS by the authors and contributors; not affiliated with ALLDATA, AutoZone, PartsGeek, or any OEM—use only with accounts you control and at your own risk (see DISCLAIMER.md).
License: MIT
Local Model Context Protocol server for your ALLDATA repair subscription. Runs on your machine, uses your login/session, and exposes search, labor times, procedures, TSBs, DTCs, and wiring helpers to an AI agent (Grok, Hermes, Claude, etc.).
What it does
Tool | Purpose |
| List engines/drivelines for Y/M/M |
| Bind carid after listing |
| Fast VIN → vehicle + carid |
| Parts & Labor standard hours (quoting) |
| Repair content |
| Bulletins newest-first |
| DTC lookup |
| Wiring assets |
| Optional local auth from a browser you name |
| Auth health |
| GC debug screenshots |
Related MCP server: agentify-desktop
Requirements
Python ≥ 3.10
Active ALLDATA subscription you are authorized to use
Optional: Playwright Chromium for SPA-heavy paths
Install
git clone <this-repo-url> alldata-mcp-server
cd alldata-mcp-server
pip install -e .
# optional SPA support:
pip install playwright browser-cookie3
playwright install chromiumRegister with your agent host (examples):
# ~/.grok/config.toml
[mcp_servers.alldata]
command = "alldata-mcp"
enabled = truehermes mcp add alldata --command alldata-mcpAuthentication (local cookies)
Secrets never belong in git. Default cookie file:
~/.config/alldata_cookies.jsonRecommended: AI-assisted browser import
Log into https://my.alldata.com in a browser on this computer.
When the agent asks, tell it which browser (e.g.
brave,chrome,firefox).Agent calls
import_browser_cookies(browser="brave")only after you consent.Cookies are written on disk under your home directory and used for subsequent API calls.
CLI (same thing)
python scripts/export_browser_cookies.py --browser brave
# → ~/.config/alldata_cookies.jsonEnv (optional)
Variable | Meaning |
| Path to JSON cookie map (default above) |
| Inline JSON (prefer file) |
| Less reliable than cookies |
| Extra logging / screenshots |
Data handling
Cookie export and session files stay on your device.
Network calls go to ALLDATA hosts for the subscription you already use.
The authors do not operate a backend that harvests your credentials.
Full terms: DISCLAIMER.md.
Honda / truck note
For CR-V, Pilot, Ridgeline, Odyssey, Passport, HR-V, etc., pass make="Honda Truck".
Pair with shop quoting
Use with azpro (commercial cost + list) and the shop-quote skill for full RO format.
Development
pytest -qLicense
MIT — see LICENSE.
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
- Alicense-qualityAmaintenanceAn MCP Server that enables AI assistants to interact with your local browsers.2,86854MIT

agentify-desktopofficial
Alicense-qualityBmaintenanceMCP server that enables AI tools to control local browser sessions for ChatGPT, Claude, and other AI services, supporting querying, navigation, file uploads, and artifact management.65529Mozilla Public 2.0- Flicense-qualityDmaintenanceEnables tool-calling LLMs to search the internet, capture website images, extract webpage text, and more via a local MCP server.14
- Alicense-qualityCmaintenanceLocal MCP server bridging ChatGPT Web to local tools for file, shell, git, test, and process management with secure policy controls.MIT
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
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/cozadizzle/alldata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server