MCP Server
io.github.sarduine13-star/botguard-pro MCP Server
io.github.sarduine13-star/botguard-pro
What is the io.github.sarduine13-star/botguard-pro MCP server?
Bot traffic detector for paid ads. Input: domain. Returns trigger, fake sessions, daily USD waste.
How to install io.github.sarduine13-star/botguard-pro
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"botguard-pro": {
"url": "https://botguard-agent-production.up.railway.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"botguard-pro": {
"serverUrl": "https://botguard-agent-production.up.railway.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"botguard-pro": {
"type": "http",
"url": "https://botguard-agent-production.up.railway.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"botguard-pro": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://botguard-agent-production.up.railway.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http botguard-pro https://botguard-agent-production.up.railway.app/mcpRelated MCP servers
Verify AI agent payments and detect fraud. Input: agent_id, amount, service_id.
View repository →