Developer Tools
nipmod.com
Searches and resolves packages across multiple registries and provides metadata, inspection, and install planning for package management.
ENDPOINT 1
https://nipmod.com/api/mcp
Known tools 10
nipmod.resolveResolve packages across external sources such as npm, JSR, PyPI, crates.io, Go modules, Maven Central, NuGet, RubyGems, Packagist, Docker Hub, Homebrew, Terraform Registry, Artifact Hub Helm, Conda/conda-forge, Open VSX, CRAN, GitHub, Hugging Face and MCP.
Inferred read-onlynipmod.viewReturn exact public package metadata from the hosted Nipmod registry only.
Inferred read-onlynipmod.inspectInspect public registry trust, source, proof, quorum and permission evidence without reading local files.
Inferred read-onlynipmod.install_planCreate a remote reviewable install plan from registry evidence without writing a lockfile.
Potential side effectsnipmod.external_install_planCreate a remote reviewable install plan for an external indexed package.
Potential side effectsnipmod.package_decisionCreate one reusable package decision for an agent: recommendation, reasons, risks, evidence, alternatives, install plan, receipt and approval boundary.
Potential side effectsnipmod.install_guardInstall guard for package-manager, container, repository, model-load, editor-extension and MCP enablement commands.
Inferred read-onlynipmod.demoReturn a remote-safe demo flow for search, view, inspect and install planning.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nipmod-com]
url = "https://nipmod.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nipmod-com": {
"type": "http",
"url": "https://nipmod.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nipmod-com
Remote MCP URL: https://nipmod.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nipmod-com": {
"url": "https://nipmod.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nipmod-com": {
"type": "http",
"url": "https://nipmod.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nipmod-com",
"transport": "streamable-http",
"url": "https://nipmod.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nipmod.com was fetched 2026-07-28T02:48:00.772Z and is being refreshed.
nipmod.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.