newegg-pc-builder
Installation
SKILL.md
Newegg PC Builder MCP Skill
Connects Claude to the Newegg PC Builder MCP service. This skill is fully dynamic: it discovers available tools at runtime and lets the LLM decide which tool to call and how to fill its parameters. No tool names or parameter names are hard-coded, so the skill continues to work even after the MCP server updates its API.
MCP Endpoint: https://apis.newegg.com/ex-mcp/endpoint/pcbuilder
Script: scripts/mcp_client.py
Core Workflow (always follow this order)
Step 1 — Discover tools
Always start by listing available tools. Never assume tool names or parameters from previous runs or documentation.
Related skills