Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Notipo

io.github.kfuras/notipo

Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.

Uptime
66.7%
3 direct probes · 30d
Response
291ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

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, …

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "notipo": {
      "url": "https://app.notipo.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}