P
package-intel-mcp
/package_health
package health
A composite trust/health check for a package an agent is considering: latest-release recency, deprecation status, license present, maintainer count, dependency
liveverifiedunknown~5s typical
mcpprobedpackage-intel-mcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-datakoot-package-intel-mcp /package_health for me.
Input
| Field | Type | Description |
|---|---|---|
| ecosystem* | string (npm | pypi | cargo) | Package registry to look in. One of: npm, pypi, cargo. |
| name* | string | Exact package name as published in that registry, e.g. express for npm, requests for pypi, |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-datakoot-package-intel-mcp","endpoint":"/package_health","input":{"ecosystem":"npm","name":"..."}}'cli
npx cracked-ai run -p mcp-com-datakoot-package-intel-mcp -e /package_health -i '{"ecosystem":"npm","name":"..."}'mcp
run_tool({ provider: "mcp-com-datakoot-package-intel-mcp", endpoint: "/package_health", input: {"ecosystem":"npm","name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.