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).
Run
npx -y scanpay-mcp-server
MCP client config
{
"mcpServers": {
"scanpay": {
"command": "npx",
"args": [
"-y",
"scanpay-mcp-server"
]
}
}
}