MCP.so
登录

edgar-sec-mcp

@flothjl

关于 edgar-sec-mcp

An MCP Server to get data from EDGAR

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

flothjl

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

**GetForm4ByTicker**

概览

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.

评论

其他 分类下的更多 MCP 服务器