
secdoc
提供通过简单API访问SEC EDGAR数据库文件的服务,支持按CIK搜索和多种过滤功能。
Repository Info
About This Server
提供通过简单API访问SEC EDGAR数据库文件的服务,支持按CIK搜索和多种过滤功能。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
SEC Documents MCP Service
This MCP (Model Context Protocol) service provides access to SEC EDGAR database filings through a simple API. It allows you to search for company filings by CIK (Central Index Key) number and retrieve filing documents, including exhibits.
Features
- Search SEC filings by company CIK
- Filter by filing types (8-K, 10-K, S-4, etc.)
- Include optional company name or ticker filtering
- Date range filtering
- Automatic exhibit document inclusion
Prerequisites
- Docker
Building the Docker Image
Build the Docker image with:
docker build -t secdoc .
Usage
Running the MCP Service Directly
docker run --rm -i secdoc
Configuring in Cline
Windows Configuration
Create or edit the Cline MCP settings file with the following configuration:
{
"mcpServers": {
"secdoc": {
"disabled": false,
"timeout": 60,
"command": "C:\\Windows\\System32\\cmd.exe",
"args": [
"/c",
"docker",
"run",
"--rm",
"-i",
"secdoc"
],
"transportType": "stdio",
"autoApprove": [
"get_filings"
]
}
}
}
Linux/macOS Configuration
{
"mcpServers": {
"secdoc": {
"command": "docker",
"args": [
"--rm",
"-i",
"secdoc"
]
}
}
}
Troubleshooting
If you encounter the error "MCP error -32000: Connection closed":
- Check that the Docker container is running correctly
- Try clicking "Retry Connection" in the Cline interface
- Verify your Docker installation is working properly
- Proxy Requirements: This error is likely due to connectivity issues with SEC servers. Please ensure: You have enabled a US-region proxy service
Quick Start
Clone the repository
git clone https://github.com/mstc-xqp/secdocInstall dependencies
cd secdoc
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.