MCP.so
Sign In

edgar-sec-mcp

@flothjl

About edgar-sec-mcp

An MCP Server to get data from EDGAR

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

flothjl

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

1

**GetForm4ByTicker**

Overview

What is edgar-sec-mcp?

edgar-sec-mcp is an MCP (Modular Computing Platform) server that enables AI agents to access and interact with EDGAR data from the SEC. It provides tools for retrieving and analyzing SEC filings such as proxy statements and Form 4 filings.

How to use edgar-sec-mcp?

Configure the server with a Goose client using the provided YAML snippet, setting the command to uvx and the source to the git repository. Once configured, invoke the tools GetProxyStatementTablesByTicker or GetForm4ByTicker to retrieve filing data.

Key features of edgar-sec-mcp

  • Two dedicated tools for SEC filing retrieval
  • Access to proxy statements for executive compensation
  • Access to Form 4 for insider selling information
  • Designed for integration with AI agents via MCP
  • Streamlined retrieval and analysis of EDGAR data

Use cases of edgar-sec-mcp

  • AI agents analyzing executive compensation from proxy statements
  • AI agents monitoring insider selling through Form 4 filings
  • Automating extraction of SEC filing data for financial analysis

FAQ from edgar-sec-mcp

What tools does the server provide?

It provides two tools: GetProxyStatementTablesByTicker and GetForm4ByTicker.

How do I configure the server?

The README shows a configuration example for the Goose client using uvx with the package from git+https://github.com/flothjl/edgar-sec-mcp@main.

What transport does the server use?

It uses stdio transport, as shown in the Goose configuration example with type: stdio.

Where does the data come from?

Data is retrieved from the SEC’s EDGAR system.

Are there any runtime requirements?

The server requires uvx to run, as specified in the command field of the configuration.

Comments

More Other MCP servers