← Back to search

encrata-mcp

encrata Scanned 14d ago

Encrata MCP Server — Email intelligence, dark web search, IP lookup, monitoring, and contact lists for AI agents.

npm
? Not scanned yet

Versions

No versions found.

Tools 50

list_contact_lists
annotations: none low

List all contact lists. Contact lists are reusable collections of emails that can be used as monitor data sources.

create_contact_list
annotations: none low

Create a new contact list. Optionally add initial emails. Lists can be used as data sources for monitors.

name string
get_contact_list
annotations: none low

Get details of a specific contact list by ID, including name and email count.

list_id string
delete_contact_list
annotations: none low

Delete a contact list permanently. This cannot be undone.

list_id string
list_contact_list_emails
annotations: none low

List all email addresses in a specific contact list.

list_id string
add_emails_to_list
annotations: none low

Add email addresses to an existing contact list.

list_id string
remove_emails_from_list
annotations: none low

Remove email addresses from a contact list.

list_id string
lookup_email
annotations: none low

Look up detailed intelligence about a person by their email address. Returns name, company, job role, industry, location, education, social profiles, breach history, registered services, news mentions, and email validity.

email string
validate_email
annotations: none low

Validate an email address and return the full validity report (status, reason, confidence, role, disposable, provider, mx, domain_trust including DKIM/BIMI/DNSSEC, person_signal, smtp, canonical, free_provider, domain_info, mail_servers, footprint). Costs 1 credit per fresh lookup; repeats within the charge window are free.

email string
check_breaches
annotations: none low

Check if an email address has been exposed in known data breaches. Returns the number of breaches, affected services, and types of exposed data.

email string
list_monitors
annotations: none low

List all email monitors. Returns monitor names, status, frequency, email count, and last/next run times.

create_monitor
annotations: none low

Create a new email monitor to track changes in person data over time. Provide a name and list of emails to monitor. When a person changes jobs, gets a new title, or appears in a breach — you

name string list_id string
get_monitor
annotations: none low

Get details of a specific monitor by ID, including its configuration, email count, and run schedule.

monitor_id string
trigger_monitor_run
annotations: none low

Trigger an immediate enrichment run for a monitor. Returns the run ID to track progress.

monitor_id string
list_runs
annotations: none low

List monitoring runs for a specific monitor or all monitors. Shows run status, changes detected, and credits used.

limit number offset number monitor_id string
get_run_results
annotations: none low

Get enrichment results for a specific monitoring run. Returns person data snapshots and detected changes.

run_id string monitor_id string changes_only boolean
list_workspaces
annotations: none low

List the workspaces the authenticated account belongs to.

create_workspace
annotations: none low

Create a new workspace. The slug is auto-generated when omitted.

name string slug string logo_url string
switch_workspace
annotations: none low

Set the active workspace for subsequent calls.

workspace_id string
update_workspace
annotations: none low

Update the current workspace (admin only). Name is required; the slug regenerates if omitted. Pass workspace_id to target a specific workspace instead of the active one.

name string slug string logo_url string workspace_id string
delete_workspace
annotations: none low

Permanently delete the CURRENT active workspace and all of its data (admin only). Switch first to be sure you are on the right one.

list_workspace_members
annotations: none low

List members of the current workspace.

invite_workspace_member
annotations: none low

Invite an email to the current workspace with a role (admin, tech, or readonly).

email string
set_workspace_member_role
annotations: none low

Change a member

member_id string
remove_workspace_member
annotations: none low

Remove a member from the current workspace.

member_id string
list_webhooks
annotations: none low

List configured webhook endpoints for the current workspace.

update_webhook
annotations: none low

Update a webhook. Only the fields you pass change; the rest keep their current values.

id string url string is_active boolean description string
delete_webhook
annotations: none low

Delete a webhook endpoint. This stops all deliveries.

id string
test_webhook
annotations: none low

Send a test event to a webhook and report the real HTTP result from the endpoint.

id string
webhook_deliveries
annotations: none low

Show recent delivery attempts for a webhook (event, status, HTTP code, attempts, time).

webhook_id string
list_bulk_jobs
annotations: none low

List recent async bulk enrichment jobs. Bulk jobs process >1,000 emails in the background. Returns job status, progress, and email counts.

get_bulk_job
annotations: none low

Get detailed status of a specific bulk enrichment job, including progress, credits used, and download URL if completed.

job_id string
cancel_bulk_job
annotations: none low

Cancel a pending or in-progress bulk enrichment job. Already-processed emails are kept.

