Detects AI-hallucinated (slopsquatted) Python packages before they get installed. CLI + stdio MCP server for AI coding agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"slopspotter": {
"command": "cargo",
"args": [
"run",
"--",
"slopspotter"
]
}
}
}
Run in terminal:
claude mcp add slopspotter cargo run -- slopspotter
Add to .cursor/mcp.json:
{
"mcpServers": {
"slopspotter": {
"command": "cargo",
"args": [
"run",
"--",
"slopspotter"
]
}
}
}