Compare what a trading-card seller keeps across eBay, Pulltrader, and other card marketplaces.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Pulltrader Seller Economics.
compare_selling_costsCompare estimated fees and seller net proceeds for one trading-card sale across selling methods.
Compare what a trading-card seller keeps across eBay and Pulltrader selling methods β inside your AI assistant.
A public, read-only Model Context Protocol server that estimates the net amount a trading-card seller keeps when selling the same card through eBay versus Pulltrader's selling methods (marketplace, Fulfilled by Pulltrader, branded storefront, and in-person POS).
Calculations are deterministic and use a dated, versioned fee schedule. The server performs the math itself β it never asks the model to infer fees from prose. eBay figures are clearly labeled estimates.
POST /mcp)https://mcp.pulltrader.app/mcpapp.pulltrader/seller-economicsTrading-card sellers, dealers, and shops deciding where to list a card and how much they'll take home β especially while comparing eBay against alternatives.
| Does | Doesn't |
|---|---|
| Estimate seller fees & net proceeds per method | Look up a card's market value or recent sales |
| Compare eBay (estimated) vs Pulltrader methods | Identify a card from text or image |
| Compute the price needed for a target net (via inputs) | Make any write/account changes |
| State its assumptions and limitations explicitly | Claim one platform is universally cheapest |
Card identification, comparable sales, and "what's it worth" are out of scope for this server (see ROADMAP).
compare_selling_costsCompare estimated fees and seller net proceeds for one trading-card sale across selling methods.
Inputs
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
sale_price | number | β | β | Per-item price, > 0 |
currency | enum USD | USD | Only USD supported | |
quantity | integer | 1 | Per-order fixed fees applied once | |
shipping_amount | number | 0 | Affects eBay's fee base | |
item_category | enum trading_cards | trading_cards | Only trading cards | |
seller_plan | enum free|starter|pro|shop | free | Marketplace payout tier | |
seller_covers_fees | boolean | false | If false, buyer pays the platform fee | |
ebay_store_subscription | boolean | false | Use eBay Store rate (12.35%) vs individual (13.25%) | |
methods | array | eBay + marketplace + storefront | Subset of supported methods | |
acquisition_cost | number | β | Estimates net profit per method | |
ebay_fee_percent_override | number | β | Override estimated eBay FVF % (flat) |
Supported methods: ebay, pulltrader_marketplace, pulltrader_fbp, pulltrader_storefront, pulltrader_pos, and estimated competitor marketplaces tcgplayer, manapool, misprint, fanatics_collect, goldin (off by default β opt in via methods). Competitor figures model fixed-price / Buy Now seller fees only; auction formats (hammer price, buyer's premium, negotiated consignment) are not modeled.
Output (structured): currency, sale_price, methods[] (each with gross_amount, estimated_total_fees, fee_breakdown, estimated_payout, effective_fee_rate, owns_listing, fulfilled_by, where_it_sells, estimated, notes), difference_from_baseline, best_for_seller, assumptions, inputs_used, fee_schedules, fee_schedule_version, warnings, calculated_at, disclaimer, related_url. A concise, neutral human summary is returned as text content.
eBay = 13.25% individual FVF + $0.40 per-order fee (orders over $10). The storefront keeps 100% because Pulltrader has no seller fee on storefront/POS β only the platform fee, paid by the buyer here. The platform fee is always charged on Pulltrader card sales (buyer pays by default).
Settings β Connectors β Add custom connector β URL https://mcp.pulltrader.app/mcp.
Settings β Apps & Connectors β Advanced β enable Developer mode β Create β URL https://mcp.pulltrader.app/mcp.
Add to your MCP client config:
Tested clients: Claude (web/Desktop), ChatGPT developer mode, Cursor, MCP Inspector. We do not claim universal compatibility with every assistant.
Public and read-only. A best-effort per-IP rate limit (default 60 req/min) guards the endpoint and returns HTTP 429 with Retry-After. There is no authenticated tier in this release.
Deploy and registry submission require explicit approval β see docs/DEPLOYMENT.md and docs/DISTRIBUTION.md. Do not deploy or publish from a development environment.
Card market context (comparable sales / pricing) is intentionally deferred. It will only be added if this MVP demonstrates useful repeat usage, acceptable cost, reliable outputs, meaningful seller intent, measurable conversion, and low support burden β and after data-licensing and abuse/auth review.
Built and maintained by Pulltrader. Support: support@pulltrader.app
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pulltrader-seller-economics-2)<a href="https://allmcps.com/mcp/pulltrader-seller-economics-2"><img src="https://allmcps.com/api/badge/pulltrader-seller-economics-2?style=directory" alt="Pulltrader Seller Economics on AllMCPs" /></a>