Analytics
foresea.ink
Provides analysis and forecasts for prediction markets, including market evaluation and trading opportunities.
ENDPOINT 1
https://foresea.ink/mcp
MCP server metadata
- Name
- Foresea
- Version
- 1.29.1
Foresea gives calibrated probabilities for any resolvable future event, with evidence and the edge vs prediction markets — and it publishes a resolved track record so you can see how right it's been. Use forecast for any yes/no question, analyze_market to evaluate a specific Polymarket/Kalshi market, scan_markets / edge_board to find mispriced markets, and track_record to gauge how much to trust a forecast before acting.
Known tools 18
foresea_forecastCall this whenever the user asks about probability, likelihood, or whether something will happen.
Inferred read-onlyforesea_analyze_marketCall this when the user mentions a specific prediction market by URL, slug, or ticker — or asks whether a particular market is over/underpriced.
Inferred read-onlyforesea_scan_marketsCall this when the user wants to find mispriced or interesting markets, not evaluate a specific one.
Inferred read-onlyforesea_batch_quotesCall 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 per market.
Inferred read-onlyforesea_check_runCall 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.
Potential side effectsforesea_track_recordCall this when the user asks how reliable or accurate Foresea is, or wants to know whether to trust a forecast.
Inferred read-onlyforesea_edge_boardCall this when the user wants the current top trading opportunities with explicit trade directions and historical backing.
Potential side effectsforesea_exchange_statusCall this to check Kalshi exchange operational status (trading active flag) and operational hours/schedule.
Inferred read-onlyforesea_orderbookCall this to fetch the live bids and asks orderbook depth for a Kalshi market ticker (e.
Inferred read-onlyforesea_market_tagsCall this to list active categories, tags, and classification taxonomy across Polymarket prediction markets.
Inferred read-onlyforesea_price_historyCall this to retrieve historical price series or OHLC candlesticks for a market (e.
Inferred read-onlyforesea_live_dataCall this to fetch real-time sports game statistics, play-by-play data, and live event feeds from Kalshi.
Inferred read-onlyforesea_polymarket_metaCall this to fetch Polymarket metadata: event series listings, community discussion comments for a market, or sports league metadata (target: 'series', 'comments', 'sports').
Inferred read-onlyforesea_recent_tradesCall this to fetch recent public executed trades / trade tape (prices, sizes, timestamps) on Kalshi or Polymarket.
Potential side effectsforesea_market_leaderboardCall this to fetch the top profitable prediction market trader leaderboard and rankings from Polymarket.
Inferred read-onlyforesea_optimize_portfolioCalculate optimal mathematical Fractional Kelly capital allocations and position sizes across live Grade A/B prediction market opportunities.
Inferred read-onlyforesea_feed_latestFetch the real-time unified Foresea Alpha & Agent Feed, combining live prediction market edge signals, autonomous agent trades & theses, and leaderboard standings.
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.foresea]
url = "https://foresea.ink/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"foresea": {
"type": "http",
"url": "https://foresea.ink/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: foresea
Remote MCP URL: https://foresea.ink/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": {
"foresea": {
"url": "https://foresea.ink/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"foresea": {
"type": "http",
"url": "https://foresea.ink/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "foresea",
"transport": "streamable-http",
"url": "https://foresea.ink/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 foresea.ink was fetched 2026-07-26T18:29:28.709Z and is being refreshed.
foresea.ink is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.