Documentation
SEOWing for WordPress: 61 MCP tools, REST API, and modules. Last updated 2026-06-03.
Getting started
- Install the plugin and activate your license under SEOWing → License (get one at app.seowing.io).
- Run SEOWing → Audit (or ask the AI assistant) for a full-site analysis.
- Apply fixes with Autopilot using a dry-run preview, then ship.
Three ways to drive SEOWing
- By hand in wp-admin: audit, settings, per-post meta and schema.
- AI assistant inside wp-admin: plain language, your own OpenAI/Anthropic/Gemini key.
- MCP / Claude connector: connect your site to the Claude app and run the tools from chat.
Claude connector (MCP)
SEOWing exposes its tools over the Model Context Protocol, secured by a per-site key. Connect your site to the Claude app or any MCP client, then run audits and apply changes from chat. Endpoint on your site: /wp-json/seowing/v1/mcp. See SEOWing → Settings → MCP for the connector URL and key.
Reference
- MCP tool reference - all 61 tools with parameters and example calls.
- Modules - what each module does.
- Changelog - full release history.
REST API
Base: /wp-json/seowing/v1/.
| Endpoint | Purpose |
|---|---|
GET /health | Status and plugin version (public). |
GET|POST /settings | Read/update settings (manage_options). |
POST /analyze | Analyze a post (edit_posts). |
GET|POST /meta/<post_id> | Read/update SEO meta (edit_posts). |
POST /mcp | MCP JSON-RPC endpoint (per-site key). |
Licensing & account API
Licenses, billing and updates run on api.seowing.io. Manage your subscription, license keys and connected sites at app.seowing.io.