Analytics
koalcheck.com
Provides stock market analytics, social sentiment data, and trending tickers from financial social platforms.
ENDPOINT 1
https://mcp.koalcheck.com/mcp
MCP server metadata
- Name
- stock-picker
- Version
- 3.4.2
Known tools 24
ticker_social_sentimentBlended retail sentiment for a ticker across X, StockTwits, and Reddit.
Inferred read-onlystocktwits_symbolRecent StockTwits posts for a ticker with author-tagged bull/bear labels.
Inferred read-onlytrending_tickersTickers currently trending on StockTwits (a retail-attention radar).
Inferred read-onlyreddit_attentionWSB retail-attention for a ticker: mention count, rank, and 24h momentum.
Inferred read-onlymaterial_events★ SEC 8-K — recent MATERIAL EVENTS (earnings, exec changes, M&A, restatements).
Potential side effectsinsider_activity★ SEC Form 4 — are company INSIDERS buying or selling this ticker?
Inferred read-onlywsb_trendingMost-mentioned tickers on r/wallstreetbets right now (retail-attention radar, via ApeWisdom).
Inferred read-onlytweet_store_statsStats on the persisted tweet database (the durable, queryable record).
Inferred read-onlyquoteLive price + volume + turnover (换手率) + market cap + basic valuation for a ticker.
Inferred read-onlyleaderboardThe honest track-record leaderboard — who has ACTUALLY been right (priced vs SPY).
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.stock-picker]
url = "https://mcp.koalcheck.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stock-picker": {
"type": "http",
"url": "https://mcp.koalcheck.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stock-picker
Remote MCP URL: https://mcp.koalcheck.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": {
"stock-picker": {
"url": "https://mcp.koalcheck.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stock-picker": {
"type": "http",
"url": "https://mcp.koalcheck.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stock-picker",
"transport": "streamable-http",
"url": "https://mcp.koalcheck.com/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 koalcheck.com was fetched 2026-07-26T21:27:32.478Z and is being refreshed.
koalcheck.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.