Beyond MCP Server provides standardized access to social platform data, currently supporting Farcaster (via Neynar API) with placeholders for Twitter and Telegram integration. It implements a flexible architecture with both stdio and HTTP/SSE transports, making it compatible with Claude Desktop. The server exposes resources and tools for searching content, retrieving user profiles, analyzing threads, and exploring trending topics across platforms. Built with extensibility in mind, it allows easy addition of new platform providers and is particularly valuable for AI assistants that need to incorporate social media context into conversations.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search for content on a social platform.
Get a user's profile information.
Get user profile using wallet address (Farcaster only).
Get user's wallet balance (Farcaster only). Accepts either FID (numeric) or username and automatically handles username to FID conversion.
Get content from a specific user.
Get a conversation thread.
Get current trending topics.
Get trending feed with multi-provider support (Farcaster only).
Get profile based on wallet address.
Search for channels on a platform (Farcaster only). Parameters include query, limit, cursor, and returns detailed channel information including follower count and metadata.
Search for multiple channels in parallel (Farcaster only). Parameters include queries (array), limit, cursor, and returns results for each query with channel details and pagination info.