
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@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:
sudo npx --yes @dcprotocol/agent install-service 'dcp_vps_v1_...'
That command installs and pairs the DCP service, starts HTTP MCP, and tries to configure OpenClaw.
If OpenClaw is not verified and the gateway runs as the openclaw Linux user:
sudo npx --yes @dcprotocol/agent configure-openclaw --user openclaw
For custom OpenClaw installs, print the manual MCP config:
sudo npx --yes @dcprotocol/agent 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.
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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

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.