← gepco.fr
INDIVIDUAL MCP TOOL
find_part_for_vehicle
Find auto parts compatible with a specific vehicle.
LIVE ENDPOINT
https://gepco.fr/mcp
Connect to this endpoint to inspect the live schema for find_part_for_vehicle and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gepco-mcp]
url = "https://gepco.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gepco-mcp": {
"type": "http",
"url": "https://gepco.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gepco-mcp
Remote MCP URL: https://gepco.fr/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gepco-mcp": {
"url": "https://gepco.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gepco-mcp": {
"type": "http",
"url": "https://gepco.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gepco-mcp",
"transport": "streamable-http",
"url": "https://gepco.fr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_catalog— Search GEPCO catalog by free-text query.search_faqs— Search GEPCO Knowledge Base — technical questions, how-to guides, fitment FAQs, policies.get_product_details— Get full product details by handle: title, description, price, availability, variants, images.add_compatible_part_to_cart— One-step: find best-matching part for a vehicle and add it to a Shopify cart.quick_buy_compatible_part— Express checkout: find best-matching part, add to cart, return ready-to-pay checkout URL.