← foresea.ink

INDIVIDUAL MCP TOOL

foresea_recent_trades

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

foresea.inknone authenticationAvailability not checked

LIVE ENDPOINT

https://foresea.ink/mcp

No auth detected

Connect to this endpoint to inspect the live schema for foresea_recent_trades and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

foresea.ink

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.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.

Related tools

  • foresea_forecast — Call this whenever the user asks about probability, likelihood, or whether something will happen.
  • 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.
  • foresea_scan_markets — Call this when the user wants to find mispriced or interesting markets, not evaluate a specific one.
  • 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 per market.
  • 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.
  • foresea_track_record — Call this when the user asks how reliable or accurate Foresea is, or wants to know whether to trust a forecast.
  • foresea_edge_board — Call this when the user wants the current top trading opportunities with explicit trade directions and historical backing.
  • foresea_exchange_status — Call this to check Kalshi exchange operational status (trading active flag) and operational hours/schedule.