job_id string
bulk_validate_emails
annotations: none low

Create an async bulk email validity job from an inline email array. Credit use follows server-side billing rules (up to 1 credit per processed email). Poll get_email_job_status and get_email_job_results for progress.

batch_id string file_name string
bulk_email_identity
annotations: none low

Create an async bulk email identity job from an inline email array. Credit use follows server-side billing rules (up to 1 credit per processed email). Poll get_email_job_status and get_email_job_results for progress.

file_name string
bulk_password_breaches
annotations: none low

Create an async bulk password breach job. Provide SHA-1 hashes (preferred) and/or raw passwords (hashed server-side by API). Credit use follows server-side billing rules. Poll get_email_job_status and get_email_job_results for progress.

file_name string
get_email_job_status
annotations: none low

Get status and counters for a bulk email job. Free. Use this to poll async progress until completed/failed/cancelled.

job_id string
get_email_job_results
annotations: none low

Get paginated results for a bulk email job. Free. Call repeatedly using page/page_size until all pages are consumed.

page number job_id string breached boolean page_size number
download_email_job
annotations: none low

Download a bulk email job as CSV text. Free. For very large outputs, this may be truncated in MCP response payloads.

job_id string breached boolean
cancel_email_job
annotations: none low

Cancel a validity/identity/password bulk email job. Already-processed rows are kept.

job_id string
retry_email_job
annotations: none low

Retry dead-lettered chunks for a validity/identity/password bulk email job.

job_id string
list_api_keys
annotations: none low

List the workspace

create_api_key
annotations: none low

Create a new API key. The full key is returned ONCE — store it immediately; it cannot be retrieved again.

name string
rename_api_key
annotations: none low

Rename an API key.

id string name string
set_api_key_status
annotations: none low

Enable or disable an API key without deleting it.

id string
revoke_api_key
annotations: none low

Disable an API key, or permanently delete it with permanent=true.

id string permanent boolean
set_api_key_limit
annotations: none low

Set an API key

id string credit_limit number
whoami
annotations: none low

Show the authenticated Encrata account: email, plan, remaining credits, role, and active workspace.

check_credits
annotations: none low

Return the remaining credit balance for the authenticated account and active workspace. Free.

credit_transactions
annotations: none low

List recent credit ledger entries (charges and top-ups) for the account. Free, read-only.

limit number

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 112

