https://github.com/flothjl/edgar-sec-mcp
An MCP Server to get data from EDGAR
https://github.com/flothjl/edgar-sec-mcp
Last synced: about 2 months ago
JSON representation
An MCP Server to get data from EDGAR
- Host: GitHub
- URL: https://github.com/flothjl/edgar-sec-mcp
- Owner: flothjl
- Created: 2025-02-24T01:50:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T01:56:45.000Z (8 months ago)
- Last Synced: 2025-02-24T02:41:33.649Z (8 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **edgar-sec-mcp** - An MCP Server to get data from EDGAR `python` `mcp` `server` `pip install git+https://github.com/flothjl/edgar-sec-mcp` (🤖 AI/ML)
- awesome-mcp-servers - **edgar-sec-mcp** - An MCP Server to get data from EDGAR `python` `mcp` `server` `pip install git+https://github.com/flothjl/edgar-sec-mcp` (AI/ML)
README
# edgar-sec-mcp
**edgar-sec-mcp** is an MCP (Modular Computing Platform) server designed
to facilitate AI agents in accessing and interacting with EDGAR Data
from the SEC. This project provides tools, endpoints, and data
processing utilities to streamline the retrieval and analysis of SEC filings,
such as proxy statements which hold information about executive compensation,
or form 4 to understand inside selling.
## Tools
- **GetProxyStatementTablesByTicker**
- **GetForm4ByTicker**
## Configuration
### [Goose](https://github.com/block/goose)
```yaml
extensions:
edgar-sec-mcp:
args:
- --from
- git+https://github.com/flothjl/edgar-sec-mcp@main
- edgar-sec-mcp
cmd: uvx
enabled: true
envs: {}
name: edgar-sec
type: stdio
GOOSE_MODEL: gpt-4o-mini
GOOSE_PROVIDER: openai
```