Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Pulltrader Seller Economics

app.pulltrader/seller-economics

Compare what a trading-card seller keeps across eBay, Pulltrader, and other card marketplaces.

Uptime
100.0%
2 direct probes · 30d
Response
462ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

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 stor…

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…

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). Use this first when a user names a card in…

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). Use this when a user asks 'what is this card sell…

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. Use…

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. Use this when a us…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pulltrader_seller_economics": {
      "url": "https://mcp.pulltrader.app/mcp",
      "transport": "streamable-http"
    }
  }
}