WordPress MCP Server

report-referrer-spam

Identify and report referrer spam on WordPress sites using secure authentication, ensuring cleaner analytics and improved website performance.

Instructions

Report a referrer as spam

Input Schema

NameRequiredDescriptionDefault
domainYesDomain to report as spam
passwordYesWordPress application password
siteIdYesWordPress site ID
siteUrlYesWordPress site URL
usernameYesWordPress username

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "domain": { "description": "Domain to report as spam", "type": "string" }, "password": { "description": "WordPress application password", "type": "string" }, "siteId": { "description": "WordPress site ID", "type": "number" }, "siteUrl": { "description": "WordPress site URL", "format": "uri", "type": "string" }, "username": { "description": "WordPress username", "type": "string" } }, "required": [ "siteUrl", "username", "password", "siteId", "domain" ], "type": "object" }
ID: 4g84e42ylk