← stonkwatch.app
INDIVIDUAL MCP TOOL
get_sentiment
Aggregated social sentiment for a ticker over a timeframe — weighted average score, label, post counts, volatility and trend.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.stonkwatch-app]
url = "https://api.stonkwatch.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stonkwatch-app": {
"type": "http",
"url": "https://api.stonkwatch.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stonkwatch-app
Remote MCP URL: https://api.stonkwatch.app/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": {
"stonkwatch-app": {
"url": "https://api.stonkwatch.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stonkwatch-app": {
"type": "http",
"url": "https://api.stonkwatch.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stonkwatch-app",
"transport": "streamable-http",
"url": "https://api.stonkwatch.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_market_signals— Recent prediction-market signals for a single ticker, sorted by most-recent first.get_attribution_chart— Returns an inline 1200x630 SVG price chart for a single attribution: a clean line chart of the ticker's close price across a window around the attribution's created_at, with a vertical marker pinned at the attribution time and the headline_citation text labelled inline.get_attribution_timeline— Score-evolution history for a single attribution: each revision carries the score before/after and the triggering market signals that pushed it.get_author_reputation— Reputation scorecard and backlinks for a social author.purchase_dataset— Purchase access to an ASX social-intelligence dataset.submit_agent_feedback— Tell Stonkwatch when a tool didn't work for you.get_quote— Market-aware price quote for a single symbol.get_correlated_story— ONE call returning Stonkwatch's full cross-source story for a ticker: the latest price-sensitive announcement, insider/director trades in the window (US Congress EFD/Capitol Trades + ASX 205G/director interest), cross-platform sentiment reputation-weighted (low-rep posters down-weighted as a bot proxy), top author reputations, and a chronological signal trace explaining which source contributed what to the period's price reaction.