F
facesign-mcp
/list_sessions
list sessions
List FaceSign sessions with optional filtering by status, date range, and search term. Supports pagination via cursor.
liveunknown~5s typical
mcpfacesign-mcp
$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-ai-facesign-facesign-mcp /list_sessions for me.
Input
| Field | Type | Description |
|---|---|---|
| status | string | Filter by session status |
| fromDate | number | Start of date range (Unix timestamp in ms) |
| toDate | number | End of date range (Unix timestamp in ms) |
| search | string | Search term to filter sessions |
| sortBy | string (createdAt | status | finishedAt) | Field to sort by |
| sortOrder | string (asc | desc) | Sort direction |
| limit | number | Max sessions to return (1-100, default 10) |
| cursor | string | Pagination cursor from a previous response |
| clientReferenceId | string | Filter by client reference ID |
| flowId | string | Filter sessions by flow ID |
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-ai-facesign-facesign-mcp","endpoint":"/list_sessions","input":{}}'cli
npx cracked-ai run -p mcp-ai-facesign-facesign-mcp -e /list_sessions -i '{}'mcp
run_tool({ provider: "mcp-ai-facesign-facesign-mcp", endpoint: "/list_sessions", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.