API + Model Context Protocol

Put Tuski inside your workflow.

Use API-key authenticated MCP tools to validate lists, monitor jobs, retrieve scored results, and export data from your application or AI assistant.

Available operations

Tools for the full job lifecycle

get_credits

Inspect the organization credit balance.

list_jobs

List recent email-validation jobs.

validate_emails

Queue an email-validation job.

get_job_status

Inspect progress and the current job state.

get_results

Retrieve structured verdicts and quality scores.

get_results_csv

Export completed results as CSV.

pause_job

Pause a running validation job.

resume_job

Resume a paused validation job.

cancel_job

Cancel work that should no longer continue.

MCP CONFIG · STREAMABLE HTTP
{
  "mcpServers": {
    "tuski": {
      "url": "https://tuski.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${TUSKI_API_KEY}"
      }
    }
  }
}
AGENT PROMPT · validate_emails
Validate these addresses with Tuski:

j.keller@northbeam.co
r.silva@vantoro.com

Use validate_emails, monitor the job with get_job_status,
then return get_results.

Authentication

Send your Tuski API key as an Authorization: Bearer header. Create and revoke keys in the authenticated MCP dashboard. The full secret is shown only when a key is created—store it securely and never embed it in browser code.

Developers — Tuski