Beyond MCP ServerServer

Beyond-Network-AI
GitHub
social-mediaAPI-integrationdata-access

Loading subscription status...

💡 Description

An extensible Model Context Protocol server that provides standardized access to social platform data (currently Farcaster) and on-chain data for LLMs. It fully implements the Model Context Protocol specification and is designed to support multiple social media platforms.

📝 JSON Entries

{
  "mcpServers": [
    {
      "beyond-social": {
        "env": {
          "ENABLE_TWITTER": "false",
          "NEYNAR_API_KEY": "YOUR_API_KEY_HERE",
          "ENABLE_FARCASTER": "true"
        },
        "args": [
          "/full/path/to/beyond-mcp-server/dist/index.js",
          "--stdio"
        ],
        "command": "/usr/local/bin/node"
      }
    }
  ]
}

🛠️ Tools

search-contentget-user-profileget-user-contentget-trending-topicsget-thread

Features

  • MCP compliance with complete implementation
  • Multi-platform support
  • Easily extensible for new platform providers
  • Context format optimized for LLMs
  • Flexible transport support for stdio and SSE/HTTP

💬 Example Queries

  • search for trending topics on Farcaster
  • get user profile for user ID 12345
  • fetch the latest content from a specific user