Odel
mcp

mcp

Local
@agntor1TypeScriptMITUpdated 6mo ago

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

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).

npm@agntor/mcpv0.1.0

Run

npx -y @agntor/mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agntor/mcp"
      ]
    }
  }
}