Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Foresea Forecasting

ink.foresea/forecasting

Forecast future events and scan prediction-market edges.

Uptime
100.0%
1 direct probes · 30d
Response
800ms
last probe
Tools
18
callable
Resources
2
readable
Prompts
2
available

Tools · 18

foresea_forecast

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…

foresea_analyze_market

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…

foresea_scan_markets

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…

foresea_batch_quotes

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…

foresea_check_run

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…

foresea_track_record

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 …

foresea_edge_board

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 …

foresea_exchange_status

Call this to check Kalshi exchange operational status (trading active flag) and operational hours/schedule.

foresea_orderbook

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.

foresea_market_tags

Call this to list active categories, tags, and classification taxonomy across Polymarket prediction markets.

foresea_price_history

Call this to retrieve historical price series or OHLC candlesticks for a market (e.g. Kalshi ticker or Polymarket token/slug).

foresea_live_data

Call this to fetch real-time sports game statistics, play-by-play data, and live event feeds from Kalshi.

foresea_polymarket_meta

Call this to fetch Polymarket metadata: event series listings, community discussion comments for a market, or sports league metadata (target: 'series', 'comments', 'sports').

foresea_recent_trades

Call this to fetch recent public executed trades / trade tape (prices, sizes, timestamps) on Kalshi or Polymarket.

foresea_market_leaderboard

Call this to fetch the top profitable prediction market trader leaderboard and rankings from Polymarket.

foresea_debate_market

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.

foresea_optimize_portfolio

Calculate optimal mathematical Fractional Kelly capital allocations and position sizes across live Grade A/B prediction market opportunities.

foresea_feed_latest

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 track record

Foresea's public resolved-forecast track record.

foresea://track-record
Foresea OpenAPI schema

Foresea's public OpenAPI schema.

foresea://openapi.json

Prompts · 2

foresea_forecast_prompt

Create a compact prompt that asks an agent to use Foresea for a forecast.

foresea_system_prompt

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "foresea_forecasting": {
      "url": "https://foresea.ink/mcp/",
      "transport": "streamable-http"
    }
  }
}