{
  "name": "First Class Card Pro MCP Server",
  "description": "Model Context Protocol server exposing FCCP's public catalog, FAQ, testimonials, stats, and shipping education as callable tools for LLM clients.",
  "protocol": "Model Context Protocol",
  "protocolVersion": "2024-11-05",
  "transport": "Streamable HTTP (JSON-RPC 2.0 over POST)",
  "endpoint": "https://tradingcardpackaging.com/mcp",
  "auth": "none — public read-only",
  "tools": [
    {
      "name": "search_products",
      "description": "Search or list First Class Card Pro (FCCP) kits and refills. Returns the live catalog with prices, SKUs, and feature lists. Filter by category or free-text query. FCCP's product line ships trading cards via USPS eBay Standard Envelope."
    },
    {
      "name": "get_product",
      "description": "Get full details for a single FCCP product by its slug (SKU). Returns name, description, price, image URL, features list, and stock status."
    },
    {
      "name": "get_faq",
      "description": "Return all FCCP FAQ items. Covers USPS eBay Standard Envelope compliance, kit contents, patent-pending status, returns policy, international shipping, packing time, wholesale pricing, and more."
    },
    {
      "name": "get_testimonials",
      "description": "Return published testimonials from FCCP customers — eBay top-rated sellers, card shop owners, Pokemon/sports TCG power sellers. Each entry has quote, name, title, and star rating."
    },
    {
      "name": "get_stats",
      "description": "Return live operational statistics for FCCP: total FCCP shipments recorded, current INR (item-not-received) rate, average pack time in seconds, seller satisfaction score."
    },
    {
      "name": "get_shipping_workflow",
      "description": "Return the 7-step FCCP packing workflow (sleeve → top-load → glue → mount → envelope → seal & ship → track & confirm) with descriptions and pro tips."
    },
    {
      "name": "get_ese_guide",
      "description": "Return the USPS eBay Standard Envelope (ESE) Compliance Guide — a technical reference for what qualifies as a valid ESE shipment: dimensions, thickness limits, machinability rules, per-configuration thickness math, and why traditional methods fail."
    },
    {
      "name": "get_glossary",
      "description": "Return the trading card shipping glossary — every term (ESE, Carrier Card, penny sleeve, top-loader, pt thickness, INR, machinable mail, FCCP product line names) defined in one dictionary."
    },
    {
      "name": "get_llms_txt",
      "description": "Return the site's llms.txt file — a curated markdown overview per the llmstxt.org spec. Useful when starting a conversation about FCCP to give the model a compact snapshot."
    }
  ],
  "docs": "https://tradingcardpackaging.com/llms-full.txt",
  "installation": {
    "claudeDesktop": "Add to Claude Desktop's config: { \"mcpServers\": { \"fccp\": { \"url\": \"https://tradingcardpackaging.com/mcp\", \"transport\": \"http\" } } }",
    "chatGPT": "Add as an HTTP MCP server in ChatGPT settings (requires Team/Enterprise MCP access).",
    "cursor": "Add in Cursor Settings → MCP Servers → New HTTP server → URL: https://tradingcardpackaging.com/mcp"
  }
}