low
Tool 'list_contact_lists' has no annotations annotation_checker · 100%
low
Tool 'create_contact_list' has no annotations annotation_checker · 100%
low
Tool 'get_contact_list' has no annotations annotation_checker · 100%
low
Tool 'delete_contact_list' has no annotations annotation_checker · 100%
low
Tool 'list_contact_list_emails' has no annotations annotation_checker · 100%
low
Tool 'add_emails_to_list' has no annotations annotation_checker · 100%
low
Tool 'remove_emails_from_list' has no annotations annotation_checker · 100%
low
Tool 'lookup_email' has no annotations annotation_checker · 100%
low
Tool 'validate_email' has no annotations annotation_checker · 100%
low
Tool 'check_breaches' has no annotations annotation_checker · 100%
low
Tool 'list_monitors' has no annotations annotation_checker · 100%
low
Tool 'create_monitor' has no annotations annotation_checker · 100%
low
Tool 'get_monitor' has no annotations annotation_checker · 100%
low
Tool 'trigger_monitor_run' has no annotations annotation_checker · 100%
low
Tool 'list_runs' has no annotations annotation_checker · 100%
low
Tool 'get_run_results' has no annotations annotation_checker · 100%
low
Tool 'list_workspaces' has no annotations annotation_checker · 100%
low
Tool 'create_workspace' has no annotations annotation_checker · 100%
low
Tool 'switch_workspace' has no annotations annotation_checker · 100%
low
Tool 'update_workspace' has no annotations annotation_checker · 100%
low
Tool 'delete_workspace' has no annotations annotation_checker · 100%
low
Tool 'list_workspace_members' has no annotations annotation_checker · 100%
low
Tool 'invite_workspace_member' has no annotations annotation_checker · 100%
low
Tool 'set_workspace_member_role' has no annotations annotation_checker · 100%
low
Tool 'remove_workspace_member' has no annotations annotation_checker · 100%
low
Tool 'list_webhooks' has no annotations annotation_checker · 100%
low
Tool 'update_webhook' has no annotations annotation_checker · 100%
low
Tool 'delete_webhook' has no annotations annotation_checker · 100%
low
Tool 'test_webhook' has no annotations annotation_checker · 100%
low
Tool 'webhook_deliveries' has no annotations annotation_checker · 100%
low
Tool 'list_bulk_jobs' has no annotations annotation_checker · 100%
low
Tool 'get_bulk_job' has no annotations annotation_checker · 100%
low
Tool 'cancel_bulk_job' has no annotations annotation_checker · 100%
low
Tool 'bulk_validate_emails' has no annotations annotation_checker · 100%
low
Tool 'bulk_email_identity' has no annotations annotation_checker · 100%
low
Tool 'bulk_password_breaches' has no annotations annotation_checker · 100%
low
Tool 'get_email_job_status' has no annotations annotation_checker · 100%
low
Tool 'get_email_job_results' has no annotations annotation_checker · 100%
low
Tool 'download_email_job' has no annotations annotation_checker · 100%
low
Tool 'cancel_email_job' has no annotations annotation_checker · 100%
low
Tool 'retry_email_job' has no annotations annotation_checker · 100%
low
Tool 'list_api_keys' has no annotations annotation_checker · 100%
low
Tool 'create_api_key' has no annotations annotation_checker · 100%
low
Tool 'rename_api_key' has no annotations annotation_checker · 100%
low
Tool 'set_api_key_status' has no annotations annotation_checker · 100%
low
Tool 'revoke_api_key' has no annotations annotation_checker · 100%
low
Tool 'set_api_key_limit' has no annotations annotation_checker · 100%
low
Tool 'whoami' has no annotations annotation_checker · 100%
low
Tool 'check_credits' has no annotations annotation_checker · 100%
low
Tool 'credit_transactions' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: list_contact_lists manifest_parser · 70%
info
Tool: create_contact_list manifest_parser · 70%
info
Tool: get_contact_list manifest_parser · 70%
info
Tool: delete_contact_list manifest_parser · 70%
info
Tool: list_contact_list_emails manifest_parser · 70%
info
Tool: add_emails_to_list manifest_parser · 70%
info
Tool: remove_emails_from_list manifest_parser · 70%
info
Tool: lookup_email manifest_parser · 70%
info
Tool: validate_email manifest_parser · 70%
info
Tool: check_breaches manifest_parser · 70%
info
Tool: list_monitors manifest_parser · 70%
info
Tool: create_monitor manifest_parser · 70%
info
Tool: get_monitor manifest_parser · 70%
info
Tool: trigger_monitor_run manifest_parser · 70%
info
Tool: list_runs manifest_parser · 70%
info
Tool: get_run_results manifest_parser · 70%
info
Tool: list_workspaces manifest_parser · 70%
info
Tool: create_workspace manifest_parser · 70%
info
Tool: switch_workspace manifest_parser · 70%
info
Tool: update_workspace manifest_parser · 70%
info
Tool: delete_workspace manifest_parser · 70%
info
Tool: list_workspace_members manifest_parser · 70%
info
Tool: invite_workspace_member manifest_parser · 70%
info
Tool: set_workspace_member_role manifest_parser · 70%
info
Tool: remove_workspace_member manifest_parser · 70%
info
Tool: list_webhooks manifest_parser · 70%
info
Tool: update_webhook manifest_parser · 70%
info
Tool: delete_webhook manifest_parser · 70%
info
Tool: test_webhook manifest_parser · 70%
info
Tool: webhook_deliveries manifest_parser · 70%
info
Tool: list_bulk_jobs manifest_parser · 70%
info
Tool: get_bulk_job manifest_parser · 70%
info
Tool: cancel_bulk_job manifest_parser · 70%
info
Tool: bulk_validate_emails manifest_parser · 70%
info
Tool: bulk_email_identity manifest_parser · 70%
info
Tool: bulk_password_breaches manifest_parser · 70%
info
Tool: get_email_job_status manifest_parser · 70%
info
Tool: get_email_job_results manifest_parser · 70%
info
Tool: download_email_job manifest_parser · 70%
info
Tool: cancel_email_job manifest_parser · 70%
info
Tool: retry_email_job manifest_parser · 70%
info
Tool: list_api_keys manifest_parser · 70%
info
Tool: create_api_key manifest_parser · 70%
info
Tool: rename_api_key manifest_parser · 70%
info
Tool: set_api_key_status manifest_parser · 70%
info
Tool: revoke_api_key manifest_parser · 70%
info
Tool: set_api_key_limit manifest_parser · 70%
info
Tool: whoami manifest_parser · 70%
info
Tool: check_credits manifest_parser · 70%
info
Tool: credit_transactions manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (2) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 124 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%