Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.
anima-mcpManage email, phone, SMS, webhooks, and agent infrastructure for AI agents directly from Claude. Anima is the unified identity platform for autonomous agents.Manage email, phone, SMS, webhooks, and agent infrastructure for AI agents directly from Claude. Anima is the unified identity platform for autonomous agents.
Aucun schéma d’entrée n’a été publié pour cet outil.
agent_createCreate a new agent with optional metadata, and optionally attach an initial address. Use this when provisioning a new sending identity or automation actor. To add more addresses later, use agent_update. Pass idempotencyKey to make retries safe — same key + same body returns the original response, s…Create a new agent with optional metadata, and optionally attach an initial address. Use this when provisioning a new sending identity or automation actor. To add more addresses later, use agent_update. Pass idempotencyKey to make retries safe — same key + same body returns the original response, s…
Aucun schéma d’entrée n’a été publié pour cet outil.
agent_getFetch full detail for a single agent by ID: settings, metadata, status, and the full addresses[] / emailIdentities[] / phoneIdentities[] lists. Use agent_list to browse multiple agents.Fetch full detail for a single agent by ID: settings, metadata, status, and the full addresses[] / emailIdentities[] / phoneIdentities[] lists. Use agent_list to browse multiple agents.
Aucun schéma d’entrée n’a été publié pour cet outil.
agent_listList agents in the current account context with cursor pagination. Returns a lightweight per-agent record (addresses are NOT included to avoid N+1 round-trips). Use agent_get for full single-agent detail.List agents in the current account context with cursor pagination. Returns a lightweight per-agent record (addresses are NOT included to avoid N+1 round-trips). Use agent_get for full single-agent detail.
Aucun schéma d’entrée n’a été publié pour cet outil.
agent_updateUpdate an agent's name or metadata, and/or add/update/delete an address. Use addAddress to attach a new address, updateAddress to change fields on an existing one (by addressId), deleteAddressId to remove one. Multiple field-level changes can be combined in a single call.Update an agent's name or metadata, and/or add/update/delete an address. Use addAddress to attach a new address, updateAddress to change fields on an existing one (by addressId), deleteAddressId to remove one. Multiple field-level changes can be combined in a single call.
Aucun schéma d’entrée n’a été publié pour cet outil.
agent_deleteprivilégiéDelete an agent by ID. Use this to remove deprecated or compromised agents that should no longer send messages. Cascades to attached addresses, email identities, and phone identities.Delete an agent by ID. Use this to remove deprecated or compromised agents that should no longer send messages. Cascades to attached addresses, email identities, and phone identities.
Aucun schéma d’entrée n’a été publié pour cet outil.
domain_createRegister a custom sending domain in the workspace so it can be configured for email traffic. Use this before DNS setup and verification.Register a custom sending domain in the workspace so it can be configured for email traffic. Use this before DNS setup and verification.
Aucun schéma d’entrée n’a été publié pour cet outil.
domain_verifyTrigger a verification check for a domain after DNS records are configured. Use this to re-run DNS validation and update verification status.Trigger a verification check for a domain after DNS records are configured. Use this to re-run DNS validation and update verification status.
Aucun schéma d’entrée n’a été publié pour cet outil.
domain_getFetch full detail for a single domain by ID, including verification and configuration state. Use domain_list to browse all domains.Fetch full detail for a single domain by ID, including verification and configuration state. Use domain_list to browse all domains.
Aucun schéma d’entrée n’a été publié pour cet outil.
domain_listList all domains connected to the current workspace. Use this to audit configured sender domains and choose one for follow-up actions.List all domains connected to the current workspace. Use this to audit configured sender domains and choose one for follow-up actions.
Aucun schéma d’entrée n’a été publié pour cet outil.
domain_deleteprivilégiéDelete a domain from the workspace when it is no longer needed. Use this to remove old or incorrect domain configurations.Delete a domain from the workspace when it is no longer needed. Use this to remove old or incorrect domain configurations.
Aucun schéma d’entrée n’a été publié pour cet outil.
domain_updateUpdate mutable configuration on a domain. Currently the only updatable field is `feedbackEnabled` — toggle SES bounce and complaint feedback processing on or off without re-verifying the domain.Update mutable configuration on a domain. Currently the only updatable field is `feedbackEnabled` — toggle SES bounce and complaint feedback processing on or off without re-verifying the domain.
Aucun schéma d’entrée n’a été publié pour cet outil.
domain_zone_fileGet the full DNS zone file for a domain. Use this for complete DNS export or to verify all records are correctly configured.Get the full DNS zone file for a domain. Use this for complete DNS export or to verify all records are correctly configured.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_sendSend a new outbound email from the agent mailbox. Use this when you need to compose and deliver a message with optional CC, threading headers.Send a new outbound email from the agent mailbox. Use this when you need to compose and deliver a message with optional CC, threading headers.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_getFetch full detail for a single email by ID, including metadata and body. Use email_list to browse emails in a folder.Fetch full detail for a single email by ID, including metadata and body. Use email_list to browse emails in a folder.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_listList emails with cursor pagination. Returns lightweight per-email records plus a `pagination` object — pass `pagination.nextCursor` back as `cursor` for the next page. Use email_get for the full body, email_search to find specific messages.List emails with cursor pagination. Returns lightweight per-email records plus a `pagination` object — pass `pagination.nextCursor` back as `cursor` for the next page. Use email_get for the full body, email_search to find specific messages.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_searchSearch messages by content. Fulltext mode (default) substring-matches subject/body/addresses of EMAIL messages and returns `{items, pagination}` with cursor paging. Semantic mode ranks by vector-embedding similarity and returns `{results}` scored 0-1 — each result spans ANY channel (check the `chan…Search messages by content. Fulltext mode (default) substring-matches subject/body/addresses of EMAIL messages and returns `{items, pagination}` with cursor paging. Semantic mode ranks by vector-embedding similarity and returns `{results}` scored 0-1 — each result spans ANY channel (check the `chan…
Aucun schéma d’entrée n’a été publié pour cet outil.
email_labelAdd and/or remove labels on one message — the agent's workflow state. Use this to mark mail read/unread (`read`/`unread`), archive it (`archived`), or apply your own tags, then filter with email_list's `labels`. Supply at least one of addLabels/removeLabels. One message per call: there is no batch…Add and/or remove labels on one message — the agent's workflow state. Use this to mark mail read/unread (`read`/`unread`), archive it (`archived`), or apply your own tags, then filter with email_list's `labels`. Supply at least one of addLabels/removeLabels. One message per call: there is no batch…
Aucun schéma d’entrée n’a été publié pour cet outil.
email_replyReply to an existing email thread by first loading the original message and setting threading headers. Use this when you need a proper in-thread response.Reply to an existing email thread by first loading the original message and setting threading headers. Use this when you need a proper in-thread response.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_forwardForward an existing email to another recipient by loading the original content first. Use this to share a prior message while preserving context.Forward an existing email to another recipient by loading the original content first. Use this to share a prior message while preserving context.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_thread_getFetch all email messages in one or more threads. Pass `id` for a single thread or `ids` for multiple. Returns messages ordered within each thread. Uses the messages endpoint filtered by threadId + channel=EMAIL under the hood.Fetch all email messages in one or more threads. Pass `id` for a single thread or `ids` for multiple. Returns messages ordered within each thread. Uses the messages endpoint filtered by threadId + channel=EMAIL under the hood.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_attachment_getGet a temporary download URL for an email attachment. Use this when you need direct file access for preview or download.Get a temporary download URL for an email attachment. Use this when you need direct file access for preview or download.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_draft_createCreate a new email draft (composed but not sent). Drafts can be incomplete — missing recipients, subject, or body. Use email_draft_send later to actually deliver, or email_draft_delete to discard.Create a new email draft (composed but not sent). Drafts can be incomplete — missing recipients, subject, or body. Use email_draft_send later to actually deliver, or email_draft_delete to discard.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_draft_getFetch full detail for a single draft by ID. Use email_draft_list to browse drafts.Fetch full detail for a single draft by ID. Use email_draft_list to browse drafts.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_draft_listList email drafts with optional filters. Returns lightweight draft records — use email_draft_get for full detail.List email drafts with optional filters. Returns lightweight draft records — use email_draft_get for full detail.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_draft_sendSend a draft. Atomically converts the draft to a delivered Message + deletes the draft row. The draft must have at least one recipient, a subject, and a body. Returns the newly-created Message.Send a draft. Atomically converts the draft to a delivered Message + deletes the draft row. The draft must have at least one recipient, a subject, and a body. Returns the newly-created Message.
Aucun schéma d’entrée n’a été publié pour cet outil.
email_draft_deleteprivilégiéDiscard a draft. Use this to remove drafts that are no longer needed. Use email_draft_send if you want to deliver instead.Discard a draft. Use this to remove drafts that are no longer needed. Use email_draft_send if you want to deliver instead.
Aucun schéma d’entrée n’a été publié pour cet outil.
inbox_createCreate a new email inbox (mailbox) that can receive mail immediately at its address. Choose a username and domain or let the platform generate them. Requires master key access.Create a new email inbox (mailbox) that can receive mail immediately at its address. Choose a username and domain or let the platform generate them. Requires master key access.
Aucun schéma d’entrée n’a été publié pour cet outil.
inbox_getFetch full detail for a single inbox by ID, including its email address, display name, and associated agent. Use inbox_list to browse all inboxes.Fetch full detail for a single inbox by ID, including its email address, display name, and associated agent. Use inbox_list to browse all inboxes.
Aucun schéma d’entrée n’a été publié pour cet outil.
inbox_listList inboxes in the workspace with cursor pagination and optional free-text search. Returns the address, display name, and agent association for each inbox.List inboxes in the workspace with cursor pagination and optional free-text search. Returns the address, display name, and agent association for each inbox.
Aucun schéma d’entrée n’a été publié pour cet outil.
inbox_updateUpdate the display name or agent association of an inbox. Pass null for a field to clear it (unlink the agent / remove the display name); omitted fields are left unchanged. The email address itself cannot be changed. Requires master key access.Update the display name or agent association of an inbox. Pass null for a field to clear it (unlink the agent / remove the display name); omitted fields are left unchanged. The email address itself cannot be changed. Requires master key access.
Aucun schéma d’entrée n’a été publié pour cet outil.
inbox_deleteprivilégiéPermanently delete an inbox and its mailbox. Mail sent to the address after deletion bounces. This cannot be undone. Requires master key access.Permanently delete an inbox and its mailbox. Mail sent to the address after deletion bounces. This cannot be undone. Requires master key access.
Aucun schéma d’entrée n’a été publié pour cet outil.
extension_connectCreate a short-lived, single-use connect URL that links a browser extension (or a headless Puppeteer worker) to an Anima agent.Create a short-lived, single-use connect URL that links a browser extension (or a headless Puppeteer worker) to an Anima agent.
Aucun schéma d’entrée n’a été publié pour cet outil.
phone_number_listList phone numbers assigned to an agent. Each result includes status and capability flags (sms/mms/voice).List phone numbers assigned to an agent. Each result includes status and capability flags (sms/mms/voice).
Aucun schéma d’entrée n’a été publié pour cet outil.
phone_number_provisionAucune description publiéeCet outil n’a publié aucune description. Forge n’en invente pas.
phone_number_releaseRelease a previously provisioned phone number back to the carrier pool. Use this when cleaning up unused numbers. Released numbers cannot be recovered.Release a previously provisioned phone number back to the carrier pool. Use this when cleaning up unused numbers. Released numbers cannot be recovered.
Aucun schéma d’entrée n’a été publié pour cet outil.
phone_call_listAucune description publiéeCet outil n’a publié aucune description. Forge n’en invente pas.
phone_call_getAucune description publiéeCet outil n’a publié aucune description. Forge n’en invente pas.
phone_call_transcript_getAucune description publiéeCet outil n’a publié aucune description. Forge n’en invente pas.
phone_call_recording_getAucune description publiéeCet outil n’a publié aucune description. Forge n’en invente pas.
35 outils sur 40 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.