Mesh Agent MCP Server

Official
MIT License
42
  • Apple
  • Linux

elfatwitterintelligenceagent_search_mentions

Search Twitter for mentions of specific tokens or topics by influential accounts. Use this tool to analyze discussions about cryptocurrencies or blockchain projects, focusing on up to 5 keywords and a customizable time range.

Instructions

Search for mentions of specific tokens or topics on Twitter. This tool finds discussions about cryptocurrencies, blockchain projects, or other topics of interest. It provides the tweets and mentions of smart accounts (only influential ones) and does not contain all tweets. Use this when you want to understand what influential people are saying about a particular token or topic on Twitter. Each of the search keywords should be one word or phrase. A maximum of 5 keywords are allowed. One key word should be one concept. Never use long sentences or phrases as keywords.

Input Schema

NameRequiredDescriptionDefault
days_agoNoNumber of days to look back
keywordsYesList of keywords to search for
limitNoMaximum number of results (minimum: 20, maximum: 30)

Input Schema (JSON Schema)

{ "properties": { "days_ago": { "default": 20, "description": "Number of days to look back", "type": "number" }, "keywords": { "description": "List of keywords to search for", "items": { "type": "string" }, "type": "array" }, "limit": { "default": 20, "description": "Maximum number of results (minimum: 20, maximum: 30)", "type": "number" } }, "required": [ "keywords" ], "type": "object" }
ID: 6dmo0hl0qq