XS
XPOZ Social Insights
/getTwitterUsers
getTwitterUsers
Get one or more Twitter user profiles by IDs or usernames (1-100 per request). Use identifierType="id" for numeric user IDs, identifierType="username" for usern
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 /getTwitterUsers for me.
Input
| Field | Type | Description |
|---|---|---|
| identifiers* | array | Array of user IDs (numeric) or usernames (1-100). All must match identifierType. Examples: |
| identifierType* | string (id | username) | Type of identifier provided. Use "id" for numeric user ID, "username" for username. |
| fields | array | PERFORMANCE OPTIMIZATION: Specify fields you need. DEFAULT (if omitted): ["id", "username" |
| forceLatest | boolean | USE SPARINGLY: Force fetching the latest data from the API, bypassing cache checks. Only u |
| 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":"/getTwitterUsers","input":{"identifiers":[],"identifierType":"id"}}'cli
npx cracked-ai run -p mcp-ai-xpoz-social-insights -e /getTwitterUsers -i '{"identifiers":[],"identifierType":"id"}'mcp
run_tool({ provider: "mcp-ai-xpoz-social-insights", endpoint: "/getTwitterUsers", input: {"identifiers":[],"identifierType":"id"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.