Transform Claude Code into a professional equity research agent for global equity markets — all 100% free and self-hosted.
| Command | Purpose | Example |
|---|---|---|
| --------- | --------- | --------- |
/probe | Thematic discovery, supply-chain scanning, alt-plays | "Screen US semiconductor stocks" or "Find HK EV supply chain" |
/dive | Single-company deep analysis | "Dive into AAPL" or "Analyze 0700.HK business model" |
/track | Position tracking, thesis validation, event radar | "Track NVDA position" or "Monitor my HK portfolio" |
/landscape | Macro research across CN-HK-US | "Compare US vs HK tech valuations" |
A local MCP server (mcp-server/server.py) providing 10 tools across three markets:
US Equities:
| Tool | Data Source | Free Basis |
|---|---|---|
| ------ | ------------- | ------------ |
get_ticker_info | yfinance | Open source |
get_price_history | yfinance | Open source |
batch_ticker_info | yfinance | Open source |
get_sec_filings | SEC EDGAR | Official free API |
get_macro_data | FRED | Official free API |
Hong Kong Equities:
| Tool | Data Source | Free Basis |
|---|---|---|
| ------ | ------------- | ------------ |
get_ticker_info | yfinance | Open source |
get_hkex_disclosures | HKEX News | Public access |
get_ah_spread | yfinance | Open source |
Global / All Markets:
| Tool | Data Source | Free Basis |
|---|---|---|
| ------ | ------------- | ------------ |
get_news_signals | NewsAPI + RSS | Free tier |
fiscal_calendar | Local JSON | Self-maintained |
run_sql | SQLite cache | Local |
.HK tickers.SS / .SZgit clone https://github.com/fredtai/Fintech-research.git
cd Fintech-research
pip install -r requirements.txt
claude
# /mcp to verify → then /probe, /dive, /track, /landscape
FRED_API_KEY — fred.stlouisfed.org (free) for US macro dataNEWS_API_KEY — newsapi.org (free, 100 req/day) for global news.claude/mode.md — new or experienced.claude/style.md — depth(quick/balanced/deep), tone(professional/conversational), coverage(global/us-only/hk-only)Apache 2.0 — Community skills and scaffolding. Anthropic skills bundle is also Apache 2.0 (vendored from anthropics/financial-services).
共 1 个版本