文檔
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