Email

Sending, reading and searching mail. Every tool below was read from that server's own tools/list, so the name and arguments are what the server exposes, not what its description claims.

ToolServer
email_create_inboxanswers
Provision an email inbox at {name}@palmyr.ai (or a custom domain you own), keyed to your wallet. Costs 2.00 USDC, paid per-action via x402.
arguments: name, walletAddress, solanaPublicKey, domain, payment
Palmyr
ai.palmyr
email_smtp_probeanswers
Live SMTP RCPT probe (HELO + MAIL FROM + RCPT TO; no DATA). Reports deliverability verdict (deliverable / catch_all / undeliverable / greylisted / inconclusive). Catch-all detection via random-fake-RCPT comparison. Sk...
arguments: email, check_catch_all
Ready APIs
com.readyapis
sendEmailanswers
Use this when the user has confirmed a new outbound email. Sends real email through Primitive's relay and can wait for the first SMTP delivery outcome, or schedule the send for a future time with scheduled_at. IMPORTA...
arguments: Idempotency-Key, requestBody, api_key
email
dev.primitive
email_verifyanswers
One-call email validation combining syntax + MX records + disposable check + role-address detection (admin@/info@/...) + free-provider classification (gmail/outlook/yahoo/...). Use BEFORE adding an email to a contact ...
arguments: email
ContrastAPI
com.contrastcyber
createEmailAddressanswers
Get this user's Primitive managed inbox domain, creating the account on first use: no signup form, no password, no email verification, no browser. CALL THIS FIRST whenever you do not already have a Primitive API key a...
arguments: requestBody
email
dev.primitive
get_email_statusanswers
Email addon status and mailboxes for a site. Requires: API key with read scope. Returns: {"configured": bool, "domain", "mailboxes", "mailbox_list": [...]}
arguments: slug
BorealHost
ai.borealhost
setup_emailanswers
Enable business email (hosted mailboxes + webmail) on a domain. Creates the hosted-email domain, sets up outbound authentication (DKIM/SPF), and auto-configures MX/SPF DNS when the zone is hosted by BorealHost. Mailb...
arguments: slug, domain
BorealHost
ai.borealhost
create_mailboxanswers
Create a mailbox on the site's email domain. Password is generated when omitted and returned ONCE — store it. Each mailbox adds to the subscription's email billing. Requires: API key with write scope. Args: slu...
arguments: slug, local_part, display_name, password
BorealHost
ai.borealhost
delete_mailboxanswers
Delete a mailbox (its mail is destroyed). Requires: API key with write scope. Returns: {"email", "deleted": true}
arguments: slug, email
BorealHost
ai.borealhost
reset_mailbox_passwordanswers
Reset a mailbox password (generated when omitted, returned ONCE). Requires: API key with write scope. Returns: {"email", "password", "message"}
arguments: slug, email, new_password
BorealHost
ai.borealhost
email_create_tempanswers
Provision a cheap, disposable, receive-only email inbox — ideal for receiving a one-off verification or order-confirmation email during a checkout/signup flow. The address (a natural-looking handle on a dedicated inbo...
arguments: ttl_seconds, payment
Palmyr
ai.palmyr
email_extend_tempanswers
Rent another 7 days on a live disposable temp inbox — each call pushes expires_at exactly 7 days further (fixed, stackable, no cap). Owner-only; expired temp inboxes cannot be revived (buy a new one via email_create_t...
arguments: inbox_id, payment
Palmyr
ai.palmyr
email_sendanswers
Send an email from an inbox you own. Costs 0.08 USDC, paid per-action via x402.
arguments: inbox_id, to, subject, body, html, payment
Palmyr
ai.palmyr
email_read_messagesanswers
Read decrypted messages from an inbox you own (payment wallet must match the inbox). Costs 0.02 USDC, paid per-action via x402.
arguments: inbox_id, limit, cursor, payment
Palmyr
ai.palmyr
triage_inboxanswers
Rank a mailbox on two axes (importance x urgency) and return what needs a human now versus what can wait or is already handled — with each thread's open commitment (the promise you owe or are owed, and whether it's ov...
ai.radmail/radmail-mcp
ai.radmail
isemailreachableanswers
Check whether an email address looks reachable without sending real mail. Returns confidence (0-100), a verdict (reachable/likely_reachable/uncertain/likely_unreachable/unreachable), and per-check evidence for syntax,...
arguments: address, owner_key
raccha.ai
ai.raccha
send_email_replyanswers
Reply to an inbound email stored by the mailbox ingest endpoint. Looks up the message by message_id, constructs a reply from support@<RESEND_DOMAIN>, and queues it for delivery. Requires any valid owner_key.
arguments: body, message_id, owner_key
raccha.ai
ai.raccha
verify_emailanswers
Verify whether ONE email address is deliverable. Checks syntax, MX, SMTP, catch-all, disposable, free-provider and role detection, and returns a 0-100 quality score. Charges 1 Fox Credit per uncached email.
arguments: email, proxy
ai.verifox/email-verifier
ai.verifox
find_emailanswers
Find ONE person's business email from their name and company domain. Generates ~50 permutations and SMTP-verifies each, waits for the result, and returns the best match (or not_found). Charges 10 Fox Credits per find.
arguments: first_name, last_name, domain, middle_name
ai.verifox/email-verifier
ai.verifox
bind_emailanswers
★ WHAT THIS DOES AND DOES NOT DO — binding makes a key RECOVERABLE (lose it, call `recover_my_key`, it is re-sent to that inbox). It does NOT make your identity durable: an email-bound key still only works while your ...
arguments: email, api_key, marketing_opt_in
DC Hub — Data Center & Power Intelligence
cloud.dchub
inbox.listanswers
List email conversations Refine matched to your job search (applications, interviews, recruiter outreach)
arguments: tab, status, unread, account, shelf, page
Refine Job Search
co.getrefine
inbox.get_threadanswers
Fetch the full email thread for an inbox item
arguments: item_id
Refine Job Search
co.getrefine
inbox.send_replyanswers
Send an email reply through the user's Gmail. This emails a real person from the user's address. Only call after the user has seen the exact message body and explicitly approved sending it.
arguments: item_id, body, draft_kind, confirmed
Refine Job Search
co.getrefine
inbox.unsubscribeanswers
Unsubscribe the user from this sender's mailing list via one-click list-unsubscribe. This changes the user's real email subscriptions; confirm with them before calling. Use it for unwanted bulk senders, not for a pers...
arguments: item_id, confirmed
Refine Job Search
co.getrefine
inbox.declineanswers
Queue decline replies to recruiter outreach. Depending on the user's preference this SENDS email from their address. Only call after the user explicitly approved declining these specific conversations.
arguments: ids, preference, remember, confirmed
Refine Job Search
co.getrefine
email_security_postureanswers
Analyze domain email authentication posture: SPF, DMARC, DKIM with numeric score and findings. Dual-use: red-team (spoofing feasibility) + blue-team (posture audit). Score 0-100, grades A+-F. DKIM probing tests common...
arguments: domain, selectors
ContrastAPI
com.contrastcyber
inbox_pollanswers
Collect the next due task envelope from your mailbox. One envelope per call. The item is claimed with a visibility timeout: ack it when done, or it returns to the queue for another attempt, so work is never lost if th...
arguments: box, visibility_timeout_seconds, agent_key
MCPFax Agent Continuity
com.mcpscores
email_checkanswers
Deliverability signals for one address: RFC5322 syntax, live MX/SPF/DMARC over DNS-over-HTTPS, disposable/role-account flags. Signals with evidence — not a guaranteed inbox verdict. Paid: call without x_payment to rec...
arguments: email, x_payment
Professor Sausages — Trust & Verification
com.professorsausages
verify_emailanswers
Verify a single email address — syntax, domain/MX, disposable + role detection, typo suggestion, and mailbox reachability. Returns a deliverability verdict (deliverable / risky / undeliverable / unknown). Consumes 1 c...
arguments: email
Qualisend Email Verification
com.qualisend
email_validateanswers
Validate an email address: RFC syntax, MX lookup, disposable/free/role-account flags, typo correction, and a composite deliverability score. Demo mode is allowed; no live SMTP probe.
arguments: email, check_dns
Ready APIs
com.readyapis
check_emailanswers
Verify an email address by connecting to its mail server via SMTP. Checks MX records, tests if the address is accepted (RCPT TO), detects catch-all domains, and reports TLS support. Results are RAM-cached for 1 hour.
arguments: email
com.robtex/mcp
com.robtex
getInboxStatusanswers
Use this when the user asks whether inbound email is ready or needs setup. Returns domains, routes, deployed Functions, and recent inbound activity.
arguments: api_key
email
dev.primitive
getEmailanswers
Use this when you need full details for one inbound email ID, including parsed bodies, threading metadata, SMTP envelope, webhook state, and replies.
arguments: id, api_key
email
dev.primitive
getSentEmailanswers
Get the full record for a single sent email by id, including body_text and body_html. Use to inspect delivery details for a specific send — e.g. the SMTP response on a bounced row, or the gate denial reason on a gate_...
arguments: id
email
dev.primitive
validate_emails
Validate and verify email addresses for deliverability, format compliance, and mailbox existence. Returns pass/fail status per email, syntax errors, domain validity, and SMTP verification result. Use before sending bu...
arguments: emails
google-maps-mcp-server
com.thenextgennexus
get_smtp_relayanswers
List SMTP relay credentials for a site, with domain-auth status. Requires: API key with read scope. Returns: {"relays": [{"relay_id", "domain", "status", "domain_authenticated"}, ...]}
arguments: slug
BorealHost
ai.borealhost
enable_smtp_relayanswers
Enable an SMTP relay for a site's outbound transactional mail. Provisions a mail-send-only credential on the platform relay and configures SPF/DKIM DNS when the domain zone is hosted here. The SMTP password is return...
arguments: slug, domain
BorealHost
ai.borealhost
revoke_smtp_relayanswers
Revoke an SMTP relay credential (immediate at the relay). Requires: API key with write scope. Returns: {"relay_id", "revoked": true}
arguments: slug, relay_id
BorealHost
ai.borealhost
resendEmailVerificationanswers
Resend email verification - Resend email verification for a specific user
arguments: x-request-id, x-trace-id, userId, redirectUrl
Contabo (VPS) MCP Server
ai.com.mcp
inbox_createanswers
Webhook inbox: get a disposable URL that captures inbound POSTs for you to poll. Send { token }. [x402 paid tool — price $0.003; POST /api/inbox/create]
arguments: token
ai.firmbrain/x402-services
ai.firmbrain
inbox_pollanswers
Webhook inbox: fetch captured messages newer than a timestamp. Send { id, token, since? }. [x402 paid tool — price $0.003; POST /api/inbox/poll]
arguments: id, token, since
ai.firmbrain/x402-services
ai.firmbrain
email_seo_reportanswers
Email the full written SEO/AEO report for an audit this session already ran. Takes the audit_id returned by ai_search_diagnostic or full_seo_audit, plus the user's email. ONLY use an email address the user explicitly ...
arguments: audit_id, email, weekly
ai.inxy/seo-audit
ai.inxy
request_email_otpanswers
Sends a 6-digit verification code to the given email address. The code is exchanged for a verificationToken via verify_email_otp, and that token authorizes the draft tools. Codes expire after 10 minutes and are rate-l...
arguments: email
GVRN Incorporation
ai.gvrn
verify_email_otpanswers
Verifies a 6-digit email code and returns a verificationToken valid for ~30 minutes. The draft tools require this token. Re-verifying the same email issues a fresh token that still reaches the same drafts.
arguments: email, code
GVRN Incorporation
ai.gvrn
check_smtp_tlsanswers
Live check of every MX host: opens TCP 25, runs EHLO + STARTTLS, validates TLS certificate trust chain, hostname match, expiry window, advertised EHLO capabilities, plus PTR and forward-confirmed reverse DNS. Read-onl...
arguments: domain
IntoDNS.ai DNS & Email Security Scanner
ai.intodns
check_email_securityanswers
Read-only combined email-security check covering SPF parse, DKIM selector discovery, DMARC policy validation, MX IP blacklist status across major feeds, and an aggregated 0-100 email-security score with prioritised is...
arguments: domain
IntoDNS.ai DNS & Email Security Scanner
ai.intodns
create_email_testanswers
Create a new IntoDNS.ai inbound email-test session. Returns a unique single-use test email address (valid 60 minutes) and a `testId` used by get_email_test or poll_email_test. This is an additive, non-idempotent POST:...
arguments: language
IntoDNS.ai DNS & Email Security Scanner
ai.intodns
get_email_testanswers
Read-only status read for an email-test session. Returns 'pending' until a test email arrives at the unique address returned by create_email_test, then full SPF/DKIM/DMARC/headers/spam-score result once processed. Req...
arguments: testId
IntoDNS.ai DNS & Email Security Scanner
ai.intodns
poll_email_testanswers
Process the latest received message in an email-test session. Idempotent POST: if no message has arrived yet, returns 'pending'; if a message arrived since the last call, parses it and returns full authentication + co...
arguments: testId
IntoDNS.ai DNS & Email Security Scanner
ai.intodns
analyze_raw_emailanswers
Read-only analysis of a pasted raw RFC-5322 MIME email source. Parses Authentication-Results, Received chain, SPF/DKIM/DMARC/ARC verdicts, sender IP reputation/blacklist status, content-side spam triggers (suspicious ...
arguments: rawEmail
IntoDNS.ai DNS & Email Security Scanner
ai.intodns
email-verifyanswers
PAID MCP TOOL — $0.034 USDC per successful call via native x402. Discovery is free. Email address validation and quality scoring. Checks RFC-5322 syntax, detects disposable/throwaway domains (via Kickbox free API), an...
arguments: email
The Stall
ai.intuitek.the-stall
check_email_domainanswers
Full email posture for a domain: can it receive mail, and can it be spoofed? Runs MX, SPF and DMARC lookups together and returns a plain-language verdict alongside the raw records: can_receive_mail, spoofable, and a ...
arguments: domain
ai.kaiv/email-check
ai.kaiv
verify_emailanswers
Confirm the email OTP (15 min TTL). No Bearer key required. Call after the first live URL, before checkout/mpp_upgrade.
arguments: email, code
Novence
ai.novence
list_email_workloadanswers
**Use this to size up a person's REGULATORY caseload — how many filings a reviewer, actuary, or contact appears on, split by filing status. NOT for content or rating questions about the filings themselves.** Wrong to...
arguments: email, email_domain, year, year_from, year_to, topK
ai.serff/ca-rate-filings
ai.serff
verify_emailsanswers
Bulk-verify a LIST of email addresses. Submits the whole list, waits for completion, and returns one result per email (same fields as verify_email). Best for cleaning lead lists. Charges 1 Fox Credit per email. Large ...
arguments: emails, wait
ai.verifox/email-verifier
ai.verifox
find_emailsanswers
Bulk-find business emails for a LIST of contacts (name + company domain each). Submits the list, waits for completion, and returns the found email per contact. Up to 1000 contacts. Charges 10 Fox Credits per contact. ...
arguments: contacts, wait
ai.verifox/email-verifier
ai.verifox
get_email_activityanswers
List up to 100 recent event email sends and their queued, delivery, failure, bounce, complaint, or suppression status; optionally for one contact.
arguments: org, eventId, contactId
app.agendaforge/agendaforge
app.agendaforge
list_email_templatesanswers
List organization and event email template names and ids only.
arguments: org, eventId
app.agendaforge/agendaforge
app.agendaforge
draft_emailanswers
Render an email template preview without sending anything: returns the subject, the merged HTML body (size-capped), and a recipient preview. Pass a contactId to substitute that contact's variables. Never sends and nev...
arguments: org, eventId, templateId, contactId
app.agendaforge/agendaforge
app.agendaforge
create_email_templateanswers
Draft an event email template (creating is not sending). Depending on the organization's settings, this either executes immediately or files a proposal for approval; the response status field says which happened.
arguments: org, eventId, request_id, name, subject, body
app.agendaforge/agendaforge
app.agendaforge
Showing 60 of 272 verified tools. Search the whole set, including full input schemas, at https://neuronto.com/tools?q=..., or connect an agent to https://neuronto.com/mcp and call find_tool. No key, no signup.

"Answers" means the endpoint responded to a handshake when last probed, and "auth required" means it demanded credentials. Both are statements about reachability, never about trustworthiness.

Other capabilities

Analytics and monitoring
1,099 verified tools
Files and storage
1,035 verified tools
Calendar and scheduling
723 verified tools
Crypto and blockchain
708 verified tools
Payments and billing
706 verified tools
Images, audio and video
637 verified tools
Maps, location and weather
598 verified tools
Web scraping and browser automation
490 verified tools
Social media
481 verified tools