XS
XPOZ Social Insights
/getTwitterPostsByKeywords
getTwitterPostsByKeywords
Search posts by keywords. FAST (default, omit responseType or responseType="fast"): Returns up to 300 results directly (use limit param to reduce, e.g. limit=5)
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 /getTwitterPostsByKeywords for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Full-text search of post content ONLY. Searches the text/content of posts, NOT author info |
| pageNumber | number | Page number to fetch (1-indexed). Must be provided with tableName to fetch subsequent page |
| pageNumberEnd | number | Optional ending page number for fetching multiple consecutive pages at once (e.g., pageNum |
| tableName | string | Cached table name from previous pagination request. Required when fetching pageNumber > 1. |
| startDate | string | |
| endDate | string | |
| authorUsername | string | Filter posts by author username. Use this parameter to search posts from a specific user. |
| authorId | string | Filter posts by author ID (numeric string). Alternative to authorUsername. |
| language | string | |
| sortBy | string (relevance | latest) | Sort order for results. "relevance" (default): best keyword matches first. "latest": newes |
| countryCode | string | Filter posts by the tagged place country code (ISO 3166-1 alpha-2, e.g. "US", "IL", "GB") |
| filterOutRetweets | boolean | Exclude retweets from results. When true, only original posts are returned. Default: false default false |
| fields | array | PERFORMANCE OPTIMIZATION: Specify fields you need. DEFAULT (if omitted): ["id", "text", "a |
| forceLatest | boolean | USE SPARINGLY: Force fetching the latest data from the API, bypassing cache checks. Only u |
| responseType | string (fast | paging | csv) | Response mode. "fast" (default): returns up to 300 results directly (use limit param to re |
| limit | number | Max results to return. Fast mode: capped at 300 (default: 300). Paging/CSV modes: caps tot |
| 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 |
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":"/getTwitterPostsByKeywords","input":{"query":"...","filterOutRetweets":false}}'cli
npx cracked-ai run -p mcp-ai-xpoz-social-insights -e /getTwitterPostsByKeywords -i '{"query":"...","filterOutRetweets":false}'mcp
run_tool({ provider: "mcp-ai-xpoz-social-insights", endpoint: "/getTwitterPostsByKeywords", input: {"query":"...","filterOutRetweets":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.