Odel
scanpay

scanpay

Local
@misterio070PythonUpdated 2w ago

Code security scanner for AI agents. 45+ vulnerability patterns, AST analysis, Solana micropayments.

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

npmscanpay-mcp-serverv0.2.0

Run

npx -y scanpay-mcp-server

MCP client config

{
  "mcpServers": {
    "scanpay": {
      "command": "npx",
      "args": [
        "-y",
        "scanpay-mcp-server"
      ]
    }
  }
}