Pypi Stats
Server Details
PyPI Stats MCP.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 30.5% over 39 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-pypi-stats
- GitHub Stars
- 0
TDQS
Scored across 36 tools
Most tools have distinct purposes, but the research-routing cluster (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research) overlaps heavily — the beta tool is documented as currently identical to the stable router, which is a genuine misselection trap, and the five polymarket_* tools plus discover_tools/suggest_questions sit close together. The verbose descriptions do a good job of spelling out when to prefer each one, which keeps this from dropping lower.
The dominant convention is snake_case verb_noun (resolve_entity, compare_entities, scan_dependency, list_subscriptions), applied consistently across most of the surface. However, several tools break the pattern with bare nouns or no verb at all (overall, recent, system, entity_profile, recent_alerts), and the ask_pipeworx family relies on suffix variation rather than a clear verb. Readable throughout, but not a predictable pattern.
36 tools is well above the comfortable range for a single server, and the name 'Pypi Stats' accounts for only five of them. The remainder is a broad data-gateway surface (entity resolution, comparison, prediction markets, memory, subscriptions) where each tool does have a rationale, so it is heavy rather than padded — but the count is still awkward for an agent to reason over.
The stated PyPI stats domain is fully covered (overall, recent, python_major, python_minor, system mirror the pypistats.org endpoints), and the surrounding gateway surface is broadly complete: memory has save/read/delete, subscriptions have create/list/cancel plus an alerts read path, and entity work spans resolve → profile → compare → changes → validate. Minor gaps remain (no direct raw-record fetch primitive beyond search_within, no PyPI package-metadata tool), but nothing that creates a hard dead end.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
entity_profile3 fields changed- changed
Input schema / properties / type / descriptionPrevious value: -"Entity type. Only \"company\" supported today; person/place coming soon."New value: +"\"company\" or \"ticker\" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon." - changed
Input schema / properties / type / enumPrevious value: -[ - "company" -]New value: +[ + "company", + "ticker" +] - changed
Input schema / properties / value / descriptionPrevious value: -"Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\"). Names not supported — use resolve_entity first if you only have a name."New value: +"Ticker (e.g., \"AAPL\"), zero-padded CIK (e.g., \"0000320193\"), or company name (e.g., \"Moderna\") — names resolve via SEC EDGAR company-name match."
1 tool update
- Changed
resolve_entity1 field changed- changed
Input schema / properties / value / descriptionPrevious value: -"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\")."New value: +"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\"). Pass the ENTITY NAME ONLY — for a bond that is the ISSUER exactly as printed (\"NEW YORK ST DORM AUTH\"), never the question's full noun phrase (\"NEW YORK ST DORM AUTH revenue bonds\"): the FIGI lookup matches instrument names, so trailing security-class words match nothing."
Related MCP Connectors
PyPI MCP — wraps the Python Package Index (PyPI) JSON API (free, no auth).
Code::Stats MCP — public user XP / activity.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for comprehensive PyPI package intelligence, providing tools for dependency analysis, security scanning, health scoring, license compliance, and trend tracking.MIT
- AlicenseAqualityAmaintenanceMCP server for OP3 podcast analytics: downloads, geography, app share. Read-only.630 npm1MIT
- AlicenseAqualityDmaintenanceA comprehensive MCP server for checking package versions and rating package quality across Python (PyPI), JavaScript/TypeScript (npm), Dart (pub.dev), and Rust (crates.io) ecosystems.5MIT
- AlicenseAqualityDmaintenanceMCP server for the Pawn package index, enabling AI assistants to search and inspect Pawn packages, retrieve repository details, and view ecosystem statistics.41MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.