autozonepro-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., "@autozonepro-mcp-serversearch for Duralast brake pads for 2018 Ford F-150 with cost and list price"
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.
autozonepro-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 MCP server for your AutoZone Pro commercial account. HTTP-first catalog/session client that returns commercial cost and list price for shop quoting.
What it does
Tool | Purpose |
| Auth, shop, store, sticky vehicle |
| Garage / VIN-saved vehicles |
| VIN → YMME + ACES ids |
| Keyword/PN search; cost + list_price |
| Part-group catalog (pads, rotors, etc.) |
| Refresh cost/list/core/store qty |
| Top-level categories |
| Optional local auth from a browser you name |
Quote rule: when building a job quote, always show cost and list side-by-side. Cost = what the shop pays; list = street/list.
Related MCP server: io.github.thehesiod/costco
Requirements
Python ≥ 3.10
AutoZone Pro commercial access you are authorized to use
Optional:
browser-cookie3for one-shot cookie export
Install
git clone <this-repo-url> autozonepro-mcp-server
cd autozonepro-mcp-server
pip install -e .
pip install browser-cookie3 # for cookie import# ~/.grok/config.toml
[mcp_servers.azpro]
command = "azpro-mcp"
enabled = truehermes mcp add azpro --command azpro-mcpAuthentication (local cookies)
Do not commit cookie files. Default path:
~/.config/autozonepro_cookies.jsonRecommended: AI-assisted browser import
Log into https://www.autozonepro.com in a browser on this computer.
When asked, name that browser (
brave,chrome,firefox, …).Agent runs
import_browser_cookies(browser="brave")only after you say yes.Session JWT is obtained via AZ Pro session APIs using those cookies—still local config + HTTPS to AutoZone.
CLI
python scripts/export_browser_cookies.py --browser braveEnv
Variable | Meaning |
| Cookie JSON path (default above) |
| Inline JSON (prefer file) |
Data handling
Cookie export is local and opt-in.
Traffic goes to AutoZone Pro APIs for your commercial account.
Authors do not collect or resell your credentials.
Full terms: DISCLAIMER.md.
Pair with labor + RO skill
alldata MCP → labor hours
shop-quote skill → dual-price RO templates
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.
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/autozonepro-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server