{
  "markdown": "# Package Intel MCP — by Datakoot\n\nSoftware supply-chain intelligence for AI agents — as MCP tools your agent can call mid-task, so it can vet a dependency *before* it installs it. Covers npm, PyPI and crates.io. No API keys.\n\n## Tools\n\n| Tool | What it does | Source |\n|---|---|---|\n| `package_info` | Metadata for a package: description, latest version, license, homepage & repo links | npm / PyPI / crates.io |\n| `package_versions` | Full version history with release dates | npm / PyPI / crates.io |\n| `package_downloads` | Download counts and popularity signal | npm / PyPI / crates.io |\n| `package_dependencies` | Direct dependencies for a given version | deps.dev |\n| `package_health` | Health signals: OpenSSF Scorecard, stars, dependents | deps.dev |\n| `package_search` | Search for packages by keyword | npm / PyPI / crates.io |\n\nEvery tool accepts an `ecosystem` of `npm`, `pypi`, or `crates`. No API keys required.\n\n## Quick start\n\n```\nclaude mcp add --transport http package-intel https://package.datakoot.com/mcp\n```\n\nOr point any MCP client at `https://package.datakoot.com/mcp`.\n\n## Try it in 10 seconds — no key, no signup\n\nPaste this into a terminal:\n\n```bash\ncurl -s https://package.datakoot.com/mcp \\\n  -H 'content-type: application/json' \\\n  -H 'accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/call\", \"params\": {\"name\": \"package_health\", \"arguments\": {\"ecosystem\": \"npm\", \"name\": \"express\"}}}'\n```\n\nYou get a supply-chain health snapshot for the npm package `express` — versions, downloads, dependencies, maintenance signals — no API key, nothing to sign up for.\n\nOr point any MCP client at the URL and just ask your agent, in plain language:\n\n- \"How healthy is the npm package `express`?\"\n- \"Before I add `left-pad`, is it actively maintained and widely used?\"\n\n\n## Data & attribution\n\nData comes from the public registry APIs for [npm](https://registry.npmjs.org), [PyPI](https://pypi.org) and [crates.io](https://crates.io), plus [deps.dev](https://deps.dev) (Google Open Source Insights, CC-BY 4.0) for dependency graphs and OpenSSF Scorecard health signals. Package data is served from official public APIs and is informational.\n\nPart of [Datakoot](https://datakoot.com) — keyless intelligence APIs for AI agents.\n",
  "bytes": 2290,
  "sha": "30246fc5b0851bf3302e83971b9514cf3e93c6ee6e1834e5e74ee51e31e5eada",
  "repo_slug": "datakoot/package-intel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_datakoot_npm_pypi_crates_packages_8fcbe923/readme"
}