Automation
MCP Server
Use PostMantis tools from agent clients.
PostMantis MCP tools mirror current /api/v1 posting flow.
| Tool | API |
|---|---|
postmantis.list_profiles | GET /api/v1/profiles |
postmantis.create_post | POST /api/v1/posts |
postmantis.list_posts | GET /api/v1/posts |
postmantis.get_post | GET /api/v1/posts/{id} |
postmantis.cancel_post | POST /api/v1/posts/{id}/cancel |
create_post accepts publish-now or scheduled work. It is async acceptance. Call get_post later to inspect final delivery state.