← Back to Plugins
MCP Server MCP

SENTINEL

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Pre-execution safety oracle for AI agents. Screens Base contracts, simulates sells, pays via x402.

Verified source

Install

uvx sentinel-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "sentinel-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key of a Base wallet holding USDC, used to pay SENTINEL autonomously via x402",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENT_WALLET_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...