Beyond-Network-AI_beyond-mcp-server
Beyond MCP Server is a Model Context Protocol compliant server designed for accessing data from various social and onchain platforms. It features multi-platform support, extensibility for adding new providers, and optimized context formatting for language models, while offering flexible transport options.
Beyond MCP Server
An extensible Model Context Protocol server offering standardized access to social platform and onchain data. Supports multi-platforms, designed to easily add new providers. Optimized for LLM context formatting and supports both stdio and SSE/HTTP transports.
Features
- MCP Compliant: Fully implements the Model Context Protocol.
- Multi-Platform: Supports multiple social media platforms.
- Extensible: Allows easy addition of new platforms.
- Supported Transports: Both stdio and HTTP/SSE.
Supported Platforms
- Farcaster: Full implementation via Neynar API.
- Twitter: Placeholder.
MCP Capabilities
- Resources: Includes search, profile retrieval, balance checking, content fetching, and more.
- Tools: Such as search-content, get-user-profile, get-trending-topics.
- Prompts: Analyze social media threads, user activity summaries, etc.
Extending with New Providers
To add new social platform providers, create a new directory in src/providers/
, implement the ContentProvider
interface, and register the provider.
Contributing
Contributions are encouraged through Pull Requests.