notipo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_postsA | List all posts for your Notipo account. Returns title, status, WordPress URL, category, and timestamps. |
| get_postA | Get details of a specific post by ID, including status, WordPress URL, and category. |
| create_postA | 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_publishA | 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_postA | Update an existing post's content or properties in Notion, then re-sync to WordPress. Only provided fields are updated. |
| publish_postA | Publish a draft post to WordPress (make it live). |
| delete_postA | Delete a post from Notipo, WordPress, and reset the Notion page status. This cannot be undone. |
| list_categoriesA | List all WordPress categories synced to Notipo. Use these names when creating posts. |
| list_tagsA | List all WordPress tags synced to Notipo. Use these names when creating posts. |
| get_jobA | Check the status of a sync or publish job. Returns status (PENDING, RUNNING, COMPLETED, FAILED), progress steps, and any error message. |
| list_jobsA | List recent sync and publish jobs. Useful for monitoring pipeline activity. |
| get_settingsA | Get your Notipo account configuration: which services are connected (Notion, WordPress), current plan, feature settings, and trigger statuses. |
| sync_nowA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kfuras/notipo-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server