A
AdaptlyPost
/list_posts
List Posts
List posts with optional filters by status, platform, or date range. Supports pagination.
liveunknown~5s typical
mcpadaptlypost
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-adaptlypost-mcp-server /list_posts for me.
Input
| Field | Type | Description |
|---|---|---|
| statuses | array | Filter by status (e.g. ["SCHEDULED", "DRAFT"]) |
| platforms | array | Filter by platform |
| startDate | string | Start date (ISO 8601) |
| endDate | string | End date (ISO 8601) |
| sortOrder | string (NEWEST | OLDEST) | NEWEST or OLDEST |
| limit | number | Max results default 20 |
| offset | number | Pagination offset default 0 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-adaptlypost-mcp-server","endpoint":"/list_posts","input":{"limit":20,"offset":0}}'cli
npx cracked-ai run -p mcp-com-adaptlypost-mcp-server -e /list_posts -i '{"limit":20,"offset":0}'mcp
run_tool({ provider: "mcp-com-adaptlypost-mcp-server", endpoint: "/list_posts", input: {"limit":20,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.