← xpoz.ai
INDIVIDUAL MCP TOOL
getTwitterPostInteractingUsers
Get users who interacted with a specific Twitter post (commenters, quoters, or retweeters).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.xpoz-mcp]
url = "https://mcp.xpoz.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xpoz-mcp": {
"type": "http",
"url": "https://mcp.xpoz.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xpoz-mcp
Remote MCP URL: https://mcp.xpoz.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"xpoz-mcp": {
"url": "https://mcp.xpoz.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xpoz-mcp": {
"type": "http",
"url": "https://mcp.xpoz.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xpoz-mcp",
"transport": "streamable-http",
"url": "https://mcp.xpoz.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
getTwitterUsers— Get one or more Twitter user profiles by IDs or usernames (1-100 per request).getTwitterUser— Get Twitter user profile by ID or username.searchTwitterUsers— Search users by person name, partial username, or fuzzy match using real-time external API.getTwitterUserConnections— Get Twitter user connections (followers or following).getTwitterUsersByKeywords— Search for USERS who authored tweets/comments/quotes/retweets matching keywords.getTwitterPostsByIds— Get multiple Twitter posts by numeric IDs (1-100 IDs per request).getTwitterPostsByAuthor— Get posts from author by username with multiple response modes.getTwitterPostsByKeywords— Search posts by keywords.