Home › Other › agent-safe-pipeline
agent-safe-pipeline
Authorize consequential AI agent actions before execution
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://protocol.decionis.com/mcp HTTP 502 when checked 2026-09-24
Claude Code:
claude mcp add --transport http agent-safe-pipeline https://protocol.decionis.com/mcp
Or add to your MCP client config:
{
"mcpServers": {
"agent-safe-pipeline": {
"url": "https://protocol.decionis.com/mcp"
}
}
}
Package (npm 0.3.0)
npx -y @decionis/mcp@0.3.0
Or add to your MCP client config:
{
"mcpServers": {
"agent-safe-pipeline": {
"command": "npx",
"args": [
"-y",
"@decionis/mcp@0.3.0"
],
"env": {
"DECIONIS_POLICY_PATH": "<YOUR_VALUE>",
"DECIONIS_PRESENCE_API_KEY": "<YOUR_VALUE>",
"DECIONIS_PRESENCE_API_URL": "<YOUR_VALUE>"
}
}
}
}
DECIONIS_POLICY_PATH— Optional path to the policy file; defaults to ./DECIONIS_POLICY.md in the working directory.DECIONIS_PRESENCE_API_KEYsecret — Optional Presence tenant API key. When set, decionis_request_presence_verification and decionis_get_presence_verification_status register and call presence.decionis.com; without it the server stays networkless.DECIONIS_PRESENCE_API_URL— Optional Presence base URL (https only); defaults to https://presence.decionis.com.
This repository has 2 servers listed in the Official MCP Registry.
Other names: com.decionis/commerce-gate
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry