Skip to main content
Glama
pl728

Substack Reader

by pl728

サブスタックリーダー

Substack 上の Adam Mancini による Trade Companion から記事を取得して読むためのツール。

設定

前提条件

  1. Python 3.8以上

  2. Python用のUVパッケージマネージャー

  3. クロードAIアシスタント

インストール

  1. まだインストールしていない場合は、UV パッケージ マネージャーをインストールします。

    curl -sSf https://install.ultraviolet.dev | sh
  2. 仮想環境を作成してアクティブ化します。

    uv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  3. pyproject.toml ファイルを使用して依存関係をインストールします。

    uv pip install -e .

Substack認証の設定

購読者限定コンテンツにアクセスするには、Substack クッキーを提供する必要があります。

  1. ブラウザに Cookie-Editor 拡張機能をインストールします。

  2. tradecompanion.substack.comで Substack アカウントにログインします。

  3. Cookie-Editor拡張機能アイコンをクリックします

  4. 「エクスポート」をクリックし、「JSONとしてエクスポート」を選択します(これにより、Cookieがクリップボードにコピーされます)

  5. このプロジェクトのルートディレクトリにsubstack_cookies.jsonという名前のファイルを作成します。

  6. コピーしたクッキーをこのファイルに貼り付けて保存します

Related MCP server: Tushare MCP Server

クロードとの使用

このツールはClaude AIアシスタントと併用するように設計されています。設定方法は次のとおりです。

  1. 次のコードを Claude 構成ファイルに追加して、Claude がこの MCP サーバーを使用するように設定します。

{
  "mcpServers": {
    "substack_reader": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/substack_reader",
        "run",
        "substack_reader.py"
      ]
    }
  },
  "globalShortcut": "Ctrl+Space"
}

/path/to/substack_reader substack_reader ディレクトリへの実際のパスに置き換えます。

  1. 適切に設定されている場合、Claude は起動時にこの MCP サーバーに自動的に接続します。

  2. その後、Claude に最新の Trade Companion の記事を取得するよう依頼できます。

特徴

  • Adam Manciniによる最新のTrade Companion記事を取得します

  • 記事の内容をプレーンテキスト形式で抽出します

  • 見出し、段落、リスト項目を保持します

  • 「私のトレード手法の基礎」の記事は除外されます

プライバシーに関する注意事項

SubstackのCookieはsubstack_cookies.jsonファイルにローカルに保存され、Substackへのリクエストの認証にのみ使用されます。他の場所に送信されたり、いかなる形でも公開されることはありません。

F
license - not found
Not graded
quality - not tested
Not graded
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that enables AI assistants like Claude to interact with Substack newsletters, allowing for post retrieval, content searching, and author information access through a standardized interface.
  • A
    license
    Not graded
    quality
    D
    maintenance
    A server based on Model Context Protocol that enables AI assistants to query and search for stock information using the Tushare API.
    47
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants like Claude to interact with Paper's trading platform API using natural language, allowing users to manage accounts, portfolios, trades, and access market data through conversational requests.
    23
    15
    23
    MIT

View all related MCP servers

Related MCP Connectors

  • 21 paid tools: US macro data, SEC EDGAR filings, on-chain EVM reads. Settled in USDC on Base.

  • Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude

  • Trade Robinhood through natural language in Claude Code.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pl728/substack-fetcher-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server