{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "briefs-finance",
  "version": "1.0.0",
  "title": "Briefs Finance",
  "description": "Investment research and financial analysis for retail investors. Access stock scores, watchlists, educational modules, community posts, and competitor metrics.",
  "websiteUrl": "https://briefs.co",
  "icons": {
    "favicon": "https://briefs.co/favicon.ico"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://mcp.briefs.co/mcp"
  },
  "authentication": {
    "type": "oauth2",
    "authorizationUrl": "https://mcp.briefs.co/authorize",
    "tokenUrl": "https://mcp.briefs.co/token",
    "clientRegistrationUrl": "https://mcp.briefs.co/register",
    "scopes": {
      "briefs:read": "Read access to Briefs Finance data",
      "briefs:write": "Write access (watchlists, community posts)"
    }
  },
  "tools": [
    {
      "name": "coach_foundation_build"
    },
    {
      "name": "coach_portfolio_build"
    },
    {
      "name": "coach_profile_review"
    },
    {
      "name": "coach_quarterly_review"
    },
    {
      "name": "coach_research_next"
    },
    {
      "name": "compare_competitor_metrics"
    },
    {
      "name": "create_bookmark"
    },
    {
      "name": "create_bookmark_collection"
    },
    {
      "name": "create_chat_project"
    },
    {
      "name": "create_chat_session"
    },
    {
      "name": "create_comment"
    },
    {
      "name": "create_community_post"
    },
    {
      "name": "create_content_comment"
    },
    {
      "name": "create_content_comment_reply"
    },
    {
      "name": "create_watchlist"
    },
    {
      "name": "create_watchlist_item"
    },
    {
      "name": "delete_bookmark"
    },
    {
      "name": "delete_bookmark_collection"
    },
    {
      "name": "delete_watchlist"
    },
    {
      "name": "delete_watchlist_item"
    },
    {
      "name": "edit_content_comment"
    },
    {
      "name": "get_article"
    },
    {
      "name": "get_briefs_score"
    },
    {
      "name": "get_cleaned_financials"
    },
    {
      "name": "get_coach_context"
    },
    {
      "name": "get_community_feed"
    },
    {
      "name": "get_guidelines"
    },
    {
      "name": "get_lesson_content"
    },
    {
      "name": "get_module_lessons"
    },
    {
      "name": "get_post_thread"
    },
    {
      "name": "get_profile_answers"
    },
    {
      "name": "get_stock_key_metrics"
    },
    {
      "name": "get_stock_peers"
    },
    {
      "name": "help"
    },
    {
      "name": "join_community_room"
    },
    {
      "name": "leave_community_room"
    },
    {
      "name": "list_bookmark_collections"
    },
    {
      "name": "list_bookmarks"
    },
    {
      "name": "list_chat_projects"
    },
    {
      "name": "list_chat_sessions"
    },
    {
      "name": "list_community_rooms"
    },
    {
      "name": "list_content_comments"
    },
    {
      "name": "list_modules"
    },
    {
      "name": "list_profile_questions"
    },
    {
      "name": "list_reactions"
    },
    {
      "name": "list_watchlist_items"
    },
    {
      "name": "list_watchlists"
    },
    {
      "name": "move_bookmark"
    },
    {
      "name": "move_watchlist_item"
    },
    {
      "name": "rename_bookmark_collection"
    },
    {
      "name": "reply_to_comment"
    },
    {
      "name": "search_articles"
    },
    {
      "name": "set_content_comment_notifications"
    },
    {
      "name": "set_profile_answer"
    },
    {
      "name": "show_briefs_score_card"
    },
    {
      "name": "show_stock_quote_card"
    },
    {
      "name": "thesis_discover"
    },
    {
      "name": "thesis_plan"
    },
    {
      "name": "thesis_refine"
    },
    {
      "name": "toggle_reaction"
    },
    {
      "name": "update_watchlist"
    },
    {
      "name": "update_watchlist_item"
    },
    {
      "name": "whoami"
    }
  ]
}