MCP Server
MCP
Package Intel
npm, PyPI & crates.io health, vulns and dependency graphs. Runs locally, no API key.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "package-intel-mcp",
"version": "1.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the backing API.",
"default": "https://marketagent.adam121393.workers.dev",
"name": "API_URL"
},
{
"description": "CAIP-2 network id for payments. eip155:8453 is Base mainnet.",
"default": "eip155:8453",
"name": "NETWORK"
},
{
"description": "Optional. Leave unset to use the free tools. Setting it to the private key of a wallet funded with USDC on NETWORK additionally unlocks package_health and package_batch_health, paid per call. Use a dedicated low-balance wallet: this is a hot key that spends automatically.",
"isSecret": true,
"name": "X402_PRIVATE_KEY"
},
{
"description": "Optional. Set to \"true\" to expose the paid tools without a wallet, paying instead by passing the tx_hash of a USDC transfer you settled yourself. For agents that manage their own on-chain payments.",
"default": "false",
"name": "X402_TX_HASH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment