query_package_registry
ActiveTool of Claidex MCP
declared in 1.0.0
Look up package metadata from npm or PyPI before recommending code, analysis packages, API clients, or dataset tooling.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"ecosystem",
"package_name"
],
"properties": {
"ecosystem": {
"enum": [
"npm",
"pypi"
],
"type": "string",
"description": "Package registry to query."
},
"package_name": {
"type": "string",
"maxLength": 120,
"minLength": 1,
"description": "Package name."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries