
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@dcprotocol/agent
Advanced tools
DCP Agent - Lightweight binary for connecting AI agents to vaults via pairing grants
The agent runtime for DCP.
Use it when Claude Desktop, Cursor, OpenClaw, Hermes, or another agent needs to reach a DCP vault without seeing the vault's raw secrets.
npm install -g @dcprotocol/agent
Or run it directly:
npx -y @dcprotocol/agent --help
For stdio MCP clients:
dcp-agent run --mode mcp --agent claude_desktop
MCP config:
{
"command": "dcp-agent",
"args": ["run", "--mode", "mcp", "--agent", "claude_desktop"]
}
For agents that connect to a local HTTP MCP endpoint:
dcp-agent run --mode http-mcp --agent openclaw_local --port 8420
Endpoint:
http://127.0.0.1:8420/mcp
Create a remote invite in DCP Desktop, copy the command, and run it on the remote machine:
curl -fsSL https://dcpagent.com/install.sh | sudo bash -s -- 'dcp_vps_v1_...'
That command installs and pairs the DCP service, starts HTTP MCP, and tries to configure OpenClaw. It uses the system Node.js when it is compatible; otherwise it installs a private DCP runtime without changing OpenClaw.
If you prefer npm and the VPS already has a working Node/npm install:
sudo npx --yes @dcprotocol/agent@latest install-service 'dcp_vps_v1_...'
If OpenClaw is not verified and the gateway runs as the openclaw Linux user:
sudo npx --yes @dcprotocol/agent@latest configure-openclaw --user openclaw
For custom OpenClaw installs, print the manual MCP config:
sudo npx --yes @dcprotocol/agent@latest configure-openclaw --manual
Use the DCP MCP URL printed by install-service. Do not hardcode 172.17.0.1; native, Docker, and custom networks can use different URLs.
After changing OpenClaw MCP config, start a fresh OpenClaw chat/session so the new tools are loaded.
dcp-agent status
dcp-agent list
dcp-agent remove <agent_id>
dcp-agent stop
The agent runtime is a bridge. It does not store the vault, and it should never receive private keys. The vault decides what each agent can do.
FAQs
DCP Agent - Lightweight binary for connecting AI agents to vaults via pairing grants
The npm package @dcprotocol/agent receives a total of 84 weekly downloads. As such, @dcprotocol/agent popularity was classified as not popular.
We found that @dcprotocol/agent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.