Vibe Marketing MCP (HyperFeed.ai)

get-trending-content

Fetch trending social media content from the HyperFeed API

Remote synthetic-ci/vibe-marketing

Other tools also called get-trending-content? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of trending items to return"
    },
    "networks": {
      "type": "string",
      "default": "twitter",
      "description": "Social media networks to get trending content from (e.g., 'twitter' and 'reddit')"
    }
  }
}