# LION Trend Intent MCP – Hardware-Wallet Buyer Intent Signal CSV

> LION Trend Intent MCP – Hardware-Wallet Buyer Intent Signal CSV is a paid API for AI agents from gleaming-cassata-d41682.netlify.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a CSV of hardware-wallet buyer-intent and self-custody onboarding-friction signals, including search volume, difficulty, buyer-intent scores, and confidence scores per topic/query, paid via x402 at $0.01 USDC on Base mainnet.

## Facts

- Endpoint: GET https://gleaming-cassata-d41682.netlify.app/api/x402/trend-intent-raw-signal-csv
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lion-trend-intent-mcp-hardware-wallet-buyer-intent-signal-csv-d502f0d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_23LP7PJphAT6Ejl3yU9vU

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability lion-trend-intent-mcp-hardware-wallet-buyer-intent-signal-csv-d502f0d8
```

Example prompt: Pull me the latest hardware-wallet buyer-intent signal CSV from LION Trend Intent — I want to see which ledger-vs-trezor queries have the highest buyer_intent_score and confidence_score right now, along with their monthly search volume and difficulty.

## When to prefer this

Choose this endpoint when you need structured, scored buyer-intent data specifically for hardware-wallet and self-custody crypto topics, want raw CSV output with per-query signals, and are operating in an x402-enabled payment context on Base mainnet. Prefer over general SEO APIs when the focus is crypto hardware wallet purchase intent and onboarding friction signals with confidence scoring.

## Known failure modes

- 402 Payment Required if x402 USDC payment on Base mainnet is not provided or fails
- Empty or malformed CSV if no signals are currently indexed
- Network/hosting error from Netlify if service is unavailable
- Payment amount mismatch if less than $0.01 USDC is sent

## How this service works

Read-only x402-paid MCP data service. Hardware-wallet buyer-intent and self-custody onboarding-friction signals. $0.01 USDC on Base mainnet. No PII.

## Output

A CSV file with rows containing topic, query/tag, source and evidence class, public title/snippet, source domain, capture timestamp, monthly search volume, keyword difficulty (0–1), buyer intent score (0–1), confidence score (0–1), and payout currency relevance (e.g. USDC) — one row per tracked hardware-wallet or self-custody search signal.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "enum": [
      "http"
     ],
     "type": "string"
    },
    "method": {
     "enum": [
      "GET",
      "POST"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object"
  }
 },
 "additionalProperties": false
}
```

## Response schema (JSON Schema)

```json
{
 "type": "csv",
 "example": "row_id,topic,query_or_tag,source_class,evidence_class,public_title,public_snippet,source_domain,captured_at,search_volume_monthly,difficulty,buyer_intent_score,confidence_score,payout_currency_relevance\nr1,ledger_vs_trezor,ledger-vs-trezor,LIVE_PUBLIC_READ,LIVE_PUBLIC_READ,Example Title,Example Snippet,example.com,2026-05-23,1000,0.5,0.81,0.7,USDC",
 "header_columns": [
  "row_id",
  "topic",
  "query_or_tag",
  "source_class",
  "evidence_class",
  "public_title",
  "public_snippet",
  "source_domain",
  "captured_at",
  "search_volume_monthly",
  "difficulty",
  "buyer_intent_score",
  "confidence_score",
  "payout_currency_relevance"
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lion-trend-intent-mcp-hardware-wallet-buyer-intent-signal-csv-d502f0d8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gleaming-cassata-d41682.netlify.app](https://www.zero.xyz/host/gleaming-cassata-d41682.netlify.app/llms.txt)
