partsgeek-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., "@partsgeek-mcp-serversearch parts for 2015 Ford F-150 brake pads"
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.
partsgeek-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 public catalog / cart estimate workflows on PartsGeek. Designed for price comparison against shop commercial pricing—not for placing orders.
Safety hard rules
Never checkout. No PayPal, Fastlane, cards, or Place Order.
Cart page only (
/cart/) for shipping / fee estimates.Do not open
/checkout/or payment UI.
Related MCP server: DigiKey MCP Server
What it does
Tool | Purpose |
| Y/M/M + keyword → hits with clickable URLs + prices |
| Product detail (SKU, fitment, ships note, url) |
| Add product URLs to cart; return subtotal + expedited + protection + S&H |
| Drop Playwright session / cookies |
Default ship-to note for estimates (override when calling the tool):18440 Paulson Drive, Port Charlotte, FL 33954 (example shop address—change for your shop).
Requirements
Python ≥ 3.10
Playwright Chromium
No PartsGeek account required for basic search/cart estimate
Install
git clone <this-repo-url> partsgeek-mcp-server
cd partsgeek-mcp-server
pip install -e .
playwright install chromium# ~/.grok/config.toml
[mcp_servers.partsgeek]
command = "partsgeek-mcp"
enabled = true
[mcp_servers.partsgeek.env]
PARTSGEEK_HEADLESS = "1"
PARTSGEEK_TIMEOUT = "180"hermes mcp add partsgeek --command partsgeek-mcp \
--env PARTSGEEK_HEADLESS=1 PARTSGEEK_TIMEOUT=180Authentication
PartsGeek catalog browsing does not require a shop login. The tool drives a local headless browser on your machine for search/cart DOM only.
There is no import_browser_cookies step for PartsGeek accounts. If you ever log into PartsGeek in that browser profile, treat it like any other local session and do not commit cookie jars.
Data handling
Runs entirely on your device (Playwright + HTTPS to PartsGeek).
Authors do not operate a credential-collection backend.
Full terms: DISCLAIMER.md.
Pair with shop quoting
Use azpro for commercial cost/list and alldata for labor. The shop-quote skill documents dual-source RO format and requires clickable product links for PartsGeek lines.
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-qualityCmaintenanceEnables interaction with Amazon's Product Advertising API to search for and retrieve product information from Amazon marketplaces. Supports multiple Amazon regions and marketplaces with configurable host, region, and partner credentials.MIT
- Alicense-qualityDmaintenanceProvides access to the DigiKey Product Search API v4, allowing users to search for electronic components and retrieve detailed product specifications. It supports keyword searches, pricing inquiries, manufacturer lookups, and access to technical datasheets.2MIT
- Alicense-qualityCmaintenanceProvides tools to search the Mouser Electronics parts catalog via keyword, part number, and manufacturer queries using the Mouser Search API.1MIT
- Alicense-qualityDmaintenanceEnables searching and retrieving detailed product specifications from McMaster-Carr using part numbers or search queries.MIT
Related MCP Connectors
Hosted no-auth MCP for exact-spec packaging search, live price, stock, cart handoff, and no-match.
Decodes US VINs and looks up open NHTSA safety recall campaigns for a vehicle.
Routes natural-language shopping queries to merchant storefronts, returns normalized results.
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/partsgeek-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server