satorntcg-mcpserver

satorntcg/satorntcg-mcpserver
★ 0 stars JavaScript AI/LLM Updated 1d ago
MCP server exposing live TCG inventory, pricing, and P&L data as tools for LLM clients like Claude Desktop
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "satorntcg-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "satorntcg/satorntcg-mcpserver"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes live TCG resale/inventory data — pricing, alerts, profit & loss, eBay listings — as tools an LLM client (Claude Desktop, Claude Code, etc.) can call directly. Instead of opening a dashboard, you can just ask: *"what's underpriced right now"* or *"how is the Gothic box performing"* and get an answer grounded in real data.

Tools (6)

get_box_pnlget_ebay_listingsget_global_pnlget_inventory_summaryget_latest_pricesget_price_alerts