AgentHubAgentHub

sec-edgar-mcp

MCP ServerMCP Registry官方收录

io.github.stefanoamorelli/sec-edgar-mcp · v1.0.5

SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API

概览

sec-edgar-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "sec-edgar-mcp": {
      "command": "uvx",
      "args": [
        "sec-edgar-mcp"
      ],
      "env": {
        "SEC_EDGAR_USER_AGENT": "<SEC_EDGAR_USER_AGENT>"
      }
    }
  }
}

环境变量

SEC_EDGAR_USER_AGENT必填

The user agent to access the SEC EDGAR API

相关资源

统一 Manifest

{
  "id": "io.github.stefanoamorelli/sec-edgar-mcp",
  "type": "mcp-server",
  "version": "1.0.5",
  "displayName": "sec-edgar-mcp",
  "description": "SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API",
  "repository": {
    "url": "https://github.com/stefanoamorelli/sec-edgar-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "sec-edgar-mcp",
        "version": "1.0.5",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SEC_EDGAR_USER_AGENT",
            "description": "The user agent to access the SEC EDGAR API",
            "isRequired": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.stefanoamorelli/sec-edgar-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.stefanoamorelli%2Fsec-edgar-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
sec-edgar-mcp — MCP Server 安装与配置 · AgentHub