Official PyPI data from Google BigQuery | VERIFIED ACCURATE | Package: pypi.org/project/tompo-mcp
pip install tompo-mcp — a real person or a real build pipeline (like GitHub Actions). This is the number that matters.| Date | Real Downloads | With Mirrors | Mirror Overhead |
|---|---|---|---|
| 2026-04-15 | 93 | 388 | 295 |
| 2026-04-16 | 9 | 29 | 20 |
| 2026-04-17 | 8 | 24 | 16 |
| 2026-04-19 | 2 | 8 | 6 |
| 2026-04-21 | 5 | 14 | 9 |
| 2026-04-23 | 1 | 8 | 7 |
| 2026-04-27 | 1 | 3 | 2 |
| 2026-04-29 | 5 | 5 | 0 |
| 2026-04-30 | 2 | 2 | 0 |
| 2026-05-01 | 1 | 1 | 0 |
| 2026-05-02 | 1 | 7 | 6 |
| 2026-05-03 | 1 | 1 | 0 |
| 2026-05-05 | 2 | 3 | 1 |
| 2026-05-06 | 4 | 15 | 11 |
| 2026-05-07 | 955 | 2,573 | 1,618 |
| 2026-05-08 | 29 | 509 | 480 |
| 2026-05-09 | 26 | 117 | 91 |
| 2026-05-10 | 194 | 585 | 391 |
| 2026-05-11 | 162 | 443 | 281 |
| 2026-05-12 | 140 | 538 | 398 |
| 2026-05-13 | 19 | 71 | 52 |
| 2026-05-14 | 86 | 179 | 93 |
| 2026-05-15 | 4 | 49 | 45 |
| 2026-05-16 | 49 | 49 | 0 |
| 2026-05-17 | 11 | 129 | 118 |
| 2026-05-18 | 430 | 930 | 500 |
| 2026-05-19 | 27 | 207 | 180 |
| 2026-05-20 | 13 | 119 | 106 |
| 2026-05-21 | 46 | — | — |
| 2026-05-22 | 9 | — | — |
| 2026-05-23 | 10 | — | — |
| 2026-05-24 | 1 | — | — |
| Source | URL | Trust Level | Notes |
|---|---|---|---|
| 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
pip install commands