PluginBench
MCP Server

io.github.mastrophot/contract-security-scanner MCP Server

io.github.mastrophot/contract-security-scanner

What is the io.github.mastrophot/contract-security-scanner MCP server?

MCP smart contract scanner with NEAR-focused security context.

How to install io.github.mastrophot/contract-security-scanner

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contract-security-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-contract-security"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "contract-security-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-contract-security"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "contract-security-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-contract-security"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "contract-security-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-contract-security"
      ]
    }
  }
}
Claude Code
claude mcp add contract-security-scanner -- npx -y mcp-contract-security

Related MCP servers

MCP server for NEAR wallet creation, balance checks, and transaction signing.

View repository →