서브스택 리더
Substack의 Adam Mancini가 만든 Trade Companion에서 기사를 가져와서 읽을 수 있는 도구입니다.
설정
필수 조건
- 파이썬 3.8 이상
- Python용 uv 패키지 관리자
- 클로드 AI 어시스턴트
설치
- uv 패키지 관리자가 아직 없다면 설치하세요.지엑스피1
- 가상 환경을 만들고 활성화하세요.
- pyproject.toml 파일을 사용하여 종속성을 설치합니다.
Substack 인증 설정
구독자 전용 콘텐츠에 액세스하려면 Substack 쿠키를 제공해야 합니다.
- 브라우저에 Cookie-Editor 확장 프로그램을 설치하세요:
- tradecompanion.substack.com 에서 Substack 계정에 로그인하세요.
- 쿠키 편집기 확장 프로그램 아이콘을 클릭하세요
- "내보내기"를 클릭하고 "JSON으로 내보내기"를 선택하세요(이렇게 하면 쿠키가 클립보드에 복사됩니다)
- 이 프로젝트의 루트 디렉토리에
substack_cookies.json
이라는 파일을 만듭니다. - 복사한 쿠키를 이 파일에 붙여넣고 저장하세요.
Claude와 함께 사용
이 도구는 Claude AI Assistant와 함께 사용하도록 설계되었습니다. 설정 방법은 다음과 같습니다.
- Claude 구성 파일에 다음을 추가하여 Claude가 이 MCP 서버를 사용하도록 구성하세요.
/path/to/substack_reader
substack_reader 디렉토리의 실제 경로로 바꾸세요.
- 올바르게 구성된 경우, Claude는 실행 시 자동으로 이 MCP 서버에 연결됩니다.
- 그러면 클로드에게 최신 Trade Companion 기사를 가져오라고 요청할 수 있습니다.
특징
- Adam Mancini의 최신 Trade Companion 기사를 가져옵니다.
- 일반 텍스트 형식으로 기사 내용을 추출합니다.
- 제목, 문단 및 목록 항목을 보존합니다.
- "내 거래 방법론 기본" 기사 제외
개인정보 보호 참고사항
Substack 쿠키는 substack_cookies.json
파일에 로컬로 저장되며 Substack에 대한 요청을 인증하는 데만 사용됩니다. 다른 곳으로 전송되거나 어떤 방식으로든 노출되지 않습니다.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Substack에서 Adam Mancini가 작성한 Trade Companion의 구독자 전용 콘텐츠를 가져오고 읽을 수 있도록 하여 Claude가 최신 금융 거래 기사에 접근하고 논의할 수 있도록 합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityGive Claude access to real-time knowledge and premium content. Get rid of Claude's cutoff data and transform Claude's responses with current events, and trusted, premium sources through Linkup's powerful search capability.Last updated -134PythonMIT License
- -securityFlicense-qualityThis server provides an interface with the Finnhub API, enabling users to obtain the latest market news, stock market data, basic financials, and recommendation trends for specific stocks.Last updated -Python
- AsecurityAlicenseAqualityAllows Claude and other MCP clients to access real-time and historical stock market data from Alpha Vantage API, including intraday and daily stock data with customizable intervals.Last updated -33TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables downloading and parsing Substack posts directly through the Claude desktop app, allowing users to access and summarize Substack content.Last updated -13JavaScript