A Rust-based MCP server for defending websites and APIs against AI scraping, with practical detection, policy enforcement, and response controls for bot traffic.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"request-guard-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"request-guard-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add request-guard-mcp cargo run -- request-guard-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"request-guard-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"request-guard-mcp"
]
}
}
}
📋 Copy