← nipmod.com

INDIVIDUAL MCP TOOL

nipmod.external_install_plan

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

nipmod.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

nipmod.com

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.

Related tools

  • nipmod.search — Search the public Nipmod registry.
  • 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.
  • nipmod.view — Return exact public package metadata from the hosted Nipmod registry only.
  • nipmod.inspect — Inspect public registry trust, source, proof, quorum and permission evidence without reading local files.
  • nipmod.install_plan — Create a remote reviewable install plan from registry evidence without writing a lockfile.
  • nipmod.package_decision — Create one reusable package decision for an agent: recommendation, reasons, risks, evidence, alternatives, install plan, receipt and approval boundary.
  • nipmod.codex_preflight — Codex-first package preflight.
  • nipmod.install_guard — Install guard for package-manager, container, repository, model-load, editor-extension and MCP enablement commands.