← gepco.pl

INDIVIDUAL MCP TOOL

quick_buy_compatible_part

Express checkout: find best-matching part, add to cart, return ready-to-pay checkout URL.

gepco.plnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.gepco.pl/mcp

No auth detected

Connect to this endpoint to inspect the live schema for quick_buy_compatible_part and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

gepco.pl

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://www.gepco.pl/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gepco-mcp": {
      "type": "http",
      "url": "https://www.gepco.pl/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gepco-mcp
Remote MCP URL: https://www.gepco.pl/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://www.gepco.pl/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gepco-mcp": {
      "type": "http",
      "url": "https://www.gepco.pl/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gepco-mcp",
  "transport": "streamable-http",
  "url": "https://www.gepco.pl/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.
  • find_part_for_vehicle — Find auto parts compatible with a specific vehicle.
  • 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.