Availability
| Client | Connection | Discovery |
|---|---|---|
| ChatGPT and Codex | OAuth connection to the remote MCP server | Search for “Preseen” after directory publication |
| Claude.ai | OAuth connection to the remote MCP server | Search for “Preseen” after directory publication |
| Perplexity | Custom remote connector with OAuth | Manual 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:readreads tasks, results, and schedules.forecasts:writestarts or cancels paid runs and manages schedules.questions:readidentifies readable question data.questions:writestructures 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.