PostMantis
Automation

MCP Server

Use PostMantis tools from agent clients.

PostMantis MCP tools mirror current /api/v1 posting flow.

ToolAPI
postmantis.list_profilesGET /api/v1/profiles
postmantis.create_postPOST /api/v1/posts
postmantis.list_postsGET /api/v1/posts
postmantis.get_postGET /api/v1/posts/{id}
postmantis.cancel_postPOST /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.