XPOZ Social Insights
XS
XPOZ Social Insights
/getTwitterPostInteractingUsers

getTwitterPostInteractingUsers

Get users who interacted with a specific Twitter post (commenters, quoters, or retweeters). INTERACTION TYPES: "commenters" (users who replied to the post), "qu

liveunknown~5s typical
mcpxpozsocialinsights
$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-xpoz-social-insights /getTwitterPostInteractingUsers for me.

Input

FieldTypeDescription
postId*stringNumeric Twitter post/tweet ID. Must be a number-only string (e.g., "1234567890"). Do NOT p
interactionType*string (commenters | quoters | retweeters)Type of interaction to retrieve users for. Options: "commenters" (users who replied), "quo
responseTypestring (fast | paging | csv)Response mode. "fast" (default): returns up to 300 results directly (use limit param to re
limitnumberMax results to return. Fast mode: capped at 300 (default: 300). Paging/CSV modes: caps tot
startDatestring
endDatestring
pageNumbernumberPage number to fetch (1-indexed). Must be provided with tableName to fetch subsequent page
pageNumberEndnumberOptional ending page number for fetching multiple consecutive pages at once (e.g., pageNum
tableNamestringCached table name from previous pagination request. Required when fetching pageNumber > 1.
fieldsarrayPERFORMANCE OPTIMIZATION: Specify fields you need. DEFAULT (if omitted): ["id", "username"
forceLatestbooleanUSE SPARINGLY: Force fetching the latest data from the API, bypassing cache checks. Only u
userPromptstringCRITICAL FOR ACCURACY: Include the complete user question to enable query optimization and
feedbackstringOptional. Any free-form feedback you want to share — about this tool, other tools, the pla
_requestIdstring
_isTrialboolean
_trialTokenstring

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-xpoz-social-insights","endpoint":"/getTwitterPostInteractingUsers","input":{"postId":"...","interactionType":"commenters"}}'
cli
npx cracked-ai run -p mcp-ai-xpoz-social-insights -e /getTwitterPostInteractingUsers -i '{"postId":"...","interactionType":"commenters"}'
mcp
run_tool({ provider: "mcp-ai-xpoz-social-insights", endpoint: "/getTwitterPostInteractingUsers", input: {"postId":"...","interactionType":"commenters"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.