{"name":"io.github.jethrokirk-sudo/filingapi","slug":"jethrokirk-sudo-filingapi","title":null,"description":"SEC filings, earnings transcripts, guidance signals & macro calendar for S&P 500. 11 MCP tools.","url":"https://mcp.market/server/jethrokirk-sudo-filingapi","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"productivity","tags":["productivity"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T10:21:42.933Z","last_ok_at":"2026-09-27T10:21:42.933Z","latency_ms":2035},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.filingapi.dev/mcp","headers":[{"value":"${FILINGAPI_KEY}","name":""}]}],"packages":[],"tools":[{"name":"get_company_info","description":"Get sector, industry, and data coverage info for a company.\n\n    Returns the company's GICS sector and industry classification,\n    plus counts of available filings and transcripts.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"}},"required":["ticker"],"title":"get_company_infoArguments"}},{"name":"get_earnings_calendar","description":"Get upcoming earnings announcement dates with EPS and revenue\n    estimates. Defaults to the next 7 days if no dates specified.\n\n    Use this when asked about upcoming earnings, who reports this week,\n    or when a specific company's next earnings date is.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"ticker":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Ticker"}},"title":"get_earnings_calendarArguments"}},{"name":"get_filing_detail","description":"Get the full detail of a single SEC filing by ticker and accession\n    number (the unique SEC filing ID, e.g. '0000320193-26-000011').\n\n    Use this after get_filings or get_guidance has identified a specific\n    filing you want to inspect in full.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"},"accession_number":{"title":"Accession Number","type":"string"}},"required":["ticker","accession_number"],"title":"get_filing_detailArguments"}},{"name":"get_filings","description":"Get SEC filings (8-K, 10-Q, etc.) for a company by ticker symbol.\n\n    Use this to see what filings are available for a company, with dates\n    and accession numbers. Does not include guidance extraction - use\n    get_guidance for that.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"},"filing_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Filing Type"}},"required":["ticker"],"title":"get_filingsArguments"}},{"name":"get_guidance","description":"Get forward-looking guidance language extracted from a company's\n    SEC filings, by ticker symbol.\n\n    Use this when asked what a company said about future performance,\n    revenue outlook, margin expectations, or other forward-looking\n    statements. Note: results are keyword-matched sentences from filings\n    and may include both forward guidance and recent reported results -\n    read each sentence carefully to distinguish actual forward guidance\n    from historical figures.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"}},"required":["ticker"],"title":"get_guidanceArguments"}},{"name":"get_sector_filings","description":"Get recent SEC filings for all companies in a given sector.\n\n    Sector names are case-insensitive, e.g. \"Technology\", \"Energy\",\n    \"Healthcare\". Use list_sectors first if unsure of exact names.\n    Optionally filter by event_type (earnings_release, acquisition,\n    executive_change, restructuring, dividend, guidance_update).\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sector":{"title":"Sector","type":"string"},"event_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Event Type"}},"required":["sector"],"title":"get_sector_filingsArguments"}},{"name":"get_signals","description":"Get real-time AI sentiment signals derived from SEC 8-K filings.\n\n    Each signal includes: ticker, bullish/bearish/neutral classification,\n    confidence score (-100 to 100), a one-line summary, and key factors.\n    Signals are generated by Claude Haiku within minutes of EDGAR publication.\n\n    Use this when asked which companies have recently filed bullish or\n    bearish 8-Ks, or to screen for sentiment shifts across the S&P 500.\n    Default window is 30 days; set hours=24 for today only.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"hours":{"default":720,"title":"Hours","type":"integer"},"limit":{"default":20,"title":"Limit","type":"integer"}},"title":"get_signalsArguments"}},{"name":"get_transcript","description":"Get all available earnings call transcripts for a company by ticker.\n\n    Returns a list of transcripts (each with fiscal_quarter, fiscal_year,\n    date, and speakers). If asked about a specific quarter, look for it\n    within the returned list rather than expecting a single result -\n    this endpoint does not currently filter server-side.\n\n    Use this when asked what was said on an earnings call, as opposed to\n    in written SEC filings.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"}},"required":["ticker"],"title":"get_transcriptArguments"}},{"name":"list_sectors","description":"List all available sectors with the number of tickers in each.\n\n    Use this when asked about sectors, industries, or to find which\n    sector a type of company falls under. Returns 11 GICS sectors\n    covering the S&P 500.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"list_sectorsArguments"}},{"name":"search_filings","description":"Search across all SEC filings in the database by keyword, optionally\n    filtered by ticker and date range (YYYY-MM-DD format).\n\n    Use this for open-ended questions like \"which companies mentioned\n    supply chain issues\" rather than looking up one known ticker.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"ticker":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Ticker"},"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"}},"required":["query"],"title":"search_filingsArguments"}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-26T05:15:58.934Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-26T05:15:58.909Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 882ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.filingapi.dev/mcp","reachable":true,"authRequired":false,"latencyMs":882,"serverInfo":{"name":"FilingAPI","version":"1.28.1"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}