The body an agent asks before it acts: decide, approve, and keep a signed record on your machine.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @verax-ai/body
MCP client config
{
"mcpServers": {
"verax": {
"command": "npx",
"args": [
"-y",
"@verax-ai/body"
]
}
}
}