api.you.com
Connect any MCP-enabled tool (Claude Code, Cursor, VS Code, JetBrains, and more) to https://api.you.com/mcp?
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"type": "https://paymentauth.org/problems/payment-required",
"title": "Payment Required",
"detail": "Payment is required.",
"status": 402,
"challengeId": "TmLz-8uIYZTIzg5HkqmSaPxVOGjciQXLOzE0ZjDsAIs"
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.005 USDC on Base to 0xc327…0815f. The signed payment is good for 10 minutes.
- Paid to
- 0xc327…0815f
- USD Coin contract
- 0x8335…02913
- Payment window
- 10 minutes
- As published
- 5000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- GBQ2Fr…YQ5GX
- Token contract
- EPjFWd…TDt1v
- Payment window
- 10 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xc327D0aEb5f65B514b193b5e5A95cC6F4060815f",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 600
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "GBQ2FrH49gvKXu1zg7tguoLwaofn5S4NnuMs5JSYQ5GX",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 600
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"count": 10,
"query": "NVDA earnings guidance Q2 2026"
}
},
"output": {
"type": "json",
"example": {
"results": {
"web": [
{
"url": "https://example.com/nvda-guidance",
"title": "NVIDIA raises Q2 revenue guidance",
"page_age": "2026-08-01T14:02:00",
"snippets": [
"NVIDIA expects revenue of ... driven by data-center GPU demand."
],
"description": "NVIDIA lifted its outlook on data-center demand.",
"favicon_url": "https://example.com/favicon.ico",
"thumbnail_url": "https://example.com/thumb/nvda-guidance.jpg"
}
],
"news": [
{
"url": "https://example.com/nvda-earnings-call",
"title": "NVIDIA earnings call: guidance above consensus",
"page_age": "2026-08-01T14:02:00",
"description": "Management guided next quarter above consensus.",
"thumbnail_url": "https://example.com/thumb/nvda-call.jpg"
}
]
},
"metadata": {
"query": "NVDA earnings guidance Q2 2026",
"latency": 0.42,
"search_uuid": "0a1d1f6e-6a1a-4a6e-9a9a-5f4f2b7d3c11"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"query"
],
"properties": {
"count": {
"type": "integer",
"default": 10,
"maximum": 100,
"minimum": 1,
"description": "Number of results to return, capped at 100. Also sets the number of pages charged for when livecrawl is enabled."
},
"query": {
"type": "string",
"maxLength": 40000,
"description": "The web search query."
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code for geographic focus."
},
"freshness": {
"type": "string",
"description": "Recency filter: day | week | month | year, or a date range 'YYYY-MM-DDtoYYYY-MM-DD'."
},
"livecrawl": {
"enum": [
"web",
"news",
"all"
],
"type": "string",
"description": "Fetch live page contents for the results instead of serving index snippets alone. Priced per result on top of the base call price, so the quoted amount scales with count. Omit for the base price."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"results",
"metadata"
],
"properties": {
"results": {
"type": "object",
"properties": {
"web": {
"type": "array",
"items": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Result URL."
},
"title": {
"type": "string"
},
"contents": {
"type": "object",
"description": "Scraped page contents, keyed by requested format (default 'html'). Present only when livecrawl was requested and the fetch succeeded."
},
"page_age": {
"type": "string",
"description": "Publication timestamp, when the source exposes one. Naive ISO-8601 ('2026-08-01T14:02:00') — no timezone offset and no trailing 'Z'."
},
"snippets": {
"type": "array",
"items": {
"type": "string"
},
"description": "Index snippets matching the query. Emitted on 'web' results; 'news' results carry 'description' instead and have no snippets."
},
"description": {
"type": "string"
},
"favicon_url": {
"type": "string"
},
"source_name": {
"type": "string"
},
"thumbnail_url": {
"type": "string"
},
"original_thumbnail_url": {
"type": "string"
}
}
}
},
"news": {
"type": "array",
"items": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Result URL."
},
"title": {
"type": "string"
},
"contents": {
"type": "object",
"description": "Scraped page contents, keyed by requested format (default 'html'). Present only when livecrawl was requested and the fetch succeeded."
},
"page_age": {
"type": "string",
"description": "Publication timestamp, when the source exposes one. Naive ISO-8601 ('2026-08-01T14:02:00') — no timezone offset and no trailing 'Z'."
},
"snippets": {
"type": "array",
"items": {
"type": "string"
},
"description": "Index snippets matching the query. Emitted on 'web' results; 'news' results carry 'description' instead and have no snippets."
},
"description": {
"type": "string"
},
"favicon_url": {
"type": "string"
},
"source_name": {
"type": "string"
},
"thumbnail_url": {
"type": "string"
},
"original_thumbnail_url": {
"type": "string"
}
}
}
}
},
"description": "Page results keyed by section: 'web' and 'news'. A section is omitted when it returned no results, so do not assume any key is present; an all-empty response is '{}'.",
"additionalProperties": {
"type": "array"
}
},
"metadata": {
"type": "object",
"required": [
"query",
"search_uuid",
"latency"
],
"properties": {
"query": {
"type": "string",
"description": "The query as searched."
},
"latency": {
"type": "number",
"description": "Server-side latency in seconds."
},
"search_uuid": {
"type": "string",
"description": "Request identifier, useful when reporting issues."
}
}
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-23 23:01Z
- Last indexed by Roundhouse
- 2026-09-24 15:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 13:15Z
- x402 version
- 2
- Max timeout
- 600s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service api.you.com and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=api.you.com' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://api.you.com/v1/search, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.