已暴露为 MCP 工具:
sec_filing_browse —— 在 Claude / Cursor / 任意 MCP 客户端中直接调用。详见 MCP Server 60 秒配置。它为 Agent 做什么
sec_filing_browse 是 SEC Filing progressive disclosure 模式的第一步:给定美股 ticker,返回该公司可用的 10-K / 10-Q / 8-K 元数据列表(不含正文)。agent 用它先发现公司有哪些 filing,再用 sec_filing_read 拉取具体章节内容 —— 10-K / 10-Q 用 year / quarter,8-K 用 accession_number(事件驱动,一年多份)。每份 filing 还会带上 section_keys(该 filing 可用的章节 code),agent 不读正文就能判断某份 8-K 讲的是什么。
Browse 不是 semantic search:只接受 ticker + 可选 filing_type。不做关键词匹配,不做相关性排序,不接自然语言查询。
返回值
按
filing_date 倒序排列的申报文件数组。固定
0 —— browse 免费。账户剩余 credit。
200 OK · sec_filing_browse
说明
直接调用
HTTP / SDK 示例
HTTP / SDK 示例
完整参数参考
sec_filing_browse — 请求参数
sec_filing_browse — 请求参数
相关接口
SEC 申报文件章节读取
progressive disclosure 第二步 —— 从指定 filing 抽取具体 item 的完整文本。
13F 头部机构枚举
枚举任意已覆盖季度的 Top 1000 机构集合,作为 consensus 分析的起点。
MCP Server 接入
60 秒接入 Claude / Cursor / 任意 agent harness。