SEC EDGAR MCP
@stefanoamorelli
关于 SEC EDGAR MCP
A SEC EDGAR MCP (Model Context Protocol) Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SEC_EDGAR_USER_AGENT=Your Name ([email protected])",
"stefanoamorelli/sec-edgar-mcp:latest"
]
}
}
}工具
3CIK lookup, company info, company facts
10-K, 10-Q, 8-K retrieval, section extraction
Balance sheet, income statement, cash flow (XBRL-parsed)
概览
What is SEC EDGAR MCP?
SEC EDGAR MCP is an MCP server for accessing SEC EDGAR filings. It connects AI assistants to company filings, financial statements, and insider trading data with exact numeric precision.
How to use SEC EDGAR MCP?
Run via Docker with the required SEC_EDGAR_USER_AGENT environment variable. Alternatively, install via pip, conda, or uv. For HTTP transport on platforms like Dify, start with python -m sec_edgar_mcp.server --transport streamable-http --port 9870.
Key features of SEC EDGAR MCP?
- CIK lookup, company info, and company facts retrieval.
- Filings retrieval: 10-K, 10-Q, 8-K with section extraction.
- XBRL‑parsed financial statements: balance sheet, income, cash flow.
- Insider trading data from Forms 3/4/5.
- All responses include SEC filing URLs for verification.
- HTTP transport mode for non‑stdio platforms like Dify.
Use cases of SEC EDGAR MCP?
- Query company filings (10‑K, 10‑Q, 8‑K) with section extraction.
- Retrieve XBRL‑parsed financial statements for analysis.
- Access insider trading transactions from Forms 3/4/5.
- Lookup CIK and company facts for identification.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论