Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
claude mcp add secedgar-mcp-server --transport http https://secedgar.caseyjhand.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"secedgar-mcp-server": {
"url": "https://secedgar.caseyjhand.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"secedgar-mcp-server": {
"serverUrl": "https://secedgar.caseyjhand.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"secedgar-mcp-server": {
"type": "http",
"url": "https://secedgar.caseyjhand.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"secedgar-mcp-server": {
"url": "https://secedgar.caseyjhand.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"secedgar-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://secedgar.caseyjhand.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://secedgar.caseyjhand.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.cyanheads--secedgar-mcp-server/reviews or the review_server meta-tool.
POST /mcp