Twitter/X Data Skill Query Twitter/X data from the 6551 platform REST API. All endpoints require a Bearer token via . Get your token : https://6551.io/mcp Base URL : Authentication All requests require the header: --- Twitter Operations 1. Get Twitter User Info Get user profile by username. 2. Get Twitter User by ID Get user profile by numeric ID. 3. Get User Tweets Get recent tweets from a user. | Parameter | Type | Default | Description | |------------------|---------|----------|--------------------------------| | | string | required | Twitter username (without @) | | | integer | 20 | Max t…