streamable-httpMITupdated 1mo ago
Software 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.
What can you do with package intel mcp?
Package Intel MCP — by Datakoot
Software 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.
Tools
| Tool | What it does | Source |
|---|---|---|
package_info |
Metadata for a package: description, latest version, license, homepage & repo links | npm / PyPI / crates.io |
package_versions |
Full version history with release dates | npm / PyPI / crates.io |
package_downloads |
Download counts and popularity signal | npm / PyPI / crates.io |
package_dependencies |
Direct dependencies for a given version | deps.dev |
package_health |
Health signals: OpenSSF Scorecard, stars, dependents | deps.dev |
package_search |
Search for packages by keyword | npm / PyPI / crates.io |
Every tool accepts an ecosystem of npm, pypi, or crates. No API keys required.
Quick start
claude mcp add --transport http package-intel https://package.datakoot.com/mcp
Or point any MCP client at https://package.datakoot.com/mcp.
Data & attribution
Data comes from the public registry APIs for npm, PyPI and crates.io, plus 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.
Part of Datakoot — keyless intelligence APIs for AI agents.
Install
Add package intel mcp to your client. Pick the one you use.
claude mcp add --transport http package-intel-mcp https://package.datakoot.com/mcpcodex mcp add package-intel-mcp --url https://package.datakoot.com/mcp{
"mcpServers": {
"package-intel-mcp": {
"url": "https://package.datakoot.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"package-intel-mcp": {
"type": "http",
"url": "https://package.datakoot.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"package-intel-mcp": {
"url": "https://package.datakoot.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"package-intel-mcp": {
"serverUrl": "https://package.datakoot.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
package intel mcp exposes 6 tools to a connected agent.
- package_info
- Metadata for a package: description, latest version, license, homepage & repo links
- package_versions
- Full version history with release dates
- package_downloads
- Download counts and popularity signal
- package_dependencies
- Direct dependencies for a given version
- package_health
- Health signals: OpenSSF Scorecard, stars, dependents
- package_search
- Search for packages by keyword
Score
70 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Jul 27, 2026 |