Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jethrokirk-sudo/filingapi

io.github.jethrokirk-sudo/filingapi

SEC filings, earnings transcripts, guidance signals & macro calendar for S&P 500. 11 MCP tools.

Uptime
100.0%
1 direct probes · 30d
Response
680ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

get_filings

Get SEC filings (8-K, 10-Q, etc.) for a company by ticker symbol. Use this to see what filings are available for a company, with dates and accession numbers. Does not include guidance extract…

get_guidance

Get forward-looking guidance language extracted from a company's SEC filings, by ticker symbol. Use this when asked what a company said about future performance, revenue outlook, margin e…

get_filing_detail

Get the full detail of a single SEC filing by ticker and accession number (the unique SEC filing ID, e.g. '0000320193-26-000011'). Use this after get_filings or get_guidance has identified a …

search_filings

Search across all SEC filings in the database by keyword, optionally filtered by ticker and date range (YYYY-MM-DD format). Use this for open-ended questions like "which companies mentioned …

get_transcript

Get all available earnings call transcripts for a company by ticker. Returns a list of transcripts (each with fiscal_quarter, fiscal_year, date, and speakers). If asked about a specific quart…

get_earnings_calendar

Get upcoming earnings announcement dates with EPS and revenue estimates. Defaults to the next 7 days if no dates specified. Use this when asked about upcoming earnings, who reports this week,…

list_sectors

List all available sectors with the number of tickers in each. Use this when asked about sectors, industries, or to find which sector a type of company falls under. Returns 11 GICS sectors …

get_sector_filings

Get recent SEC filings for all companies in a given sector. Sector names are case-insensitive, e.g. "Technology", "Energy", "Healthcare". Use list_sectors first if unsure of exact names. …

get_company_info

Get sector, industry, and data coverage info for a company. Returns the company's GICS sector and industry classification, plus counts of available filings and transcripts.

get_signals

Get real-time AI sentiment signals derived from SEC 8-K filings. Each signal includes: ticker, bullish/bearish/neutral classification, confidence score (-100 to 100), a one-line summary, and …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.jethrokirk-sudo/filingapi": {
      "url": "https://mcp.filingapi.dev/mcp",
      "transport": "streamable-http"
    }
  }
}