nintact-mcp

MCPcomunidad
v0.5.1com.nintactMITActualizado hace 2 dnpmGitHub

MCP server for NINTACT — create contact forms, read what came in, approve AI-written replies.

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). 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 →
255Descargas/sem.
hace 2 dÚltima actualización
Lee estas credenciales
  • NINTACT_API_KEYClave de APIopcional

    API key. Run `npx nintact-mcp login` to create one without pasting it, or issue one at https://nintact.com/dashboard/settings/connect

Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquete
Autorcom.nintact
LicenciaMIT
Versión0.5.1
Fuentenpm+mcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/20
Publicador: ejecuta `forge publish` desde el repo del paquete para reclamar la propiedad
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publica desde GitHub Actions con --provenance para que la attestation vincule este paquete a este repo
Coincidencia de maintainer en npm+0/5
Se consigue cuando tu identidad esté verificada arriba y ese login sea maintainer de este paquete en npm
Análisis CVE · limpio+30/30
Análisis estático · 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
Dependencias✓ 60 resueltas+ · ninguna vulnerable
Superficie de herramientas32 herramientas · 5 privilegiadas
Análisis de seguridad✓ Limpiov0.5.1 · hace 1 d¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado8 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

32 herramientas · 5 privilegiadas
Extraído estáticamente del paquete publicadov0.5.1 · 1d 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.

check_deliverabilityResolve a domain's live SPF, DKIM, DMARC and MX and say whether mail sent as that domain reaches Gmail today. NO API KEY NEEDED. Use this whenever a user is building or fixing a site with a contact form, before assuming their mail works — form mail failing silently is the normal case, not the excep…

Resolve a domain's live SPF, DKIM, DMARC and MX and say whether mail sent as that domain reaches Gmail today. NO API KEY NEEDED. Use this whenever a user is building or fixing a site with a contact form, before assuming their mail works — form mail failing silently is the normal case, not the excep…

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

design_formTurn a plain-language description into form fields, purpose, a success screen and a visual theme. NOTHING IS SAVED — this returns a proposal to show the user. Save it with create_form or update_form. Pass form_id to rewrite an existing form instead of designing a new one.

Turn a plain-language description into form fields, purpose, a success screen and a visual theme. NOTHING IS SAVED — this returns a proposal to show the user. Save it with create_form or update_form. Pass form_id to rewrite an existing form instead of designing a new one.

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

create_formCreate a form and get paste-ready snippets. The one-line script tag renders the whole form; the form id is public and safe in client-side code. Submissions are classified and answered with an AI-written draft that a human approves.

Create a form and get paste-ready snippets. The one-line script tag renders the whole form; the form id is public and safe in client-side code. Submissions are classified and answered with an AI-written draft that a human approves.

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

list_formsEvery form in this organization, with its endpoint URL.

Every form in this organization, with its endpoint URL.

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

get_formA form with its fields, success screen and paste-ready snippets. Accepts the uuid or the public id.

A form with its fields, success screen and paste-ready snippets. Accepts the uuid or the public id.

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

update_formChange any part of a form: name, purpose, fields, notification targets, allowed origins, success screen, visual theme and CSS, or turn it off. Passing `fields` replaces the whole list.

Change any part of a form: name, purpose, fields, notification targets, allowed origins, success screen, visual theme and CSS, or turn it off. Passing `fields` replaces the whole list.

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

duplicate_formCopy a form's fields, theme, success screen and logo into a new form with its own id. Messages received by the original are NOT copied. Useful for per-branch or per-campaign forms.

Copy a form's fields, theme, success screen and logo into a new form with its own id. Messages received by the original are NOT copied. Useful for per-branch or per-campaign forms.

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

set_form_logoFetches a public https image and shows it above the form. PNG, JPEG, WebP or GIF under 2MB. SVG is refused on purpose — it can carry scripts, and this image is loaded on other people's sites. Adjust the displayed size with update_form's logo_width.

Fetches a public https image and shows it above the form. PNG, JPEG, WebP or GIF under 2MB. SVG is refused on purpose — it can carry scripts, and this image is loaded on other people's sites. Adjust the displayed size with update_form's logo_width.

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

remove_form_logoprivilegiadaDeletes the stored image and clears it from the form.

Deletes the stored image and clears it from the form.

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

delete_formprivilegiadaPermanently deletes the form AND every message, draft and reply received through it. Confirm with the user first. To stop receiving without losing data, use update_form with is_active:false.

Permanently deletes the form AND every message, draft and reply received through it. Confirm with the user first. To stop receiving without losing data, use update_form with is_active:false.

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

list_messagesMessages received through forms or forwarded email, newest first. Each carries a category (estimate_request, question, complaint, sales, spam, other) and a one-line summary.

Messages received through forms or forwarded email, newest first. Each carries a category (estimate_request, question, complaint, sales, spam, other) and a one-line summary.

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

get_messageA message, the current draft awaiting approval, every earlier draft, replies already sent, and any attachments (with short-lived signed URLs). Photos attached to a submission are read by the model when the draft is written.

A message, the current draft awaiting approval, every earlier draft, replies already sent, and any attachments (with short-lived signed URLs). Photos attached to a submission are read by the model when the draft is written.

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

update_message_statusMove a message out of the way, or put a wrongly-filed one back. Sending a reply is done with approve_draft, not by setting a status.

Move a message out of the way, or put a wrongly-filed one back. Sending a reply is done with approve_draft, not by setting a status.

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

regenerate_draftProduce a new draft for a message. Earlier drafts are kept as previous versions. Optionally say how to change it, e.g. "shorter, and do not mention price".

