Fetches and processes articles from Trade Companion by Adam Mancini on Substack, extracting article content in plain text format while preserving formatting elements like headings, paragraphs, and list items.
Substack Reader
A tool to fetch and read articles from Trade Companion by Adam Mancini on Substack.
Setup
Prerequisites
- Python 3.8+
- uv package manager for Python
- Claude AI assistant
Installation
- Install uv package manager if you don't have it already:
- Create and activate a virtual environment:
- Install dependencies using the pyproject.toml file:
Setting up Substack Authentication
To access subscriber-only content, you'll need to provide your Substack cookies:
- Install the Cookie-Editor extension for your browser:
- Log in to your Substack account at tradecompanion.substack.com
- Click on the Cookie-Editor extension icon
- Click "Export" and select "Export as JSON" (This copies the cookies to your clipboard)
- Create a file named
substack_cookies.json
in the root directory of this project - Paste the copied cookies into this file and save
Usage with Claude
This tool is designed to be used with Claude AI assistant. To set it up:
- Configure Claude to use this MCP server by adding the following to your Claude config file:
Replace /path/to/substack_reader
with the actual path to your substack_reader directory.
- When properly configured, Claude will automatically connect to this MCP server when launched.
- You can then ask Claude to fetch the latest Trade Companion article.
Features
- Fetches the latest Trade Companion articles by Adam Mancini
- Extracts article content in plain text format
- Preserves headings, paragraphs, and list items
- Excludes the "My Trade Methodology Fundamentals" article
Privacy Note
Your Substack cookies are stored locally in the substack_cookies.json
file and are only used to authenticate requests to Substack. They are not sent anywhere else or exposed in any way.
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.
Enables fetching and reading subscriber-only content from Trade Companion by Adam Mancini on Substack, allowing Claude to access and discuss the latest financial trading articles.
Related Resources
Related MCP Servers
- 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 -18JavaScript
- -securityAlicense-qualityAn 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.Last updated -PythonMIT License
- -securityAlicense-qualityA server based on Model Context Protocol that enables AI assistants to query and search for stock information using the Tushare API.Last updated -21PythonMIT License
- Creative Commons Zero v1.0 Universal