# Notipo (remote · app.notipo.com)

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

- Trust score: 88/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `app.notipo.com`: 88/100 (this document), [markdown](https://verifymcp.io/servers/kfuras-notipo/api-mcp.md), [page](https://verifymcp.io/servers/kfuras-notipo/api-mcp)

## Channel facts

- Endpoint: `https://app.notipo.com/api/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.2.5`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 852 tokens (~65/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Notipo MCP server?

Notipo is a hosted endpoint at https://app.notipo.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http kfuras-notipo 'https://app.notipo.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "kfuras-notipo": {
      "url": "https://app.notipo.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "kfuras-notipo": {
      "type": "http",
      "url": "https://app.notipo.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.kfuras-notipo]
url = "https://app.notipo.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kfuras-notipo": {
      "type": "remote",
      "url": "https://app.notipo.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kfuras-notipo --url 'https://app.notipo.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kfuras-notipo:
    url: "https://app.notipo.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "kfuras-notipo": {
      "Transport": "http",
      "Url": "https://app.notipo.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add kfuras-notipo -t streamable-http -u 'https://app.notipo.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "kfuras-notipo": {
      "type": "http",
      "url": "https://app.notipo.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-18 (score 88, +1)

- [security] Stability: 0.97 → pass

### 2026-09-16 (score 87, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 86, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 85, +1)

No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 84, +1)

No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-06 (score 82, +59)

- [security regression] Authorization: unverified → fail
- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.60

### 2026-08-27 (score 23, −54)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.23 → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Authorization: fail → unverified
- [security regression] Transport: pass → fail
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

## MCP tools (13)

### `list_posts` (~31 tokens)

List Posts

List all posts for your Notipo account. Returns title, status, WordPress URL, category, and timestamps.

Output parameters:

- `posts` (array)

### `get_post` (~38 tokens)

Get Post

Get details of a specific post by ID, including status, WordPress URL, and category.

Input parameters:

- `postId` (string, required): The post ID

Output parameters:

- `category` (string|null)
- `createdAt` (string)
- `id` (string)
- `notionPageId` (string|null)
- `status` (string): DRAFT | PUBLISHED | SYNCED | FAILED, etc.
- `title` (string)
- `updatedAt` (string)
- `wpPostId` (number|null)
- `wpUrl` (string|null)

### `create_post` (~150 tokens)

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.

Input parameters:

- `body` (string): Post content in markdown
- `category` (string): Category name
- `publish` (boolean): Publish immediately (true) or create as draft (false)
- `seoDescription` (string): Custom meta description for SEO (max 160 chars). Auto-derived from content if not set.
- `seoKeyword` (string): SEO focus keyword
- `slug` (string): Custom URL slug
- `tags` (array): Tag names
- `title` (string, required): Post title

Output parameters:

- `jobId` (string): Use get_job to poll status
- `notionPageId` (string)

### `direct_publish` (~174 tokens)

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.

Input parameters:

- `body` (string, required): Post content in markdown (required)
- `category` (string): Category name
- `imageTitle` (string): Featured image title/text overlay
- `publish` (boolean): Publish immediately (true) or create as draft (false)
- `seoDescription` (string): Custom meta description for SEO (max 160 chars)
- `seoKeyword` (string): SEO focus keyword
- `slug` (string): Custom URL slug
- `tags` (array): Tag names
- `title` (string, required): Post title

Output parameters:

- `jobId` (string): Use get_job to poll status

### `update_post` (~145 tokens)

Update Post

Update an existing post's content or properties in Notion, then re-sync to WordPress. Only provided fields are updated.

Input parameters:

- `body` (string): New content in markdown (replaces entire body)
- `category` (string): New category name
- `postId` (string, required): The post ID to update
- `publish` (boolean): Set true to also publish after updating
- `seoDescription` (string): New meta description for SEO (max 160 chars)
- `seoKeyword` (string): New SEO focus keyword
- `slug` (string): New URL slug
- `tags` (array): New tag names
- `title` (string): New title

Output parameters:

- `jobId` (string): Use get_job to poll status

### `publish_post` (~33 tokens)

Publish Post

Publish a draft post to WordPress (make it live).

Input parameters:

- `postId` (string, required): The post ID to publish

Output parameters:

- `jobId` (string): Use get_job to poll status

### `delete_post` (~44 tokens)

Delete Post

Delete a post from Notipo, WordPress, and reset the Notion page status. This cannot be undone.

Input parameters:

- `postId` (string, required): The post ID to delete

Output parameters:

- `deleted` (boolean)

### `list_categories` (~25 tokens)

List Categories

List all WordPress categories synced to Notipo. Use these names when creating posts.

Output parameters:

- `categories` (array)

### `list_tags` (~25 tokens)

List Tags

List all WordPress tags synced to Notipo. Use these names when creating posts.

Output parameters:

- `tags` (array)

### `get_job` (~62 tokens)

Get Job Status

Check the status of a sync or publish job. Returns status (PENDING, RUNNING, COMPLETED, FAILED), progress steps, and any error message.

Input parameters:

- `jobId` (string, required): The job ID returned from create_post, update_post, or publish_post

Output parameters:

- `completedAt` (string|null)
- `createdAt` (string)
- `error` (string|null)
- `id` (string)
- `post`
- `result`
- `startedAt` (string|null)
- `status` (string): PENDING | RUNNING | COMPLETED | FAILED
- `type` (string): SYNC_POST | PUBLISH_POST

### `list_jobs` (~48 tokens)

List Recent Jobs

List recent sync and publish jobs. Useful for monitoring pipeline activity.

Input parameters:

- `limit` (number): Number of jobs to return (default 10)
- `status` (string): Filter by job status

Output parameters:

- `jobs` (array)

### `get_settings` (~36 tokens)

Get Settings

Get your Notipo account configuration: which services are connected (Notion, WordPress), current plan, feature settings, and trigger statuses.

Output parameters:

- `codeHighlighter` (string|null)
- `notionConnected` (boolean)
- `plan` (string): FREE | TRIAL | PRO
- `wordpressConnected` (boolean)
- `wpSeoPlugin` (string|null): RANK_MATH | YOAST | SEOPRESS | AIOSEO

### `sync_now` (~41 tokens)

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.

Output parameters:

- `message` (string)
- `triggered` (boolean)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/kfuras-notipo/api-mcp#diagnostics

## Score history

- 2026-09-20: 88
- 2026-09-19: 88
- 2026-09-18: 88
- 2026-09-17: 87
- 2026-09-16: 87
- 2026-09-15: 86
- 2026-09-14: 86
- 2026-09-13: 85
- 2026-09-12: 85
- 2026-09-11: 84
- 2026-09-10: 84
- 2026-09-09: 83
- 2026-09-08: 83
- 2026-09-07: 82
- 2026-09-06: 82
- 2026-09-05: 23
- 2026-09-04: 23
- 2026-09-03: 23
- 2026-09-02: 23
- 2026-09-01: 23
- 2026-08-31: 23
- 2026-08-30: 23
- 2026-08-29: 23
- 2026-08-28: 23
- 2026-08-27: 23
- 2026-08-26: 77
- 2026-08-25: 75
- 2026-08-24: 75
- 2026-08-23: 74
- 2026-08-22: 74

## Common questions

### What is the Notipo MCP server?

Notipo is an MCP server listed in the public MCP registry as io.github.kfuras/notipo. Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync. This page covers its hosted endpoint (https://app.notipo.com/api/mcp).

### Is the Notipo MCP server safe to use?

Notipo scores 88 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Notipo MCP server expose?

Notipo exposes 13 tools: list_posts, get_post, create_post, direct_publish, update_post, and 8 more. Their descriptions and schemas cost roughly 852 tokens of context every time the server is loaded.

### Does the Notipo MCP server require authentication?

Yes. Notipo asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the Notipo MCP server still maintained?

Notipo is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://app.notipo.com/api/mcp
- Authorisation metadata: https://app.notipo.com/.well-known/oauth-protected-resource/api/mcp
- Repository: https://github.com/kfuras/notipo-app
- Changelog RSS feed: https://verifymcp.io/servers/kfuras-notipo/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/kfuras-notipo/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/kfuras-notipo/api-mcp
