Skip to main content
Glama
aion-autonomous-labs

io.github.aion-org/edgar-answers-mcp

EDGAR Answers — 面向 AI 代理的 SEC 申报文件

为你的代理提供来自 SEC EDGAR 的答案,而不是原始的 API 响应。

本仓库包含托管 MCP 服务器的文档和注册清单。无需安装:从任意 MCP 客户端连接到下方端点即可。该服务器本身以托管服务方式运行。

每一家美国上市公司都会免费以 XBRL 格式向 SEC 提交财务报表。问题在于“免费且公开”并不等于“可用”:公司对同一条目有十几种不同的打标方式,年度和季度数据处在同一数据流中,重述会静默覆盖历史,而 Form 4 内部交易申报以原始 XML 形式到达。现有 EDGAR MCP 服务器把这些乱麻扔给您的代理,并祝它好运。

这个服务器先行解析。您的代理要收入,就能拿到收入。

工具

get_financials — 规范化的年度财务报表

从 ticker 或 CIK 出发,获取任意美国上市公司的多年损益表、资产负债表和现金流量表。

get_financials(company: "AAPL", years: 4)
→ revenue, grossProfit, operatingIncome, netIncome, epsDiluted,
  operatingCashFlow, capex, totalAssets, totalLiabilities,
  stockholdersEquity, cashAndEquivalents, longTermDebt, sharesDiluted
  — one clean row per fiscal year

其背后是:为每个条项目配一级有顺序的标签回退链(申报方对哪个 us-gaap 标签算作“收入”意见不一)、时间期限过滤(保证年度数据不被季度累计值污染),以及重述一致性解析(始终取最近一次申报的值)。未报告的项目返回 null,而不是去猜。

filing_diff — 年度间有什么变化

filing_diff(company: "NVDA", section: "risk_factors")
→ paragraphs added and removed between the two most recent 10-Ks

分析机构和人士真正会问的问题——他们今年开始提及什么,又悄悄放弃什么?——在段落级别给出答案,同时被单纯重排的粉饰文字会被滤除。

insider_activity — 解析后的 Form 4

insider_activity(company: "MSFT", filings: 10)
→ who, role, transaction type, shares, price, holdings after — tidy rows

将公开市场买入与税务代扣、期权行使分开,您的代理不会把一个安排的归属当作“增强信心的一购”。

filing_section — 任意章节的纯文本

filing_section(company: "TSLA", section: "risk_factors" | "mdna" | "business" | "1A")

目录伪项被滤除;输出的是真正的章节正文。

search_filings — 2001 年起全文搜索

search_filings(query: "\"supply chain disruption\"", forms: "10-K", startDate: "2025-01-01")

Related MCP server: FinImpulse MCP Server

连接

Streamable HTTP 端点:

https://aion-org--edgar-answers-mcp.apify.actor/mcp

使用您的 Apify API token 作为 Bearer token 鉴权。MCP 客户端配置中:

{
  "mcpServers": {
    "edgar-answers": {
      "url": "https://aion-org--edgar-answers-mcp.apify.actor/mcp",
      "headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
    }
  }
}

对只支持 stdio 的客户端,用 npx mcp-remote <url> --header "Authorization: Bearer YOUR_APIFY_TOKEN" 桥接。

服务器运行在待机模式:空闲时缩容至零,收到第一个请求时唤醒,所以静默一段时间后的第一次调用需要几秒钟。

定价

按成功调用计费——失败不收费。

调用

价格

search_filings

$0.005

get_financials

$0.02

insider_activity

$0.02

filing_section

$0.03

filing_diff

$0.05

数据与合规

数据源是 SEC EDGAR——美国政府的公开申报,公有领域。请求使用事先声明的 User-Agent,并合理控制速率,远低于 SEC 公布的阈值(见其 访问指南)。这里没有抓取本站以外的被禁用的网站。

限制,直说

  • 美国 GAAP 申报者。 使用 IFRS 申报的外国私人发行人无法返回标准化财务数据;get_financials 会指明这一点,而不是猜测。

  • 覆盖范围随 EDGAR 走。 全文搜索可回溯到 2001 年;XBRL 财务数据大约从 2009 年开始。

  • 非投资建议。 这是如实解析的申报数据。你从中得出的结论,由你自己负责。

  • filing_diff 只比较某一种表单的最近两次申报;任意两次申报之间比较尚未开放。

发现有解析 bug,或想要一个这里没有的工具?请在本仓库或对应的 Actor 上开 issue —— 针对具体股票代码的具体反馈会被修复。


已收录在 Apify Store。本仓库中的文档版权归 Aion 所有;该服务为专有。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    MCP server for accessing SEC EDGAR filings. Connects AI assistants to company filings, financial statements, and insider trading data with exact numeric precision.
    21
    348
    AGPL 3.0
  • A
    license
    A
    quality
    C
    maintenance
    Provides structured financial market data (stocks, ETFs, mutual funds, fundamentals, market indicators) to AI systems via MCP, enabling natural language access to financial datasets with both hosted and local deployment options.
    31
    11
    ISC
  • A
    license
    Not graded
    quality
    B
    maintenance
    Hosted MCP server that gives AI agents real-time access to SEC EDGAR filings search, 10-K/8-K reading, XBRL financial facts, and insider-trade (Form 4) alerts.
    10
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.

  • SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aion-autonomous-labs/edgar-answers-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server