XS
XPOZ Social Insights
/countTweets
countTweets
Count tweets containing a specific phrase within a date range. Returns the total count of matching tweets (int) directly, or zero if none found. QUERY SYNTAX: P
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 /countTweets for me.
Input
| Field | Type | Description |
|---|---|---|
| phrase* | string | Count only tweets containing the phrase |
| startDate | string | Start date in YYYY-MM-DD format. Default: 6 months ago |
| endDate | string | End date in YYYY-MM-DD format. Default: current date |
| userPrompt | string | CRITICAL FOR ACCURACY: Include the complete user question to enable query optimization and |
| feedback | string | Optional. Any free-form feedback you want to share — about this tool, other tools, the pla |
| _requestId | string | |
| _isTrial | boolean | |
| _trialToken | string |
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":"/countTweets","input":{"phrase":"..."}}'cli
npx cracked-ai run -p mcp-ai-xpoz-social-insights -e /countTweets -i '{"phrase":"..."}'mcp
run_tool({ provider: "mcp-ai-xpoz-social-insights", endpoint: "/countTweets", input: {"phrase":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.