MCP server for PureRank - pre-publish AI-content-spam gate and site scans for agent publishing pipelines
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"purerank-mcp-server": {
"command": "npx",
"args": [
"-y",
"vadimsv1/purerank-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add purerank-mcp-server npx -y vadimsv1/purerank-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"purerank-mcp-server": {
"command": "npx",
"args": [
"-y",
"vadimsv1/purerank-mcp-server"
]
}
}
}