postizz-MCP
If you are the rightful owner of postizz-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Postiz MCP Server is a Model Context Protocol server implementation designed for the Postiz platform, offering secure and efficient access to Postiz API functionalities.
The Postiz MCP Server is a robust implementation of the Model Context Protocol (MCP) tailored for the Postiz platform. It facilitates seamless interaction with the Postiz API, allowing users to manage content efficiently. The server supports multiple transport protocols, including Server-Sent Events (SSE), HTTP, and stdio, ensuring flexibility in communication. Designed with security in mind, the server runs as a non-root user within Docker, minimizing potential vulnerabilities. Configuration is straightforward, relying on environment variables, and the server includes a health check endpoint to monitor its status. The server can be easily deployed using Docker Compose or directly with Docker, and it supports multi-architecture builds, making it versatile for various deployment environments. The project is structured to separate core server functionalities, MCP tools, and transport implementations, facilitating easy maintenance and development.
Features
- Supports SSE, HTTP, and stdio transports
- Provides access to Postiz API functionality through MCP tools
- Secure by default with non-root user in Docker
- Environment variable configuration
- Health check endpoint
Tools
create-post
Tool to create a new post on the Postiz platform.
get-posts
Tool to retrieve posts from the Postiz platform.
get-integrations
Tool to get integration details from the Postiz platform.
get-self
Tool to retrieve information about the current user.
login
Tool to authenticate a user on the Postiz platform.