{
  "service": "SpendGhost MCP server",
  "description": "Read-only MCP access to SpendGhost (product search, quotes, web research, image→product, balance, orders, cards).",
  "transports": {
    "streamableHttp": "https://mcp.spendghost.com/mcp",
    "sse": "https://mcp.spendghost.com/sse"
  },
  "auth": "Authorization: Bearer spendghost_pat_… (mint a PAT from your SpendGhost dashboard).",
  "connect": "claude mcp add --transport http spendghost https://mcp.spendghost.com/mcp --header \"Authorization: Bearer spendghost_pat_…\"",
  "tools": [
    "spendghost_search_products",
    "spendghost_get_quote",
    "spendghost_web_research",
    "spendghost_identify_from_image",
    "spendghost_get_balance",
    "spendghost_get_deposit_address",
    "spendghost_order_status",
    "spendghost_transaction_history",
    "spendghost_list_cards",
    "spendghost_card_balance"
  ]
}