trackmcp
Back to directory
flothjl

edgar-sec-mcp

View on GitHub

An MCP Server to get data from EDGAR

5 stars PythonServers & Infrastructure Updated Sep 6, 2025

Documentation

edgar-sec-mcp

edgar-sec-mcp is an MCP 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

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

Frequently asked questions

What is edgar-sec-mcp?

edgar-sec-mcp is An MCP Server to get data from EDGAR

How do I install edgar-sec-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is edgar-sec-mcp open source?

Yes — it is hosted on GitHub at https://github.com/flothjl/edgar-sec-mcp and has 5 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP