nintact-mcp

MCPcommunity
v0.5.1com.nintactMITAggiornato 2 g fanpmGitHub

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

Funziona in
ClaudeCursorCopilotGemini

Dedotto dai trasporti dichiarati da questo annuncio (stdio). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
255Download/sett.
2 g faUltimo aggiornamento
Legge queste credenziali
  • NINTACT_API_KEYChiave APIfacoltativa

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

Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Pacchetto
Autorecom.nintact
LicenzaMIT
Versione0.5.1
Fontenpm+mcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/20
Publisher: esegui `forge publish` dal repo del pacchetto per rivendicarne la proprietà
Firma di pubblicazione Ed25519+0/5
Inclusa automaticamente quando il publisher esegue `forge publish`
Verifica del dominio+0/5
Publisher: ospita /.well-known/forge.json sulla homepage del pacchetto con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Pubblica da GitHub Actions con --provenance perché l’attestation leghi questo pacchetto a questo repo
Corrispondenza del maintainer npm+0/5
Si ottiene quando la tua identità è verificata qui sopra e quel login è maintainer npm di questo pacchetto
Analisi CVE · pulita+30/30
Analisi statica · pulita+20/20
Incollalo in Claude Code, Cursor o qualsiasi assistente di IA per colmare tutte le lacune
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
Dipendenze✓ 60 risolte+ · nessuna vulnerabile
Superficie di strumenti32 strumenti · 5 privilegiati
Analisi di sicurezza✓ Pulitov0.5.1 · 1 g faQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato8 set 2026

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.

Strumenti

32 strumenti · 5 privilegiati
Estratto staticamente dal pacchetto pubblicatov0.5.1 · 1d ago

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.

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…

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_formsEvery form in this organization, with its endpoint URL.

Every form in this organization, with its endpoint URL.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

remove_form_logoprivilegiatoDeletes the stored image and clears it from the form.

Deletes the stored image and clears it from the form.

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

delete_knowledgeprivilegiatoRemoves it permanently.

Removes it permanently.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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…

Per questo strumento non è stato pubblicato alcuno schema di input.

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…

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

32 strumenti su 32 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.

Descrizione

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

Parole chiave
mcpmodel-context-protocolmcp-serverclaudecontact-formformsemailspfdkimdeliverabilitynintact
Alternative
Confronto delle superfici di strumenti…

Albero delle dipendenze

Ciò che una scansione di Forge ha risolto dai metadati npm il 2026-09-19: risoluzione osservata, non una dichiarazione dell'editore.

60 pacchetti risolti · 3 diretti · nessuno con avvisi di sicurezza La risoluzione si ferma alla profondità 4 e a 60 pacchetti.

La scansione si è fermata al limite di profondità 4. Tutto ciò che sta sotto quel livello non è mai stato risolto.

La scansione si è fermata al limite di 60 pacchetti. Il resto dell'albero non è mai stato risolto.

Altri 36 pacchetti risolti non vengono disegnati qui (limite di visualizzazione: 24). Ogni dipendenza con un avviso di sicurezza viene disegnata comunque. Inventario completo (SBOM CycloneDX)

Dichiarate ma non risolte

54 dipendenze dichiarate non sono mai arrivate nell'albero. Mancano dalla risoluzione di Forge, non dal pacchetto.

+42 altre non elencate. I conteggi per motivo qui sopra le comprendono tutte.

Non seguite: peerDependencies. Questo albero copre solo le dipendenze di runtime, quindi ciò che queste comportano non è mai stato risolto.

Argomenti

Correlati in email