MCP Tools
WordPress Tools
2 MCP tools for WordPress content management. Browse and import posts/pages from WordPress sites.
Requires a CMS connection with WordPress credentials. Set up via
aeo_get_client_profile or the Studio dashboard.aeo_wp_list_content
Browse WordPress posts and pages without importing them. Read-only preview of the site's content inventory with title, slug, date, and word count for each item.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | Required | Domain with a WordPress CMS connection (e.g., "helpsquad.com") |
limit | number | Optional | Max posts to returnDefault: 50 |
search | string | Optional | Filter posts by keyword in title or content |
Example
Response
aeo_wp_import_content
Import WordPress posts and pages into Supabase for analysis and content planning. Skips previously imported content to avoid duplicates. Use the limit parameter for test runs before a full import.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | Required | Domain with a WordPress CMS connection (e.g., "helpsquad.com") |
type | string | Optional | Content type to import: "posts", "pages", or "both"Default: "posts" |
limit | number | Optional | Max items to import (useful for testing) |
Example
Response