{
  "name": "socialdata",
  "title": "SocialData API",
  "description": "Read-only MCP server for X (Twitter) data: user lookup, timelines, search, followers, following, threads and replies. 14 tools, billed per result like the REST API.",
  "documentation": "https://docs.socialdata.tools/mcp/introduction",
  "servers": [
    {
      "type": "http",
      "url": "https://api.socialdata.tools/mcp",
      "transport": "streamable-http",
      "authentication": {
        "type": "bearer",
        "header": "Authorization",
        "format": "Bearer YOUR_API_KEY",
        "instructions": "Use your SocialData REST API key from https://socialdata.tools/app/api-keys"
      }
    }
  ],
  "tools": [
    "get_user_by_username",
    "get_user_by_id",
    "search_users",
    "get_tweet",
    "get_tweet_thread",
    "get_tweet_comments",
    "get_user_tweets",
    "get_user_tweets_and_replies",
    "get_user_mentions",
    "get_list_tweets",
    "get_user_followers",
    "get_user_following",
    "check_is_following",
    "search_tweets"
  ],
  "llms_txt": "https://socialdata.tools/llms.txt",
  "openapi": "https://socialdata.tools/openapi.yaml"
}
