Auction House PluginLightweightCommand

/setup-mcp

Connect the MarketCheck MCP server — one command, no npm, no local processes

$/setup-mcp API_KEY
Lightweight
Complexity
0
API Calls
$0.00 – $0.00
MC API Cost
$0.01 – $0.01
Total Cost

Purpose

The MarketCheck MCP server provides the live inventory, pricing, VIN decode, and market data APIs that power all skills in this plugin — from run list pricing to consignment sourcing to lane planning. Without it, skills can describe what they would analyze but cannot pull real data.

/setup-mcp configures the MarketCheck MCP server in one step. It finds or creates the appropriate config file, merges the MarketCheck entry while preserving any existing MCP servers, and instructs you to restart Claude Code to activate the connection.

Audience:All new users

Arguments

API_KEYoptional

Your MarketCheck API key. If omitted, the command will prompt for it.

How It Works

Execution flow. MCP tool calls are shown inline on each step.

01
Check Existing

If mcp__marketcheck__* tools are already available, confirms no action needed.

02
Collect Key

Uses $ARGUMENTS as key or prompts. Points to marketcheck.com for key acquisition.

03
Configure

Merges MarketCheck server entry into config file.

04
Confirm

Shows URL and config path. Instructs restart.

Example Output

MCP SETUP — MarketCheck
═══════════════════════

MarketCheck MCP configured successfully.

  Config file:  ~/.claude/.mcp.json
  Server name:  marketcheck
  Server URL:   https://mc-api.marketcheck.com/mcp?api_key=••••••••

NEXT STEPS
  1. Restart Claude Code to initialize the MCP connection
  2. Run /auction-house:onboarding to set up your profile
  3. Try: "What's selling in Texas?" — DMA market overview
  4. Try: "Who has aged inventory in Dallas?" — consignment leads

Cost Estimate

TierLightweight
API Calls0
MC API — best$0.00
MC API — worst$0.00
Claude — best$0.01
Claude — worst$0.01
Total range$0.01$0.01

One-time setup

Limitations

  • Requires a valid MarketCheck API key.
  • Requires restarting Claude Code after configuration.
Auction House Plugin
View all skills & commands