Dripstack
Pay per Substack article - agents access individual paywalled posts without a subscription.
Token
own a pieceOwn a piece of this MCP. Its operator can launch a token, and 10% of every paid call flows to whoever stakes it — the better the MCP does, the more value flows.
Operate this MCP? Claim it by signing in with the wallet it's paid to.
x402 endpoints
2- GET/api/v1/publications/:publicationSlug/:postSlug$0.1dripstack.xyz
at volume≈ $144/day @ 1 call/min·≈ $8,640/day @ 1 call/sec
Paid JSON for one Substack-backed newsletter, blog, or podcast post: synthesized summary (`synthesizedSummary`), metadata, and identifiers for financial analysis. Path params are `publicationSlug` and `postSlug`. Returns 503 until summary exists. USDC `exact` x402 on Base; USD amount is per-post when set on the post, otherwise the server default.
2 parameters
- postSlugstringpath
- publicationSlugstringpath
- GET/api/v1/stock-picks$0.1dripstack.xyz
at volume≈ $144/day @ 1 call/min·≈ $8,640/day @ 1 call/sec
Paid JSON for stock-picker calls from financial newsletters and investing articles. Query params: optional `date=YYYY-MM-DD` for one UTC effective day, optional `period=latest` (same as default), optional `limit`. Default returns the latest UTC effective day with picks. Rows missing publication timestamps may use extractedAt for the effective day. Returns 404 when no picks exist for the day. The x402 amount is based on distinct attributed source posts returned.
2 parameters
- limitnumberquery
- periodstringquery