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.
Tools for the full job lifecycle
get_creditsInspect the organization credit balance.
list_jobsList recent email-validation jobs.
validate_emailsQueue an email-validation job.
get_job_statusInspect progress and the current job state.
get_resultsRetrieve structured verdicts and quality scores.
get_results_csvExport completed results as CSV.
pause_jobPause a running validation job.
resume_jobResume a paused validation job.
cancel_jobCancel 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.