Integrations

Integration kit.

The generic integration surface for any team that wants package intelligence before an agent installs dependencies, pulls repos, enables MCP servers, uses models or adopts SDKs and CLIs.

Mode
read only
API
key required
Workspace writes
0 hosted
Audience
any agent host

Who

Who this is for

Agents

Coding and operator agents

Use Nipmod before dependency selection, repo adoption, model usage or MCP tool enablement.

Hosts

Agent products and runtimes

Use the install plan as a policy input before the host allows local writes or tool activation.

Builders

SDK, CLI and MCP teams

Make your public tooling easier for agents to discover, inspect and install with explicit boundaries.

Contract

HTTP integration

POST https://nipmod.com/api/keys/beta
{"label":"partner-or-agent-host"}

GET https://nipmod.com/api/search?q=<query>&sources=npm,pypi,github,huggingface-model,huggingface-dataset,mcp&limit=5
Header: x-nipmod-api-key: <key>

GET https://nipmod.com/api/inspect?source=<source>&name=<name>
Header: x-nipmod-api-key: <key>

GET https://nipmod.com/api/install-plan?source=<source>&name=<name>
Header: x-nipmod-api-key: <key>

MCP

Remote read-only MCP

POST https://nipmod.com/api/mcp
Header: x-nipmod-api-key: <key>

{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nipmod.resolve","arguments":{"query":"http client","sources":["npm","pypi","github","mcp"]}}}

Host prompt

Instruction to ship with an agent

Before this agent installs or enables external tooling, call Nipmod.
Search for the package, repo, model, dataset, MCP server, SDK or CLI.
Inspect the exact source record.
Request an install plan.
Show trust signals, warnings and the command boundary.
Continue only after user or host approval.

Modes

Integration modes

Package preflight
Call Nipmod before an agent installs a dependency, pulls a repo, enables an MCP server or uses a model.
Default first integration
Host policy gate
Use the install plan and trust response as input to local approval, allowlist or review policy.
Tool discovery
Expose an SDK, CLI, MCP server, model or package surface so agents can find and inspect it through Nipmod.
Archive feedback
After useful approved results, prepare package intelligence records for future reuse.

Boundaries

What Nipmod does not take over

private package access
Not part of the hosted integration contract
hosted workspace writes
Not part of the hosted integration contract
remote package execution
Not part of the hosted integration contract
wallet custody
Not part of the hosted integration contract
transaction signing
Not part of the hosted integration contract
malware-free guarantee
Not part of the hosted integration contract
official partnership claim without the partner's approval
Not part of the hosted integration contract

Examples

Ecosystem examples

Base
preflight before SDKs, CLIs, MCP servers, x402 clients and protocol packages enter a Base agent workflow
MCP
read-only package and server discovery before a host enables external tools
Devtools
dependency choice and install-plan review before an agent edits a workspace

Machine

Agent-readable kit