Catalog
Attestd MCP
Officialby attestd-io · TypeScript
CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.
CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.
README not available yet.
Install
Configuration
Environment variables
ATTESTD_API_KEYsecretAttestd API key (atst_...). Required for check_package_vulnerability and check_batch_vulnerabilities. Get one at https://api.attestd.io/portal
ATTESTD_BASE_URLOptional API base URL override. Defaults to https://api.attestd.io
claude_desktop_config.json
{
"mcpServers": {
"attestd-mcp": {
"command": "npx",
"args": [
"-y",
"@attestd/mcp@0.2.1"
],
"env": {
"ATTESTD_API_KEY": "<YOUR_ATTESTD_API_KEY>",
"ATTESTD_BASE_URL": "<YOUR_ATTESTD_BASE_URL>"
}
}
}
}