Forecast future events and scan prediction-market edges.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Foresea (foresea.ink) is an autonomous prediction market intelligence platform and empirical research framework. It combines real-time probability forecasting across Polymarket and Kalshi, statistical edge discovery, multi-model shadow trading tournaments, an autonomous 19-tool ReAct execution agent, and a public Model Context Protocol (MCP) server.
The repository also serves as the artifact for research studying how explicit rationale instructions, evidence injection, and reasoning structures affect LLM forecasting behavior and calibration on Metaculus-style questions.
Deployed on Google Cloud Run with high-concurrency scaling, streaming responses, and continuous delivery:
/): Real-time landing view with market radar, model-vs-market gap highlights, and interactive walkthroughs./chat, /chat/:id): Conversational interface with streaming rationale, news evidence citation, and multi-turn market analysis./edge, /edge/markets): Ranked live Foresea-vs-market pricing discrepancies across Polymarket and Kalshi, backed by calibration and lead-time scores./edge/mtm): Continuous mark-to-market valuation and PnL tracking for resolved and open market predictions./edge/agentic): Multi-model autonomous trading tournament. Independent $10,000 shadow accounts for each model (Gemma 4 26B, Qwen 3.8 27B, GPT-OSS 120B, GLM 5.3, GLM 5.3 Flash, DeepSeek V4 Flash, MiniMax M3, Llama 3.3 70B) executing real-time paper trades, tracking equity curves, and logging hourly cycle health./trade): Non-custodial, client-side order preview and execution terminal with Cloud KMS envelope encryption for Polymarket and Kalshi credentials./watchlist): Follow specific markets with automated daily digest emails./forecast/:share_id): Shareable forecast permalinks with rationale cards and provenance.When attach_evidence is true and no news_articles are supplied, /predict
fetches and ranks current news evidence from GDELT, Google News RSS, and Stooq by
default, injects it into the model prompt, and returns the selected
evidence_articles with the forecast. Supplying news_articles skips automatic
retrieval and uses the caller-provided evidence.
The response includes both the forecast and the evidence used by the model:
Use evidence_sources when a client only needs the source list and links. Use
evidence_articles when a client needs the article-level details that were
attached to the model prompt. rationale and model_rationale are generated by
gpt-oss-120b and explain why the model chose its answer and confidence.
When market_probability is supplied, market_analysis is computed
deterministically from the model probability and the market-implied probability.
Foresea continuously evaluates state-of-the-art LLMs against real-world prediction markets, tracking statistical edge, calibration accuracy, and shadow portfolio performance across three dedicated views:
/edge or /edge/markets)buy_yes, buy_no, hold).static/track_record_live.json, calculating Brier scores, Expected Calibration Error (ECE), and lead-time skill once markets resolve./edge/mtm)/edge/agentic)gemma-4-26b-a4b-it)qwen3-8-27b)gpt-oss-120b)glm-5-3) & GLM 5.3 Flash (glm-5-3-flash)deepseek-v4-flash)minimax-m3)llama-3.3-70b-instruct)crowd-follow (no-LLM consensus control)The local crypto micro-market model in src/analyzing_llm_rationale/crypto_5m.py
is built for 5-minute UP/DOWN markets where the goal is profitable selective
trading, not constant action. It combines:
Each forecast returns predicted_outcome, probability_up,
component_probabilities, model-vs-market edge, and a fee-aware strategy.
The strategy only recommends a trade when net expected value clears fees and the
configured no-trade threshold.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/foresea-forecasting)<a href="https://allmcps.com/mcp/foresea-forecasting"><img src="https://allmcps.com/api/badge/foresea-forecasting?style=directory" alt="Foresea Forecasting on AllMCPs" /></a>