Foresea Forecasting
ink.foresea/forecastingForecast future events and scan prediction-market edges.
Tools · 18
Call this whenever the user asks about probability, likelihood, or whether something will happen. Good triggers: "Will X happen?", "What are the chances of Y?", "How likely is Z?", "Wh…
Call this when the user mentions a specific prediction market by URL, slug, or ticker — or asks whether a particular market is over/underpriced. Good triggers: "Is this Polymarket fair…
Call this when the user wants to find mispriced or interesting markets, not evaluate a specific one. Good triggers: "What should I bet on?", "Find me trading opportunities", "Which mar…
Call this when the user wants current price/volume for several markets at once -- a watchlist, a portfolio, "check on these 5 markets" -- instead of calling foresea_analyze_market once…
Call this after foresea_analyze_market timed out or errored with a message naming a client_run_key -- the research it started may still be running server-side. Returns {"status": "runn…
Call this when the user asks how reliable or accurate Foresea is, or wants to know whether to trust a forecast. Good triggers: "How good is Foresea?", "What's the track record?", "Has …
Call this when the user wants the current top trading opportunities with explicit trade directions and historical backing. Good triggers: "What are the best bets right now?", "Show me …
Call this to check Kalshi exchange operational status (trading active flag) and operational hours/schedule.
Call this to fetch the live bids and asks orderbook depth for a Kalshi market ticker (e.g. 'KXFED-25JUN-H') or Polymarket YES-token ID.
Call this to list active categories, tags, and classification taxonomy across Polymarket prediction markets.
Call this to retrieve historical price series or OHLC candlesticks for a market (e.g. Kalshi ticker or Polymarket token/slug).
Call this to fetch real-time sports game statistics, play-by-play data, and live event feeds from Kalshi.
Call this to fetch Polymarket metadata: event series listings, community discussion comments for a market, or sports league metadata (target: 'series', 'comments', 'sports').
Call this to fetch recent public executed trades / trade tape (prices, sizes, timestamps) on Kalshi or Polymarket.
Call this to fetch the top profitable prediction market trader leaderboard and rankings from Polymarket.
Conduct an adversarial multi-agent debate (Bull vs. Bear vs. Chief Risk Judge) to cross-examine evidence and isolate blind spots on a forecasting question.
Calculate optimal mathematical Fractional Kelly capital allocations and position sizes across live Grade A/B prediction market opportunities.
Fetch the real-time unified Foresea Alpha & Agent Feed, combining live prediction market edge signals, autonomous agent trades & theses, and leaderboard standings.
Resources · 2
Foresea's public resolved-forecast track record.
foresea://track-record
Foresea's public OpenAPI schema.
foresea://openapi.json
Prompts · 2
Create a compact prompt that asks an agent to use Foresea for a forecast.
Returns the recommended system prompt snippet for Claude Desktop users. Paste this into your claude_desktop_config.json system prompt to make Claude proactively use Foresea tools for f…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"foresea_forecasting": {
"url": "https://foresea.ink/mcp/",
"transport": "streamable-http"
}
}
}