WordPress MCP Server

get-stats-summary

Retrieve summarized stats including views, visitors, likes, and comments for a WordPress site by providing its URL, ID, and secure credentials for analysis.

Instructions

View a site's summarized views, visitors, likes and comments

Input Schema

NameRequiredDescriptionDefault
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": { "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" ], "type": "object" }
ID: 4g84e42ylk