S
SEC EDGAR
Search SEC EDGAR filings and companies.
·No reviews yet
Share:
About
Auto-generated
SEC EDGAR is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about SEC EDGAR.
- What is the purpose of the SEC EDGAR MCP?
- The SEC EDGAR MCP allows users to search for SEC EDGAR filings and company information. It provides access to publicly available financial data and documents from the U.S. Securities and Exchange Commission.
- How can I install the SEC EDGAR MCP in Claude Desktop?
- Installation in Claude Desktop typically involves adding the MCP's repository URL. Users would navigate to the client's MCP management interface and register the provided repository link: https://github.com/stefanoamorelli/sec-edgar-mcp. Specific steps may vary by Claude Desktop version.
- Does the SEC EDGAR MCP require an API key or other credentials?
- No, the SEC EDGAR MCP does not require an API key, OAuth, or any other credentials for its operation. It accesses publicly available data without authentication.
- What are the primary capabilities exposed by this MCP?
- This MCP primarily exposes capabilities for searching SEC EDGAR filings and retrieving company information. It facilitates access to a broad range of financial disclosures and regulatory documents. The specific tools exposed depend on the implementation.
- Is there a cost associated with using the SEC EDGAR MCP?
- The SEC EDGAR MCP itself is open-source and provided by the community, implying no direct cost for the MCP. However, any costs depend on the underlying systems or services used to host and access the data.
- What is a known limitation or prerequisite for using this MCP?
- A realistic limitation is that the data provided is only as current as the SEC EDGAR database itself. Users should be aware that there might be a delay between a filing being submitted to the SEC and its availability through this MCP.
Install SEC EDGAR
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"sec-edgar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sec-edgar"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"sec-edgar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sec-edgar"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"sec-edgar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sec-edgar"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.