📦 tompo-mcp — Download Telemetry

Official PyPI data from Google BigQuery  |  VERIFIED ACCURATE  |  Package: pypi.org/project/tompo-mcp

📊 Key Metrics

2,346
Total Real Downloads
(without mirrors)
7,265
Total With Mirrors
(inflated — includes bots)
536
Last 7 Days
2,228
Last 30 Days
1
Today

📖 What Do These Numbers Mean?

Real Downloads (green)
Someone typed pip install tompo-mcp — a real person or a real build pipeline (like GitHub Actions). This is the number that matters.
With Mirrors (orange, dashed)
Same as above PLUS automated bots that copy every single package on PyPI to their own servers. They download everything — not because they want YOUR package. Ignore this number.
Unknown OS / Resolver
When pip checks "does this package exist?" without actually installing it. It's a lookup, not a real install.
📌 Trusted data from: Google BigQuery (PyPI's official database, run by the Python Software Foundation) → served via pypistats.org API
🔍 Verify yourself: https://pypistats.org/packages/tompo-mcp

📈 Daily Downloads Over Time

📅 Weekly Downloads

🖥️ Platform & Version Breakdown (Last 30 Days)

📋 Daily Download Log (Last 30 Days)

DateReal DownloadsWith MirrorsMirror Overhead
2026-04-1593388295
2026-04-1692920
2026-04-1782416
2026-04-19286
2026-04-215149
2026-04-23187
2026-04-27132
2026-04-29550
2026-04-30220
2026-05-01110
2026-05-02176
2026-05-03110
2026-05-05231
2026-05-0641511
2026-05-079552,5731,618
2026-05-0829509480
2026-05-092611791
2026-05-10194585391
2026-05-11162443281
2026-05-12140538398
2026-05-13197152
2026-05-148617993
2026-05-1544945
2026-05-1649490
2026-05-1711129118
2026-05-18430930500
2026-05-1927207180
2026-05-2013119106
2026-05-2146
2026-05-229
2026-05-2310
2026-05-241

Data Sources & Trust

SourceURLTrust LevelNotes
Google BigQuery
(PyPI official)
bigquery-public-data.pypi.file_downloads PRIMARY SOURCE This IS the raw data. Everything else reads from here. Maintained by the Python Software Foundation (PSF).
pypistats.org pypistats.org/packages/tompo-mcp TRUSTED Reads directly from BigQuery. Open source. Same data as this report uses.
PePy.tech pepy.tech/projects/tompo-mcp TRUSTED Another BigQuery frontend. Shows total + per-version breakdown.
PyPI Package Page pypi.org/project/tompo-mcp OFFICIAL The package itself. Does NOT show download counts or page views.
This Report Generated locally via download_report.py VERIFIED Uses pypistats.org REST API (which reads BigQuery). You can verify by running the BigQuery SQL yourself.

How to independently verify: Run this SQL in Google BigQuery (free tier, no credit card):

SELECT
  DATE(timestamp) as date,
  COUNT(*) as downloads
FROM `bigquery-public-data.pypi.file_downloads`
WHERE file.project = 'tompo-mcp'
  AND DATE(timestamp) >= DATE_SUB(CURRENT_DATE(), INTERVAL 30 DAY)
GROUP BY date
ORDER BY date DESC

✓ Why These Numbers Are Accurate

✗ What's NOT Available (PyPI Privacy Policy)

Generated: 2026-05-25 09:00:00 | Data lag: ~24 hours (BigQuery sync)