SEC_MCP_SERVER

tanmaysharma231/SEC_MCP_SERVER

3.1

If you are the rightful owner of SEC_MCP_SERVER 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 SEC MCP Server is a tool designed to facilitate access to SEC filings and financial data through a Model Context Protocol (MCP) server.

Tools
6
Resources
0
Prompts
0

SEC MCP Server

Quickstart:

pip install -r requirements.txt
python server.py

Add mcp.json to your MCP client configuration (Cursor, Claude Desktop, etc.).

Test tools:

find_company { "query": "AAPL" }
search_filings { "cik": "0000320193", "form_types": ["10-K"], "limit": 1 }
get_financials { "cik": "0000320193", "period": "FY2023" }
get_filing_text { "accession": "0000320193-24-000010" }
get_sections { "accession": "0000320193-24-000010", "sections": ["MDA", "RiskFactors"] }
diff_last_two { "cik_or_ticker": "AAPL", "form": "10-Q", "section": "MDA" }