x402 List

x402 Protocol Service Directory

Melchior Video Context

Data

Pay-per-request YouTube transcripts, cited evidence search, and context chunks for autonomous agents. Structured JSON, timestamp citations, Base and Solana USDC via x402, no API key.

Pay from $0.005 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://transcript.melchiorlabs.com WEBSITE https://transcript.melchiorlabs.com ENDPOINTS 1 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-21 MONITORED SINCE 2026-07-21

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
1535ms
avg response
1535ms
total checks
1
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 (p45 in Data)
price (min)
$0.005
category percentile (min)
p45 in Data
endpoints / prices
1 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides YouTube transcript search and context extraction services

category
video-transcripts
in
query params
youtubetranscriptssearchcontext-extraction

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /v1/youtube/search $0.005 Base/Solana USDC
1 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /v1/youtube/search returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://transcript.melchiorlabs.com/v1/youtube/search'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x174fA5CC0E9C170FC8f361a15fcce3d9271Df880",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 180
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9DqUuG8FVAPKWMNSLHQUfod1FhWZ47igMNz6muKrZDfu",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 180
      }
    ],
    "resource": {
      "url": "https://transcript.melchiorlabs.com/v1/youtube/search",
      "tags": [
        "youtube",
        "transcript",
        "search",
        "passages",
        "citations",
        "evidence"
      ],
      "iconUrl": "https://transcript.melchiorlabs.com/icon.svg",
      "mimeType": "application/json",
      "description": "Find transcript passages matching a phrase or terms in a public YouTube video, with timestamp citations.",
      "serviceName": "Melchior Video Context"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
              "query": "never gonna give you up",
              "language": "en",
              "maxResults": 5,
              "preferManual": true,
              "contextSegments": 1
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "query": "never gonna give you up",
              "usage": {
                "cache": "hit",
                "matchedSegments": 2,
                "returnedMatches": 1,
                "candidateSegments": 60
              },
              "video": {
                "id": "dQw4w9WgXcQ",
                "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
                "title": "Video title"
              },
              "matches": [
                {
                  "rank": 1,
                  "text": "Never gonna give you up...",
                  "score": 17,
                  "citation": {
                    "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ&t=42s",
                    "label": "0:42–0:49"
                  },
                  "endSeconds": 49,
                  "matchedTerms": [
                    "give",
                    "never"
                  ],
                  "startSeconds": 42
                }
              ],
              "requestId": "0b0ef10e-ff50-4a45-9c4e-b7344aa93f63"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "url",
                    "query"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "pattern": "^https://(?:www\\.|m\\.)?(?:youtube\\.com|youtu\\.be)/",
                      "description": "Public youtube.com or youtu.be video URL"
                    },
                    "query": {
                      "type": "string",
                      "maxLength": 500,
                      "minLength": 1,
                      "description": "Phrase or terms to match lexically in the transcript"
                    },
                    "language": {
                      "type": "string",
                      "default": "en",
                      "description": "Caption language code, such as en or es"
                    },
                    "maxResults": {
                      "type": "integer",
                      "default": 5,
                      "maximum": 10,
                      "minimum": 1
                    },
                    "preferManual": {
                      "type": "boolean",
                      "default": true
                    },
                    "contextSegments": {
                      "type": "integer",
                      "default": 1,
                      "maximum": 5,
                      "minimum": 0
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-21 · uptime 100.0% · 621ms avg07-2107-21
RESPONSE TIME
07-21 · 621ms avg07-21 · 621ms avg07-2107-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 639ms
TOTAL CHECKS 17

RECENT CHECKS

TIME STATUS RESP
● OK 917ms
● OK 563ms
● OK 257ms
● OK 221ms
● OK 601ms
● OK 161ms
● OK 461ms
● OK 152ms
● OK 316ms
● OK 608ms
● SLOW 1541ms
● OK 282ms
● SLOW 1047ms
● OK 643ms
● OK 544ms
● SLOW 1006ms
● SLOW 1535ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/melchior-video-context/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

PRICE (captured 402, USD)
building price history ($0.005)
SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that Melchior Video Context is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Melchior Video Context listed on x402-list
status
Melchior Video Context uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/melchior-video-context?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/melchior-video-context.svg" alt="Melchior Video Context listed on x402-list" height="28">
</a>
// Markdown
[![Melchior Video Context on x402-list](https://x402-list.com/badge/melchior-video-context.svg)](https://x402-list.com/services/melchior-video-context?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/melchior-video-context?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/melchior-video-context.svg?data=uptime" alt="Melchior Video Context uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]