← pulltrader.app

INDIVIDUAL MCP TOOL

search_card_sales

Return a capped sample of recent comparable SOLD listings for a trading card (price + sale date), plus a market snapshot (median, range, sample size).

pulltrader.appnone authenticationAvailability not checked

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 endpoint

pulltrader.app

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.pulltrader-mcp]
url = "https://mcp.pulltrader.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pulltrader-mcp": {
      "type": "http",
      "url": "https://mcp.pulltrader.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pulltrader-mcp
Remote MCP URL: https://mcp.pulltrader.app/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": {
    "pulltrader-mcp": {
      "url": "https://mcp.pulltrader.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "pulltrader-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.pulltrader.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compare_selling_costs — Compare estimated fees and the net amount a trading-card seller keeps when selling the SAME card across eBay (estimated), Pulltrader selling methods (marketplace, Fulfilled by Pulltrader, branded storefront, and in-person POS), and other marketplaces (TCGplayer, Mana Pool, Misprint, Fanatics Collect, Goldin — estimated fixed-price/Buy Now seller fees).
  • calculate_required_sale_price — Given a target take-home amount, compute the per-item sale price a trading-card seller must list at to net that amount on ONE selling method, after fees — eBay (estimated), a Pulltrader selling method (marketplace, Fulfilled by Pulltrader, branded storefront, in-person POS), or an estimated competitor marketplace (TCGplayer, Mana Pool, Misprint, Fanatics Collect, Goldin).
  • explain_selling_method — Return a plain, structured explanation of one or more supported trading-card selling methods: who owns the listing, who fulfills, where it sells, the fee components that apply, and important caveats.
  • identify_card — Resolve a natural-language trading-card description into structured fields (player/athlete, year, set, card number, parallel, grader, grade, sport/category).
  • summarize_card_market — Return a canonical market summary for a trading card from recent comparable sales: median, mean, 10th–90th percentile range, volatility, and a confidence level based on sample size and dispersion.
  • get_card_price_history — Return a chart-ready price-history series for a trading card, aggregated from recent comparable sold sales into day/week/month buckets with a median per bucket and an overall trend.