← Registry

Developer Tools

nipmod.com

Searches and resolves packages across multiple registries and provides metadata, inspection, and install planning for package management.

1 endpoint10 known toolsFirst detected June 21, 2026Last detected June 21, 2026

ENDPOINT 1

https://nipmod.com/api/mcp

No auth detected

Known tools 10

nipmod.search

Search the public Nipmod registry.

Inferred read-only
nipmod.resolve

Resolve 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-only
nipmod.view

Return exact public package metadata from the hosted Nipmod registry only.

Inferred read-only
nipmod.inspect

Inspect public registry trust, source, proof, quorum and permission evidence without reading local files.

Inferred read-only
nipmod.install_plan

Create a remote reviewable install plan from registry evidence without writing a lockfile.

Potential side effects
nipmod.external_install_plan

Create a remote reviewable install plan for an external indexed package.

Potential side effects
nipmod.package_decision

Create one reusable package decision for an agent: recommendation, reasons, risks, evidence, alternatives, install plan, receipt and approval boundary.

Potential side effects
nipmod.codex_preflight

Codex-first package preflight.

Inferred read-only
nipmod.install_guard

Install guard for package-manager, container, repository, model-load, editor-extension and MCP enablement commands.

Inferred read-only
nipmod.demo

Return a remote-safe demo flow for search, view, inspect and install planning.

Inferred read-only

CONNECT 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.

Trust status Neutral

nipmod.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.