INDIVIDUAL MCP TOOL
sec_get_filing_index
Enumerate every file in a single SEC filing (primary document, exhibits, images, XBRL, the full .
LIVE ENDPOINT
https://mcp.ko.io/mcp
Connect to this endpoint to inspect the live schema for sec_get_filing_index and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ko-sec-data]
url = "https://mcp.ko.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ko-sec-data": {
"type": "http",
"url": "https://mcp.ko.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ko-sec-data
Remote MCP URL: https://mcp.ko.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ko-sec-data": {
"url": "https://mcp.ko.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ko-sec-data": {
"type": "http",
"url": "https://mcp.ko.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ko-sec-data",
"transport": "streamable-http",
"url": "https://mcp.ko.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_institution_holdings— Get current stock holdings of an institutional investor (hedge fund, mutual fund, pension fund) from their latest SEC 13F filing.list_institutions— List top institutional investors (hedge funds, mutual funds, etc.get_stock_profile— Get a company's profile — sector, market cap, price, P/E ratio, 52-week range, beta, dividend yield, and other key financials.get_stock_holders— Get top institutional holders of a stock from SEC 13F filings.get_stock_activity— Get institutional buying/selling activity trend for a stock over multiple quarters.get_stock_price— Get historical daily stock prices (OHLC).get_insider_trades— Get insider/executive stock trades (SEC Form 4) for a company.list_insider_traders— List executives/insiders who have recently traded their company stock.