Skip to main content
Glama

Twitter MCP Server

bulkUserProfiles

Retrieve and compare multiple Twitter user profiles in one request, analyzing metrics and analytics for up to 20 usernames or user IDs.

Instructions

Get multiple user profiles in a single request for comparative analysis

Input Schema

NameRequiredDescriptionDefault
includeMetricsNoInclude detailed metrics and analytics (default: true)
userIdsNoArray of user IDs to analyze
usernamesNoArray of usernames to analyze (e.g., ["elonmusk", "sundarpichai"])

Input Schema (JSON Schema)

{ "properties": { "includeMetrics": { "description": "Include detailed metrics and analytics (default: true)", "type": "boolean" }, "userIds": { "description": "Array of user IDs to analyze", "items": { "type": "string" }, "maxItems": 20, "type": "array" }, "usernames": { "description": "Array of usernames to analyze (e.g., [\"elonmusk\", \"sundarpichai\"])", "items": { "type": "string" }, "maxItems": 20, "type": "array" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-twitter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server