Model Context Protocol

Connect your AI to Preseen

One secure remote MCP server gives supported AI clients access to Preseen questions, forecasts, and recurring schedules.

Availability

ClientConnectionDiscovery
ChatGPT and CodexOAuth connection to the remote MCP serverSearch for “Preseen” after directory publication
Claude.aiOAuth connection to the remote MCP serverSearch for “Preseen” after directory publication
PerplexityCustom remote connector with OAuthManual URL setup; no public third-party directory is documented

Server URL

Clients that support a custom remote MCP server can connect to https://preseen.com/api/v1/mcp/. The client discovers Preseen's OAuth configuration automatically. You sign in to your existing Preseen account and approve the permissions shown on screen; no API key is pasted into the AI client.

Permissions

  • forecasts:read reads tasks, results, and schedules.
  • forecasts:write starts or cancels paid runs and manages schedules.
  • questions:read identifies readable question data.
  • questions:write structures forecast questions with AI.

Preseen enforces the connected user's organization, role, suspension, quota, and object-level access on every tool call. Read operations are annotated separately from state-changing and destructive operations so supporting clients can request confirmation appropriately.

Forecast timing

Creating a forecast returns a task id in about a second. Generation runs asynchronously and usually takes 35–60 minutes. A client can check the task in a later chat or session; a short wait ending does not stop or duplicate the forecast.

Developer clients

Claude Code, Cursor, Codex CLI, Windsurf, and other developer tools may also use a user-managed pre_… API key. Signed-in users can find exact configuration snippets under Settings → API keys → MCP server. OAuth and API-key clients reach the same tools and permission checks.

Help and policies

See support, the privacy policy, and the terms of service. Connector questions can be sent to contact@preseen.com.