Mesh Agent MCP Server

Official
MIT License
42
  • Apple
  • Linux

elfatwitterintelligenceagent_search_account

Analyze Twitter accounts for engagement metrics, follower growth, mentions by influential users, and trending topics. Retrieve historical activity data spanning weeks to assess account performance and cryptocurrency discussions.

Instructions

Search for a Twitter account with both mention search and account statistics. This tool provides engagement metrics, follower growth, and mentions by smart users. It does not contain all tweets, but only those of influential users. It also identifies the topics and cryptocurrencies they frequently discuss. Data comes from ELFA API and can analyze several weeks of historical activity.

Input Schema

NameRequiredDescriptionDefault
days_agoNoNumber of days to look back for mentions
limitNoMaximum number of mention results
usernameYesTwitter username to analyze (without @)

Input Schema (JSON Schema)

{ "properties": { "days_ago": { "default": 30, "description": "Number of days to look back for mentions", "type": "number" }, "limit": { "default": 20, "description": "Maximum number of mention results", "type": "number" }, "username": { "description": "Twitter username to analyze (without @)", "type": "string" } }, "required": [ "username" ], "type": "object" }
ID: 6dmo0hl0qq