Substack Reader
Substack 阅读器
一种用于获取和阅读 Adam Mancini 在 Substack 上撰写的 Trade Companion 文章的工具。
设置
先决条件
Python 3.8+
Python 的 uv 包管理器
克劳德人工智能助手
安装
如果您还没有安装 uv 包管理器,请安装它:
curl -sSf https://install.ultraviolet.dev | sh创建并激活虚拟环境:
uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate使用 pyproject.toml 文件安装依赖项:
uv pip install -e .
设置 Substack 身份验证
要访问仅限订阅者的内容,您需要提供 Substack cookies:
为您的浏览器安装 Cookie-Editor 扩展:
登录您的 Substack 帐户,网址为tradecompanion.substack.com
点击 Cookie 编辑器扩展图标
单击“导出”并选择“导出为 JSON”(这会将 cookie 复制到剪贴板)
在该项目的根目录中创建一个名为
substack_cookies.json的文件将复制的 cookies 粘贴到此文件中并保存
Related MCP server: Tushare MCP Server
与 Claude 一起使用
此工具旨在与 Claude AI 助手配合使用。设置方法:
通过将以下内容添加到您的 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 目录的实际路径。
正确配置后,Claude 启动时将自动连接到此 MCP 服务器。
然后您可以要求 Claude 获取最新的 Trade Companion 文章。
特征
获取 Adam Mancini 撰写的最新 Trade Companion 文章
以纯文本格式提取文章内容
保留标题、段落和列表项
不包括“我的交易方法基础”文章
隐私声明
您的 Substack Cookie 本地存储在substack_cookies.json文件中,仅用于验证对 Substack 的请求。它们不会被发送到其他地方,也不会以任何方式暴露。
This server cannot be installed
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
- -licenseNot gradedqualityNot gradedmaintenanceAn 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.
- AlicenseNot gradedqualityDmaintenanceA server based on Model Context Protocol that enables AI assistants to query and search for stock information using the Tushare API.47MIT
- Creative Commons Zero v1.0 Universal
- AlicenseBqualityDmaintenanceEnables 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.231523MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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