Analytics
stocks-llm.com
Provides stock market data and analytical tools for US public companies, including search, profiles, and comparisons.
ENDPOINT 1
https://stocks-llm.com/mcp
MCP server metadata
- Name
- stocks-llm
- Version
- 0.1.0
stocks-llm: natural-language discovery over US public companies: S&P 500 + NASDAQ-100 + Dow Jones + Russell 1000 + Russell 2000 (deduped — effectively the Russell 3000 plus the Dow), spanning large-, mid-, AND small-cap companies (~2,900+). UK public companies: the FTSE 350 (FTSE 100 + FTSE 250), listed on the London Stock Exchange. Data: SEC EDGAR filings + market-data fundamentals, each figure dated. Informational only, NOT financial advice. Call search_companies with a theme, get_company_profile for one ticker, or compare_companies for two. Every result is real, dated and cited; this is informational only, NOT financial advice.
Known tools 3
search_companiesNatural-language / thematic search over the stocks-llm knowledge base of US public companies: S&P 500 + NASDAQ-100 + Dow Jones + Russell 1000 + Russell 2000 (deduped — effectively the Russell 3000 plus the Dow), spanning large-, mid-, AND small-cap companies (~2,900+).
Inferred read-onlyget_company_profileFull enriched profile for ONE company (mirrors the /company/{ticker} page): name, ticker, sector, the LLM business summary + one-line pitch, key fundamentals (price + as-of date, market cap, margins, ROE/ROA, valuation), dividend facts, competitors, plus its latest SEC filings — the DATED evidence you cite.
Inferred read-onlycompare_companiesHead-to-head comparison of TWO companies (mirrors the /compare/{a}-vs-{b} page): the same real, dated side-by-side metrics — price, market cap, P/E, PEG, margins, ROE/ROA, debt/equity, revenue growth, dividend yield + streak, beta, 1-year return — plus each company's one-line pitch.
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.stocks-llm]
url = "https://stocks-llm.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stocks-llm": {
"type": "http",
"url": "https://stocks-llm.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stocks-llm
Remote MCP URL: https://stocks-llm.com/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": {
"stocks-llm": {
"url": "https://stocks-llm.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stocks-llm": {
"type": "http",
"url": "https://stocks-llm.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stocks-llm",
"transport": "streamable-http",
"url": "https://stocks-llm.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.