{
  "name": "LION Hardware-Wallet Buyer-Intent Signal",
  "description": "Read-only x402-paid trend-intent MCP tools for JSON and CSV signals.",
  "protocol": "x402",
  "network": "eip155:8453",
  "asset": "USDC",
  "price": "$0.01",
  "wallet": "0x84c2e2ec19a4b467D89fE3F008591DEEA884d9Ac",
  "baseUrl": "https://gleaming-cassata-d41682.netlify.app",
  "endpoints": [
    {
      "path": "/api/x402/trend-intent-raw-signal-json",
      "method": "GET",
      "price": "$0.01",
      "description": "Hardware-wallet buyer-intent + self-custody onboarding-friction signals as JSON. Decision-stage crypto purchase research with Ledger vs Trezor comparison demand, Bitcoin-only wallet research, under-$100 wallet queries, DeFi hardware-wallet intent."
    },
    {
      "path": "/api/x402/trend-intent-raw-signal-csv",
      "method": "GET",
      "price": "$0.01",
      "description": "Hardware-wallet buyer-intent + self-custody onboarding-friction signals as flat CSV. Same column set as the JSON variant; optimised for spreadsheet / pipeline ingestion in affiliate routing, comparison-content research, and agent decision routing workflows."
    }
  ],
  "data_policy": {
    "pii": false,
    "emails": false,
    "accounts": false,
    "tracking": false,
    "private_data": false
  },
  "positioning": {
    "primary_framing": "hardware_wallet_buyer_intent_plus_self_custody_onboarding_friction_intelligence",
    "buyer_intent_clusters_covered": [
      "ledger_vs_trezor",
      "btc_only_wallet",
      "under_100_wallet",
      "defi_hw_wallet",
      "self_custody_onboarding",
      "wallet_comparison_demand"
    ],
    "evidence_class_set": [
      "LIVE_PUBLIC_READ",
      "MANUS_RECON",
      "GEMINI_RECON",
      "PERPLEXITY_RECON",
      "FIRST_PARTY_TELEMETRY",
      "ARCHITECT_DERIVED"
    ],
    "allowed_use": "affiliate routing, comparison-content editorial research, agent decision routing context, non-PII public signal intelligence",
    "excluded_use": "no investment advice, no trading signals, no tax strategy, no guaranteed returns, no PII enrichment, no outreach, no hidden sponsorship, no page-builder workflows"
  },
  "mcp": {
    "transport": "streamable_http",
    "endpoint": "/api/mcp",
    "endpoint_url": "https://gleaming-cassata-d41682.netlify.app/api/mcp",
    "json_rpc_methods_supported": [
      "initialize",
      "tools/list",
      "tools/call"
    ],
    "get_behavior": "405_method_not_allowed_no_sse",
    "server": {
      "name": "lion-trend-intent-mcp",
      "version": "0.2.0",
      "protocolVersion": "2025-03-26"
    },
    "tools": [
      {
        "name": "lion_trend_intent_signal_json",
        "description": "Hardware-wallet buyer-intent + self-custody onboarding-friction intelligence as JSON. Non-PII public-signal feed covering Ledger vs Trezor comparison demand, Bitcoin-only wallet research, under-$100 wallet shopper queries, DeFi hardware-wallet intent, and adjacent decision-stage crypto purchase research. Designed for agent routing, affiliate / comparison-content workflows, and research context.",
        "paid_route": "/api/x402/trend-intent-raw-signal-json",
        "price": "$0.01",
        "protocol": "x402",
        "network": "base-mainnet",
        "asset": "USDC",
        "outputSchemaSummary": "application/json; records[] envelope of hardware-wallet buyer-intent rows. See outputSchemaPreview for the field set.",
        "outputSchemaPreview": {
          "preview_kind": "structure_only_no_sample_rows",
          "envelope": "records[] (JSON) or one row per signal (CSV); header columns aligned across variants",
          "fields": [
            { "name": "buyer_intent_cluster", "type": "string", "description": "Cluster label, e.g. hardware_wallets, ledger_vs_trezor, btc_only_wallet, under_100_wallet, defi_hw_wallet, self_custody_onboarding." },
            { "name": "query_or_signal", "type": "string", "description": "The observed public query, headline, or signal phrase that anchors the row." },
            { "name": "source_class", "type": "string", "description": "Provenance class of the row." },
            { "name": "evidence_class", "type": "string", "description": "Evidence tier." },
            { "name": "market_relevance_score", "type": "number", "description": "0..1 hardware-wallet-market relevance." },
            { "name": "buyer_intent_score", "type": "number", "description": "0..1 decision-stage purchase research intent." },
            { "name": "crypto_native_score", "type": "number", "description": "0..1 crypto-native anchoring." },
            { "name": "payout_relevance_score", "type": "number", "description": "0..1 alignment with a LION payout rail." },
            { "name": "competition_gap_score", "type": "number", "description": "0..1 competitive gap in agent-facing surfaces." },
            { "name": "legal_poison_score", "type": "number", "description": "0..1 hard-RED exposure score (always 0 in shipped rows)." },
            { "name": "confidence", "type": "string", "description": "HIGH / MEDIUM / LOW." },
            { "name": "allowed_use", "type": "string", "description": "Permitted use." },
            { "name": "excluded_use", "type": "string", "description": "Forbidden use." },
            { "name": "no_pii_confirmed", "type": "boolean", "description": "Row-level non-PII guarantee." }
          ],
          "excludes_intentionally": [
            "paid_rows",
            "raw_csv",
            "raw_json_payload",
            "sample_rows",
            "full_dataset",
            "private_evidence",
            "pii"
          ]
        }
      },
      {
        "name": "lion_trend_intent_signal_csv",
        "description": "Hardware-wallet buyer-intent + self-custody onboarding-friction intelligence as flat CSV. Same column set as the JSON variant, covering Ledger vs Trezor comparison demand, Bitcoin-only wallet research, under-$100 wallet shopper queries, DeFi hardware-wallet intent, and adjacent decision-stage crypto purchase research. Optimised for spreadsheet / pipeline ingestion in affiliate routing, comparison-content research, and agent decision routing workflows.",
        "paid_route": "/api/x402/trend-intent-raw-signal-csv",
        "price": "$0.01",
        "protocol": "x402",
        "network": "base-mainnet",
        "asset": "USDC",
        "outputSchemaSummary": "text/csv; one row per hardware-wallet buyer-intent signal, columns aligned with the JSON variant.",
        "outputSchemaPreview": {
          "preview_kind": "structure_only_no_sample_rows",
          "envelope": "records[] (JSON) or one row per signal (CSV); header columns aligned across variants",
          "fields": [
            { "name": "buyer_intent_cluster", "type": "string" },
            { "name": "query_or_signal", "type": "string" },
            { "name": "source_class", "type": "string" },
            { "name": "evidence_class", "type": "string" },
            { "name": "market_relevance_score", "type": "number" },
            { "name": "buyer_intent_score", "type": "number" },
            { "name": "crypto_native_score", "type": "number" },
            { "name": "payout_relevance_score", "type": "number" },
            { "name": "competition_gap_score", "type": "number" },
            { "name": "legal_poison_score", "type": "number" },
            { "name": "confidence", "type": "string" },
            { "name": "allowed_use", "type": "string" },
            { "name": "excluded_use", "type": "string" },
            { "name": "no_pii_confirmed", "type": "boolean" }
          ],
          "excludes_intentionally": [
            "paid_rows",
            "raw_csv",
            "raw_json_payload",
            "sample_rows",
            "full_dataset",
            "private_evidence",
            "pii"
          ]
        }
      }
    ],
    "session": "stateless",
    "auth": "none",
    "data_policy": {
      "pii": false,
      "emails": false,
      "accounts": false,
      "tracking": false,
      "private_data": false,
      "tools_call_returns_paid_data": false
    }
  }
}
