MCP security scanner — offline, deterministic A–F Trust Score for Model Context Protocol servers. Detects tool poisoning, prompt injection & toxic flows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcptrustchecker": {
"command": "npx",
"args": [
"-y",
"illiahaidar/mcptrustchecker"
]
}
}
}
Run in terminal:
claude mcp add mcptrustchecker npx -y illiahaidar/mcptrustchecker
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcptrustchecker": {
"command": "npx",
"args": [
"-y",
"illiahaidar/mcptrustchecker"
]
}
}
}