cotrane/mcp-edgar-sec
If you are the rightful owner of mcp-edgar-sec and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP-EDGAR-SEC server is a Model Context Protocol server that facilitates interaction between AI systems and the SEC EDGAR database.
The MCP-EDGAR-SEC server is designed to bridge AI systems with the SEC EDGAR database, providing a structured interface for accessing financial and company data. This server is particularly useful for applications that require real-time data retrieval and analysis from the SEC's extensive repository of filings and financial statements. By leveraging the Model Context Protocol, the server ensures seamless communication between AI models and the EDGAR database, enabling efficient data querying and retrieval. The server supports both AI-driven and human-driven interactions, offering a command-line interface for direct queries and a server mode for AI integration. This dual functionality makes it a versatile tool for developers and analysts looking to harness the power of SEC data in their applications.
Features
- Configuration resources for valid CIK/ticker data and SEC form types
- Tools for querying company information such as name, tickers, SIC description, and filings
- Financial statement retrieval including balance sheets, income statements, and cash flow statements
- Pagination support for handling large result sets
- Integration with Claude Desktop App for enhanced user experience
Usages
usage with Claude Desktop
{ "mcpServers": { "mcp-edgar-sec": { "command": "/Path/to/uv/executable", "args": [ "run", "--with", "mcp", "--with", "edgartools", "--with", "pandas", "--with", "requests", "--with", "nest_asyncio", "--directory", "/Path/to/mcp-edgar-sec/repo", "mcp", "run", "src/server.py" ] } } }