sec-edgar-mcp
by stefanoamorelli·★ 266·综合分 51
MCP 服务器为 AI 助手提供对 SEC EDGAR 财报和公司数据的精确访问。
概述
SEC EDGAR MCP 服务器使 AI 助手能够以精确的数值精度访问美国证券交易委员会的备案文件。它提供公司查询、文件检索(10-K、10-Q、8-K)、财务报表解析(资产负债表、损益表、现金流量表)和内部交易数据等工具。基于 edgartools 构建,确保准确的财务数据提取,并包含 SEC 备案文件 URL 以供验证。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要在 AI 应用中获取精确的 SEC 文件财务数据并有直接验证链接时,选择 SEC EDGAR MCP。
什么时候不要选它
如果您需要商业许可或认证功能,请避免使用此服务器,因为它采用 AGPL-3.0 许可且没有认证模型。
此 server 暴露的工具
从 README 抽取出 11 个工具CIK lookupLook up CIK (Central Index Key) for a company
company infoGet basic company information
company factsRetrieve company facts and data
10-K retrievalRetrieve annual reports (10-K) for companies
10-Q retrievalRetrieve quarterly reports (10-Q) for companies
8-K retrievalRetrieve current reports (8-K) for companies
section extractionExtract specific sections from SEC filings
balance sheetGet balance sheet data from financial statements (XBRL-parsed)
income statementGet income statement data from financial statements (XBRL-parsed)
cash flowGet cash flow statement data (XBRL-parsed)
Form 3/4/5 transactionsRetrieve insider trading transaction information
说明:Tool names were inferred from the category table in the Tools section, which lists categories but doesn't provide exact tool names or signatures. The actual tool names may differ slightly.
可对比工具
安装
安装
Docker(推荐)
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "SEC_EDGAR_USER_AGENT=Your Name (your@email.com)",
"stefanoamorelli/sec-edgar-mcp:latest"
]
}
}
}其他方法
其他安装方法(pip、conda、uv)请参考[文档](https://sec-edgar-mcp.amorelli.tech/setup/quickstart)。
HTTP 传输
对于 Dify 等平台,使用可流式 HTTP:
python -m sec_edgar_mcp.server --transport streamable-http --port 9870FAQ
- 此项目是否与 SEC 关联?
- 不,此项目不与美国证券交易委员会(SEC)关联或由其认可。EDGAR 和 SEC 是 SEC 的商标。
- 此 MCP 服务器访问哪些数据源?
- 该服务器提供对 SEC EDGAR 文件的访问,包括公司信息、财务报表(10-K、10-Q)、8-K 报告和内部交易数据(表格 3/4/5)。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by stefano-amore · 2025-07-21
sec-edgar-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。