Stock Feeder
A personal Model Context Protocol server that gives Claude access to market data and SEC filings for trading analysis. It retrieves and returns data only — it cannot place trades, move money, or take any action.
Market data
get_quote(ticker)get_quotes(tickers[])get_price_history(ticker, range)
Calendars
earnings_calendar(tickers[], …)ipo_calendar(direction?, from?, to?)lockup_calendar(tickers[], withinDays?)
SEC EDGAR filings
search_filings(q, …)get_filing_document(ticker, accessionNumber, section?)extract_lockup_terms(ticker, accessionNumber?)
Screening & analysis
screen_momentum(filters?, …)short_interest(tickers[])price_window_decomposition(tickers[], boundaries[], …)
Utilities
get_datetime()