Skip to main content
Glama

Beyond MCP Server

get-trending-feed

Retrieve trending content from social platforms like Farcaster, Twitter, and Telegram. Specify time windows, providers, and item limits to analyze and monitor popular posts.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of trending items to return (default: 20)
platformYesSocial platform (farcaster, twitter, telegram)
providerNoProvider to use for trending feed (default: neynar)
timeWindowNoTime window for trending content (default: 24h)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of trending items to return (default: 20)", "type": "number" }, "platform": { "description": "Social platform (farcaster, twitter, telegram)", "type": "string" }, "provider": { "description": "Provider to use for trending feed (default: neynar)", "enum": [ "neynar", "openrank", "mbd" ], "type": "string" }, "timeWindow": { "description": "Time window for trending content (default: 24h)", "enum": [ "1h", "6h", "12h", "24h", "7d", "30d" ], "type": "string" } }, "required": [ "platform" ], "type": "object" }

Other Tools from Beyond MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Beyond-Network-AI/beyond-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server