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_postsList all posts for your Notipo account. Returns title, status, WordPress URL, category, and timestamps.
    get_postGet details of a specific post by ID, including status, WordPress URL, and category.
    create_postCreate 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_publishPublish 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_postUpdate an existing post's content or properties in Notion, then re-sync to WordPress. Only provided fields are updated.
    publish_postPublish a draft post to WordPress (make it live).
    delete_postDelete a post from Notipo, WordPress, and reset the Notion page status. This cannot be undone.
    list_categoriesList all WordPress categories synced to Notipo. Use these names when creating posts.
    list_tagsList all WordPress tags synced to Notipo. Use these names when creating posts.
    get_jobCheck the status of a sync or publish job. Returns status (PENDING, RUNNING, COMPLETED, FAILED), progress steps, and any error message.
    list_jobsList recent sync and publish jobs. Useful for monitoring pipeline activity.
    get_settingsGet your Notipo account configuration: which services are connected (Notion, WordPress), current plan, feature settings, and trigger statuses.
    sync_nowTrigger 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.