
Notipo
Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.
Server tool list (13)
Raw names from tools/list. Only developers need these.
| list_posts | List all posts for your Notipo account. Returns title, status, WordPress URL, category, and timestamps. |
| get_post | Get details of a specific post by ID, including status, WordPress URL, and category. |
| create_post | Create a new blog post. Creates a Notion page and triggers sync to WordPress. The body should be markdown. Set publish=true to publish immediately, or leave false to create a draft. |
| direct_publish | Publish a blog post directly to WordPress without Notion. Handles image uploads, Gutenberg conversion, featured image generation, and SEO metadata. Body must be markdown. Set publish=true to go live, false for draft. Use this instead of create_post when you don't need Notion. |
| update_post | Update an existing post's content or properties in Notion, then re-sync to WordPress. Only provided fields are updated. |
| publish_post | Publish a draft post to WordPress (make it live). |
| delete_post | Delete a post from Notipo, WordPress, and reset the Notion page status. This cannot be undone. |
| list_categories | List all WordPress categories synced to Notipo. Use these names when creating posts. |
| list_tags | List all WordPress tags synced to Notipo. Use these names when creating posts. |
| get_job | Check the status of a sync or publish job. Returns status (PENDING, RUNNING, COMPLETED, FAILED), progress steps, and any error message. |
| list_jobs | List recent sync and publish jobs. Useful for monitoring pipeline activity. |
| get_settings | Get your Notipo account configuration: which services are connected (Notion, WordPress), current plan, feature settings, and trigger statuses. |
| sync_now | Trigger an immediate sync from Notion. Checks for any posts with trigger statuses and queues sync jobs. Pro plan only. Has a 15-second cooldown between calls. |