Produce a new draft for a message. Earlier drafts are kept as previous versions. Optionally say how to change it, e.g. "shorter, and do not mention price".

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

update_draftSave an edited subject or body. The model's original text is preserved separately — the difference is what teaches nintact this company's voice.

Save an edited subject or body. The model's original text is preserved separately — the difference is what teaches nintact this company's voice.

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

approve_draftSends a real email to the person who wrote in. CONFIRM WITH THE USER FIRST. Pass `body` to replace the text before sending; the original draft is kept. Pass `to` when the submission carried no email address.

Sends a real email to the person who wrote in. CONFIRM WITH THE USER FIRST. Pass `body` to replace the text before sending; the original draft is kept. Pass `to` when the submission carried no email address.

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

list_knowledgeWhat the AI is allowed to use as fact when writing replies.

What the AI is allowed to use as fact when writing replies.

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

add_knowledgeFacts the AI may state in replies. Anything not written here is left as a [placeholder] for a human instead of being guessed. Adding entries is the highest-leverage way to improve drafts.

Facts the AI may state in replies. Anything not written here is left as a [placeholder] for a human instead of being guessed. Adding entries is the highest-leverage way to improve drafts.

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

update_knowledgeChange the text, or set is_active:false to stop using it without deleting it.

Change the text, or set is_active:false to stop using it without deleting it.

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

delete_knowledgeprivilegiadaRemoves it permanently.

Removes it permanently.

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

get_organizationCompany name, industry, signature and extra instructions — all of it feeds every reply draft.

Company name, industry, signature and extra instructions — all of it feeds every reply draft.

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

update_organization`ai_instructions` is appended to every draft prompt — use it for house rules (e.g. "always say prices exclude tax", "never promise a delivery date"). `reply_to_email` is where replies from customers land.

`ai_instructions` is appended to every draft prompt — use it for house rules (e.g. "always say prices exclude tax", "never promise a delivery date"). `reply_to_email` is where replies from customers land.

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

list_inbound_addressesAddresses that accept forwarded mail. Forward an existing info@ here to run it through nintact.

Addresses that accept forwarded mail. Forward an existing info@ here to run it through nintact.

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

create_inbound_addressIssues an address to forward existing mail to. Mail sent there is classified and drafted exactly like a form submission. Omit `address` to have one generated.

Issues an address to forward existing mail to. Mail sent there is classified and drafted exactly like a form submission. Omit `address` to have one generated.

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

transfer_workspaceMoves the whole workspace to another person: they become the owner and billing switches to them. Use this at the end of a build — you set the form up, then hand it to the business that will answer the inquiries. The embed code does not change, so the site keeps working. They receive a link by email…

Moves the whole workspace to another person: they become the owner and billing switches to them. Use this at the end of a build — you set the form up, then hand it to the business that will answer the inquiries. The embed code does not change, so the site keeps working. They receive a link by email…

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

scan_site_for_knowledgeReads the organisation's own website (top page plus pricing / about / FAQ pages) and proposes facts that replies can be grounded on: service area, pricing, lead times, opening hours. Nothing is saved — review the items and create the ones worth keeping with create_knowledge_item. Use this right aft…

Reads the organisation's own website (top page plus pricing / about / FAQ pages) and proposes facts that replies can be grounded on: service area, pricing, lead times, opening hours. Nothing is saved — review the items and create the ones worth keeping with create_knowledge_item. Use this right aft…

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

get_sending_domainBy default replies go out from nintact's shared, authenticated domain and the customer needs no DNS. This shows whether the workspace has switched to its own domain, and which DNS records are still missing.

By default replies go out from nintact's shared, authenticated domain and the customer needs no DNS. This shows whether the workspace has switched to its own domain, and which DNS records are still missing.

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

set_sending_domainBusiness plan and above. Registers a domain the organisation owns and returns the DNS records to add. Replies keep going out from the shared domain until verification succeeds, so nothing breaks in between.

Business plan and above. Registers a domain the organisation owns and returns the DNS records to add. Replies keep going out from the shared domain until verification succeeds, so nothing breaks in between.

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

verify_sending_domainAsks the mail provider to re-check the DNS. Returns pending while records have not propagated yet.

Asks the mail provider to re-check the DNS. Returns pending while records have not propagated yet.

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

remove_sending_domainprivilegiadaGoes back to sending from the shared nintact domain. Receiving and history are untouched.

Goes back to sending from the shared nintact domain. Receiving and history are untouched.

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

delete_inbound_addressprivilegiadaStops accepting mail at that address. Messages already received are kept.

Stops accepting mail at that address. Messages already received are kept.

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

get_usageDraft count against the plan limit. Reaching the limit never stops form submissions — messages keep arriving and are stored; only draft generation pauses.

Draft count against the plan limit. Reaching the limit never stops form submissions — messages keep arriving and are stored; only draft generation pauses.

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

32 de 32 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

MCP server for NINTACT — create contact forms, read what came in, approve AI-written replies.

Palabras clave
mcpmodel-context-protocolmcp-serverclaudecontact-formformsemailspfdkimdeliverabilitynintact
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-09-19: resolución observada, no una declaración del publicador.

60 paquetes resueltos · 3 directos · ninguno con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.

El rastreo se detuvo en el límite de profundidad 4. Nada por debajo de ese nivel llegó a resolverse.

El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.

Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)

Declaradas pero no resueltas

54 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.

+42 más sin listar. Los recuentos por motivo de arriba las incluyen todas.

No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.

Temas

Relacionados en email