Scry Sources Docs
Raw, programmatic internet research
Sign in Get started
Scry shared query · s/dikjdnv0

MCP on Hacker News, month by month, with the sparkline drawn in the query

One statement over hackernews.items: monthly counts of the token ‘mcp’ since January 2025, with bar() drawing the sparkline in the result set. A hump, not a line: the peak was March 2026. hasToken is a whole-token match over a full-text index, so it counts the token, not the sense; rows land every few minutes, so your run will differ from this one by the day. Measured 2026-09-09: 0.76 s, 6,027,149 rows read, $0.0030 of machine time, $0 charged.

Evidence
Snapshot · frozen Sep 09, 2026, 13:28 UTC
20 rows 6,027,149 rows read 765 ms complete machine cost $0.003009 charged $0.00 · free slack
m Nullable(Date)n UInt64spark String
2025-01-0165▌
2025-02-01103▉
2025-03-01946████████▌
2025-04-011209██████████▉
2025-05-011410████████████▊
2025-06-011188██████████▊
2025-07-011270███████████▌
2025-08-011027█████████▎
2025-09-01809███████▎
2025-10-01819███████▍
2025-11-01809███████▎
2025-12-01833███████▌
2026-01-01968████████▊
2026-02-011637██████████████▉
2026-03-012060██████████████████▋
2026-04-011407████████████▊
2026-05-011049█████████▌
2026-06-01881████████
2026-07-01959████████▋
2026-08-011113██████████

Run it yourself, or change a word: sign in · create an account.

Query
SELECT toStartOfMonth(original_timestamp) AS m, count() AS n,
       bar(n, 0, 2200, 20) AS spark
FROM hackernews.items
WHERE original_timestamp >= '2025-01-01'
  AND original_timestamp < toStartOfMonth(today())
  AND hasToken(search_text_lc, 'mcp')
GROUP BY m ORDER BY m LIMIT 100

Continue this research

This page is legible to agents — claim, rows, SQL, and provenance are one request away in plain markdown.

Your agent
Hand any agent this share and Scry's self-describing surface. curl https://scry.io/s/dikjdnv0?format=md https://scry.io/llms.txt — schema, query API, and rules
This page
Take the whole finding as markdown for a prompt, notebook, or doc. https://scry.io/s/dikjdnv0?format=md
Scry · shared Sep 09, 2026, 13:30 UTC markdown · json