← stockfloc.com
INDIVIDUAL MCP TOOL
get_hot_stocks
Today's biggest US stock movers in StockFloc terms: stocks on fire (the largest gainers) and frozen (the largest losers), each with its percent change for the day.
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 endpoint
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.stockfloc-com]
url = "https://api.stockfloc.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stockfloc-com": {
"type": "http",
"url": "https://api.stockfloc.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stockfloc-com
Remote MCP URL: https://api.stockfloc.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": {
"stockfloc-com": {
"url": "https://api.stockfloc.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stockfloc-com": {
"type": "http",
"url": "https://api.stockfloc.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stockfloc-com",
"transport": "streamable-http",
"url": "https://api.stockfloc.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_market_heat— Today's StockFloc Floc Heat Index, a 0 to 100 daily market-breadth gauge (50 is neutral; above 50 the market ran hot, below 50 it froze), plus how many large US stocks are on fire (up 10% or more) versus frozen (down 10% or more).