MCP

Troubleshooting

Recover from connection, workspace, upload, wait, billing, and export problems.

Start from the stable error code and next_action on the receipt. Do not invent a parallel recovery path.

Connection and workspace

SymptomWhat to do
Host cannot connectVerify the URL is https://mcp.everyn.ai/mcp and complete OAuth.
Wrong organizationDisconnect in the host and connect again. Select the intended membership at consent. There is no organization_id argument. Inspect the bound workspace in MCP settings.
unauthorized / forbiddenReconnect from MCP settings or the host. Confirm the user still belongs to that organization.
WorkOS failedStop. Do not fall back to an API key.

See Authentication and Connect.

Upload

SymptomWhat to do
payload_too_largeStay at or under 25 MiB.
transfer_expiredCall upload_csv with the same unfinished upload_id to refresh.
digest_mismatchRecalculate sha256: and retry the transfer.
Host cannot move bytesUse client_can_transfer: false and https://app.everyn.ai/datasets, then search_datasets.
Local path rejectedExpected. Upload through upload_csv or the Datasets page.

See Datasets and Help: upload failed.

Waiting and progress

SymptomWhat to do
Wait returned without terminalCall get_run again. The 25-second cap is per wait, not per Run.
Host disconnectedThe Run continues. Resume waiting with get_run.
stall_suspicionInspect get_run and the Run page handoff. Do not start a duplicate Run.
unknown_stateFail closed. Do not guess a transition.

See Runs and Help: run stuck or failed.

Billing admission

Open Usage and Billing at https://app.everyn.ai/settings. MCP cannot checkout, add funds, change plans, or update payment methods.

A paused Run after wallet exhaustion preserves completed work. Resume it; do not start a second full Run over the same work unless the user asked.

Export and download

SymptomWhat to do
not_readyKeep waiting with get_run.
Download expiredCall export_run again to refresh the delivery descriptor.
Analyzed only the previewDownload the complete-results CSV. Preview is at most 50 rows.

See Export.

Still stuck

Include the privacy-safe support_reference from the receipt when you contact help@everyn.ai. Do not attach tokens, descriptors, or raw CSV. See Contact support.