Multi-Source News
35 APIs and 183 operations your agent can buy one call at a time. $0.01–$0.05 per call in USDC on base via x402. No API key, no account, no subscription.
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.
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.02 USDC on Base to 0x54eb…70d5B. The signed payment is good for 1 minute.
- Paid to
- 0x54eb…70d5B
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 20000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x54ebFCF3870439B9db62381848c5DabC05c70d5B",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
]Extensions
{
"help": {
"docs": "https://x402.professorsausages.com/news",
"sample": "https://x402.professorsausages.com/news/sample",
"example": "https://x402.professorsausages.com/news/ai",
"openapi": "https://x402.professorsausages.com/news/openapi.json"
},
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": "How many articles to return.",
"since": "Only articles ingested (seen_at) after this point: an ISO date-time, or the next_cursor from your previous answer."
}
},
"output": {
"type": "object",
"required": [
"topic",
"brand",
"curated",
"updated_at",
"window_hours",
"total",
"count",
"articles",
"freshness",
"new_count",
"next_cursor",
"polled_at",
"poll"
],
"properties": {
"note": {
"type": "string"
},
"poll": {
"type": "object",
"required": [
"next_cursor",
"suggested_interval_seconds",
"updated_at"
],
"properties": {
"note": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"next_cursor": {
"type": [
"string",
"null"
]
},
"suggested_interval_seconds": {
"type": "integer"
}
}
},
"brand": {
"type": "string"
},
"count": {
"type": "integer"
},
"since": {
"type": [
"string",
"null"
]
},
"topic": {
"type": "string"
},
"total": {
"type": "integer"
},
"filter": {
"type": "object",
"properties": {
"kept": {
"type": "integer"
},
"profile": {
"type": "string"
},
"in_category": {
"type": "integer"
}
}
},
"curated": {
"type": "boolean"
},
"articles": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"title",
"url",
"domain",
"source",
"feed",
"published",
"categories",
"seen_at"
],
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "string"
},
"via": {
"type": [
"string",
"null"
]
},
"also": {
"type": "array",
"items": {
"type": "object",
"required": [
"domain",
"url"
],
"properties": {
"url": {
"type": "string"
},
"domain": {
"type": "string"
}
}
},
"maxItems": 3
},
"feed": {
"type": "string"
},
"lang": {
"type": [
"string",
"null"
]
},
"tier": {
"enum": [
"official",
"major",
"trade",
"social",
"enrichment",
null
],
"type": [
"string",
"null"
]
},
"tone": {
"type": [
"number",
"null"
]
},
"image": {
"type": [
"string",
"null"
]
},
"author": {
"type": [
"string",
"null"
]
},
"domain": {
"type": "string"
},
"source": {
"enum": [
"gdelt",
"hn",
"rss",
"gnews",
"sitemap"
],
"type": "string"
},
"cluster": {
"type": [
"string",
"null"
]
},
"country": {
"type": [
"string",
"null"
]
},
"seen_at": {
"type": "string"
},
"snippet": {
"type": [
"string",
"null"
]
},
"summary": {
"type": [
"string",
"null"
]
},
"published": {
"type": "string"
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"cluster_id": {
"type": "string"
},
"word_count": {
"type": [
"integer",
"null"
]
},
"tone_method": {
"enum": [
"gdelt",
"lexicon",
null
],
"type": [
"string",
"null"
]
},
"cluster_size": {
"type": "integer",
"minimum": 1
},
"tone_confidence": {
"enum": [
"high",
"medium",
"low",
null
],
"type": [
"string",
"null"
]
}
}
}
},
"freshness": {
"type": "object",
"required": [
"as_of",
"window_hours",
"source_count",
"coverage"
],
"properties": {
"as_of": {
"type": "string"
},
"coverage": {
"type": "object",
"required": [
"oldest_published",
"newest_published",
"hours",
"articles"
],
"properties": {
"why": {
"type": [
"string",
"null"
]
},
"thin": {
"type": "boolean"
},
"hours": {
"type": "number"
},
"articles": {
"type": "integer"
},
"newest_published": {
"type": [
"string",
"null"
]
},
"oldest_published": {
"type": [
"string",
"null"
]
}
}
},
"source_count": {
"type": "integer"
},
"window_hours": {
"type": "integer"
}
}
},
"new_count": {
"type": "integer"
},
"polled_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"next_cursor": {
"type": [
"string",
"null"
]
},
"window_hours": {
"type": "integer"
}
}
}
},
"schema": {
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "object"
},
"output": {
"type": "object"
}
}
},
"category": "news",
"routeTemplate": "https://x402.professorsausages.com/news/ai"
}
}Provenance
- Seen in the source catalog
- 2026-09-22 06:17Z
- Last indexed by Roundhouse
- 2026-09-24 20:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 02:45Z
- x402 version
- 2
- Max timeout
- 60s
- 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. 5 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 Multi-Source News 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=Multi-Source%20News' 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://x402.professorsausages.com/news/ai, 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.