文档
Followin MCP 接入指南与工具参考
快速开始
5 分钟完成接入,无需写代码。
1
获取 API Key
注册 Followin 账号后,在 看板 页面复制你的 API Key。
2
选择客户端并接入
选择你的 AI 客户端,按展示的配置接入,并把
YOUR_API_KEY_HERE 替换为你的 Key。新版 Claude Desktop、claude.ai connector、Codex 等客户端的标准传输方式。
把这段直接丢给任意编码 agent(Claude Code、Cursor、Codex 等),它会帮你完成接入——先把 API Key 替换进去即可。
Install the Followin MCP server for me: https://mcp.followin.io/v2/mcp
It's a Streamable HTTP endpoint that needs the header x-api-key: YOUR_API_KEY_HERE3
重启或重连客户端
重启或重连 AI 客户端后,Followin MCP 工具即可使用。
可以问什么
接入之后直接用自然语言提问即可。下面是每个能力对应的问法和能拿到什么,大多数问题一句话就能出结果。
7000+ 美股、ETF、美债,加基本面、评级、SEC 申报信号全覆盖。
美股 + 加密 KOL 实时
这样问
- “今天美股 KOL 在聊什么?”
- “KOL 最近怎么看 NBIS?”
拿到 230+ 人工策展 KOL 的最新推文,多语言。
研报 + 分析师
这样问
- “今天有什么独立分析师研报?”
- “拉一下 MU 的研报和深度文章。”
拿到 独立分析师长文,加财经媒体研究。
实时行情 — 美股 / ETF / 美债
这样问
- “AAPL、NVDA、MU 现在多少钱?”
- “今天美债收益率曲线长什么样?”
拿到 实时报价、涨跌、成交量,完整收益率曲线、外汇。
基本面 — 三表 / 比率 / 财报
这样问
- “给我 NVDA 完整基本面。”
- “MU 下次什么时候发财报,预估多少?”
拿到 季度三表、22+ 财务比率、增长率、Beat/Miss 历史、下次财报预估。
投行评级 — 20+ 机构
这样问
- “MU 现在各家投行都给什么评级,consensus PT 多少?”
拿到 每家机构评级,加 consensus 目标价(中位 / 最高 / 最低)。
内部人 + 13F 申报
这样问
- “NVDA 内部人最近在买还是卖?”
- “TSLA 的 13F 机构持仓怎么变?”
拿到 SEC Form 4 内部人交易,加 13F 机构持仓。
宏观日历 + FRED
这样问
- “本周有什么经济日历事件?”
- “美国 CPI、联邦基金利率、失业率最新值?”
拿到 FOMC / CPI / 非农,含 actual / estimate / previous,加 FRED 时间序列。
跨市场 — 加密 × 美股 × 宏观
这样问
- “币安上线美股交易,BTC、MSTR、美股 KOL 怎么反应?”
拿到 一句话并行拉新闻 + 双边行情 + KOL 反应。
进阶 — 让你的 AI 路由更准
把这段 primer 粘到你的 CLAUDE.md 或项目 memory,让 AI 知道每类意图该调哪个工具、怎么区分加密和美股、什么时候串多步调用。
CLAUDE.md
# Followin MCP - when to call (routing primer)
You have Followin MCP connected: crypto + US-equity news / signal / market data. For the intents below, call the tools - don't answer from memory. Each tool's own description carries the full COVERS map and the cross-tool boundaries; this primer is only the orchestration overview.
## Routing (intent -> tool)
- Prices, quotes, OHLCV history, technicals, macro data, fundamentals (incl. analyst ratings/targets, earnings calendar, peers) -> metrics
- News / commentary / research / tweets / channel posts -> news
- Who's buying: KOL calls / whales / insiders / 13F holdings -> signal
- Raw Twitter ops on a named account or tweet -> twitter
## Conventions
- US stocks asset_type="tradfi"; crypto asset_type="crypto".
## Common orchestrations
- US-stock due diligence = metrics(["market"]) + metrics(["fundamentals"]) + news(["twitter"]) + news(["research"]) + signal(["insider_trading"])
- Crypto monitoring = metrics(["market"]) + signal(["kol_call"], query="consensus") + signal(["trader_position"]) + news(["media"])发现 bug 或有功能建议?来信 feedback@followin.io