brilliant-directories-mcp
v6.58.2
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
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"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"
}
}