notipo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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