alldata-mcp-server

alldata-mcp-server

Local MCP server for searching your ALLDATA repair subscription using your browser session, enabling AI agents to access labor times, procedures, TSBs, DTCs, and wiring diagrams.

Category
访问服务器

README

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_vehicle_options List engines/drivelines for Y/M/M
select_vehicle_option Bind carid after listing
lookup_vin Fast VIN → vehicle + carid
get_labor Parts & Labor standard hours (quoting)
search_alldata / get_procedure Repair content
search_tsbs Bulletins newest-first
lookup_dtc DTC lookup
get_wiring_diagram Wiring assets
import_browser_cookies Optional local auth from a browser you name
get_session_status Auth health
cleanup_screenshots GC debug screenshots

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 chromium

Register with your agent host (examples):

# ~/.grok/config.toml
[mcp_servers.alldata]
command = "alldata-mcp"
enabled = true
hermes mcp add alldata --command alldata-mcp

Authentication (local cookies)

Secrets never belong in git. Default cookie file:

~/.config/alldata_cookies.json

Recommended: AI-assisted browser import

  1. Log into https://my.alldata.com in a browser on this computer.
  2. When the agent asks, tell it which browser (e.g. brave, chrome, firefox).
  3. Agent calls import_browser_cookies(browser="brave") only after you consent.
  4. 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.json

Env (optional)

Variable Meaning
ALLDATA_COOKIES_FILE Path to JSON cookie map (default above)
ALLDATA_COOKIES Inline JSON (prefer file)
ALLDATA_USERNAME / ALLDATA_PASSWORD Less reliable than cookies
ALLDATA_DEBUG=1 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 -q

License

MIT — see LICENSE.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选