{"openapi":"3.1.0","info":{"title":"Twitter/X MCP Server","description":"Twitter/X MCP 서버로 AI 에이전트에서 트윗 게시, 검색, 타임라인 조회, 사용자 정보 확인을 수행할 수 있습니다. 자연어로 트윗을 작성하고 트렌드를 분석하여 소셜 미디어 마케팅을 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-twitter","x-fusepie-category":"communication","x-fusepie-provider":"X (Twitter)"},"servers":[{"url":"npx -y twitter-mcp","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_twitter","summary":"Twitter/X MCP Server","description":"Twitter/X MCP 서버로 AI 에이전트에서 트윗 게시, 검색, 타임라인 조회, 사용자 정보 확인을 수행할 수 있습니다. 자연어로 트윗을 작성하고 트렌드를 분석하여 소셜 미디어 마케팅을 자동화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-twitter":{"command":"npx","args":["-y","@fusepie/mcp-mcp-twitter"],"env":{"API_KEY":""}}}}}