Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
agent_deleteprivilegiatoDelete 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
domain_deleteprivilegiatoDelete 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
email_draft_deleteprivilegiatoDiscard 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
inbox_deleteprivilegiatoPermanently 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
phone_number_provisionNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
phone_call_listNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
phone_call_getNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
phone_call_transcript_getNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
phone_call_recording_getNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
35 strumenti su 40 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.