Datacommons Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Datacommons Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for accessing Data Commons API data.
pip install -r requirements.txt
pip install -e .docker build -t datacommons-mcp .
docker run -p 8000:8000 datacommons-mcpStart the server in HTTP mode:
python -m datacommons_mcp.cli serve http --host 0.0.0.0 --port 8000Start the server in stdio mode:
python -m datacommons_mcp.cli serve stdioGOOGLE_API_KEY: Your Google API key for Data Commons accessInstall development dependencies:
pip install -e ".[dev]"Run tests:
pytestFormat code:
black .
isort .MIT License
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.