io.github.anima-labs-ai/anima

MCPcomunidaden línea
v1.0.1io.github.anima-labs-aiUnknownActualizado hace 1 dGitHub

Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.

Estado del endpointen línea
comprobado hace 2 h · 116 ms · requiere autenticación
100 % de las últimas 1 comprobación llegó a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
1Estrellas en GitHub
hace 1 dÚltima actualización
Paquete
Autorio.github.anima-labs-ai
LicenciaUnknown
Versión1.0.1
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: ejecuta `forge publish` desde el repo para reclamar la propiedad
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas40 herramientas · 4 privilegiadas
Análisis de seguridad✓ LimpiovHEAD · hoy¿Qué tan bien funciona este análisis?
CODE…D/src/shared/config.tsVery large base64-looking blob in source
EvaluacionesNinguna
Indexado5 sept 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

40 herramientas · 4 privilegiadas
Extraído estáticamente del paquete publicadovHEAD · 2h ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo 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.

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

agent_deleteprivilegiadaDelete 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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

domain_deleteprivilegiadaDelete 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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

email_draft_deleteprivilegiadaDiscard 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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

inbox_deleteprivilegiadaPermanently 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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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).

No se publicó ningún esquema de entrada para esta herramienta.

phone_number_provisionSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no 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.

No se publicó ningún esquema de entrada para esta herramienta.

phone_call_listSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

phone_call_getSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

phone_call_transcript_getSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

phone_call_recording_getSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

35 de 40 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.