mcpbeat Sign in

Notipo MCP Server

answering

Notipo is answering right now. Last checked 8 min ago. It exposes 13 tools. Last commit 10 Sep 2026.

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

Uptime history 22 days of history · worst day 0%
22 days agonow
100.0%
Uptime 24h
92 of 92 checks
13
Tools
read from the server
206 ms
Response time
average over 24h
4
Stars
last commit 10 Sep 2026

What the code does

We read the source, 16 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted apps/web/src/app/layout.tsx:37
              {`!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e…
Builds a database query by concatenation .github/workflows/release.yml:64
      - name: Create or update GitHub release
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Asks for container control access docker-compose.yml:30
      - /var/run/docker.sock:/var/run/docker.sock:ro

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add notipo --transport http https://app.notipo.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "notipo": {
      "url": "https://app.notipo.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.notipo]
url = "https://app.notipo.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "notipo": {
      "url": "https://app.notipo.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "notipo": {
      "url": "https://app.notipo.com/api/mcp"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

post
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.
delete_post
Delete a post from Notipo, WordPress, and reset the Notion page status. This cannot be undone.
get_post
Get details of a specific post by ID, including status, WordPress URL, and category.
update_post
Update an existing post's content or properties in Notion, then re-sync to WordPress. Only provided fields are updated.
categories
list_categories
List all WordPress categories synced to Notipo. Use these names when creating posts.
direct
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.
job
get_job
Check the status of a sync or publish job. Returns status (PENDING, RUNNING, COMPLETED, FAILED), progress steps, and any error message.
jobs
list_jobs
List recent sync and publish jobs. Useful for monitoring pipeline activity.
posts
list_posts
List all posts for your Notipo account. Returns title, status, WordPress URL, category, and timestamps.
publish
publish_post
Publish a draft post to WordPress (make it live).
settings
get_settings
Get your Notipo account configuration: which services are connected (Notion, WordPress), current plan, feature settings, and trigger statuses.
sync
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.
tags
list_tags
List all WordPress tags synced to Notipo. Use these names when creating posts.

Endpoints

URLTransportStateLatencyChecked
https://app.notipo.com/api/mcp streamable-http answering 155 ms 8 min ago

Alternatives to Notipo

same job, measured the same way
Notion MCP
by shck-dev

Notion MCP server — search, export, and import pages as markdown

25 installs/wk local only
Obsidian Sync MCP
by es617

Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.

109 installs/wk local only
mwe-mcp — Memory Wiki Engine
by fr4nz82

Self-hosted multi-user memory for AI agents: a human-readable Markdown wiki with per-fragment ACL.

local only
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
Better Notion
by ai-aviate

Operate Notion with a single Markdown document — read, create, and update pages in one call.

18 installs/wk local only
Notion MCP Server
by awkoy

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

1 527 installs/wk local only
Better Notion MCP
by n24q02m

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

855 installs/wk local only
MCP Notion
by infoinlet-marketplace

Notion for AI agents — search, read pages/blocks, query databases, create pages.

24 installs/wk local only

Notipo — questions

Answers built from our own checks of this server.

What can Notipo do?
It exposes 13 tools, read directly from the server on our last check. Among them: create_post, delete_post, direct_publish, get_job, get_post, get_settings and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Notipo working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 206 ms. The bar chart above shows every period we have measured.
How do I connect Notipo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Notipo need an API key?
No. Notipo completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Notipo?
It answers our handshake in 206 ms on average, which is faster than 66% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Notipo open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.