ArgorantDocs

Argorant Developer Hub

Find and verify contacts, run email campaigns from your own mailboxes and read the replies, from code, the terminal or your AI agent.

Argorant is one workflow behind three surfaces. The REST API is the engine. The CLI (npx argorant) and the MCP server (https://mcp.argorant.com/mcp) are thin layers over the same endpoints, so whatever you build here works for a script, a pipeline or an agent in Claude, ChatGPT or Codex.

What you can do

StepRESTCLIMCP tool
Size a market for freeGET /api/mcp/people/countargorant countargorant_count_people
Preview it maskedGET /api/mcp/people/previewargorant searchargorant_preview_people
Save a listPOST /api/mcp/listsargorant list createargorant_create_list
Export verified contactsPOST /api/mcp/exportsargorant exportargorant_create_export
Create a campaignPOST /api/v1/campaignsargorant campaigns createargorant_create_campaign
Write the emailsPOST /api/v1/campaigns/{id}/emailsargorant campaigns emails setargorant_set_campaign_emails
Enroll the listPOST /api/v1/campaigns/{id}/leadsargorant campaigns leads addargorant_add_campaign_leads
Attach mailboxes and launchPOST …/senders, POST …/launchargorant campaigns senders set, launchargorant_set_campaign_senders, argorant_launch_campaign
Read and answer repliesGET /api/v1/inbox, POST /api/v1/inbox/{id}/replyargorant inbox list, replyargorant_inbox, argorant_inbox_reply

Pricing model, in one line

Counts, previews and lookups are free. One credit is one validated contact; half a credit is one verification of an address you already own. Campaign emails come with your plan and never touch credits. Details on Authentication and limits.

On this page