{
  "name": "quietstore",
  "version": "1.0.0",
  "transport": "streamable-http-stateless",
  "protocolVersion": "2025-03-26",
  "endpoint": "https://quietstore-production.edge-7e13f.workers.dev/mcp",
  "methods": [
    "initialize",
    "tools/list",
    "tools/call",
    "ping"
  ],
  "tools": [
    {
      "name": "quietstore_catalog",
      "description": "Fetch free GET /v1/catalog (pack list + prices + tools)."
    },
    {
      "name": "quietstore_get_pack",
      "description": "Fetch GET /v1/packs/:id. Omit payment_signature for HTTP 402 requirements; pass a buyer-created PAYMENT-SIGNATURE to purchase or re-serve."
    },
    {
      "name": "quietstore_list_tools",
      "description": "Fetch free GET /v1/tools (metered loop tools catalog)."
    },
    {
      "name": "quietstore_call_tool",
      "description": "POST /v1/tools/:id with JSON body. Unpaid returns 402; pass payment_signature for a metered call."
    }
  ],
  "example": {
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "quietstore_catalog",
      "arguments": {}
    }
  },
  "catalog": "https://quietstore-production.edge-7e13f.workers.dev/v1/catalog",
  "openapi": "https://quietstore-production.edge-7e13f.workers.dev/openapi.json",
  "llms_txt": "https://quietstore-production.edge-7e13f.workers.dev/llms.txt"
}