Analytics
ko.io
Provides financial data and analytics on stocks and institutional investors from SEC filings.
ENDPOINT 1
https://mcp.ko.io/mcp
MCP server metadata
- Name
- ko-sec-data
- Version
- 1.1.0
Known tools 24
get_institution_holdingsGet current stock holdings of an institutional investor (hedge fund, mutual fund, pension fund) from their latest SEC 13F filing.
Inferred read-onlylist_institutionsList top institutional investors (hedge funds, mutual funds, etc.
Inferred read-onlyget_stock_profileGet a company's profile — sector, market cap, price, P/E ratio, 52-week range, beta, dividend yield, and other key financials.
Inferred read-onlyget_stock_activityGet institutional buying/selling activity trend for a stock over multiple quarters.
Inferred read-onlylist_insider_tradersList executives/insiders who have recently traded their company stock.
Inferred read-onlyget_form144_noticesGet SEC Form 144 filings — notices of proposed sale of restricted/controlled securities by insiders.
Inferred read-onlysec_list_filingsList an entity's SEC filings from EDGAR (most recent first), each with its accession number.
Inferred read-onlysec_get_filing_indexEnumerate every file in a single SEC filing (primary document, exhibits, images, XBRL, the full .
Inferred read-onlyget_stock_financialsGet quarterly or annual financial statements for a company (revenue, net income, EPS, margins, cash flow, debt ratios) from SEC 10-K/10-Q filings.
Inferred read-onlyget_financial_stressGet the OFR Financial Stress Index — a daily indicator of stress in global financial markets.
Inferred read-onlyget_crypto_exposureGet a market-wide summary of institutional exposure to US spot crypto ETFs (Bitcoin ETF complex: IBIT, FBTC, GBTC, etc.
Inferred read-onlyget_crypto_holdersList institutional investors holding US spot crypto ETFs (Bitcoin ETF complex), ranked by total USD held, from the latest quarter of SEC 13F filings.
Inferred read-onlyget_crypto_holderGet one institution's spot crypto-ETF holdings (Bitcoin ETF complex): its per-ETF positions in the latest filed quarter (shares, USD, QoQ change, action) plus its rank among all crypto-ETF holders.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ko.io was fetched 2026-07-26T17:46:41.072Z and is being refreshed.
ko.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.