Skip to main content
Glama

Beyond MCP Server

search-content

Search social media content on platforms like Farcaster, Twitter, and Telegram to retrieve relevant posts based on your query and specified limit.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
platformYesSocial platform (farcaster, twitter, telegram)
queryYesSearch query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of results to return", "type": "number" }, "platform": { "description": "Social platform (farcaster, twitter, telegram)", "type": "string" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "platform", "query" ], "type": "object" }
Install Server

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