io.github.BenSpank/pollbolt

MCPcommunityattivo
v1.0.0io.github.BenSpankUnknownAggiornato 2 mesi fa

AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.

Stato dell’endpointattivo
verificato 3 h fa · 192 ms
100 % degli ultimi 3 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). 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 →
2 mesi faUltimo aggiornamento
Pacchetto
Autoreio.github.BenSpank
LicenzaUnknown
Versione1.0.0
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti15 strumenti · 2 privilegiati
Analisi di sicurezza✓ Pulitovlive · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato15 giu 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

15 strumenti · 2 privilegiati
Osservato in tempo reale dall’endpoint del fornitore3h ago

Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.

  • https://api.pollbolt.com/mcp15 strumenti · 192 ms
create_surveyCreate a new survey. Returns the survey details including share_url. Supported question types: short_text, long_text, multiple_choice, checkbox, checkbox_list, numeric, star_rating, picture_choice, opinion_scale, date, email, contact_info, poll_question, statement.

Create a new survey. Returns the survey details including share_url. Supported question types: short_text, long_text, multiple_choice, checkbox, checkbox_list, numeric, star_rating, picture_choice, opinion_scale, date, email, contact_info, poll_question, statement.

ParametroTipoDescrizione
title*stringSurvey title
questions*arrayArray of questions
settingsobject
hidden_fieldsarrayHidden fields for URL parameters or custom data, passed through the survey URL.
variablesarrayCustom variables for scoring, calculations, and recall.
stylesobjectOptional styling configuration for branding and visual design.
welcome_screenobject | nullOptional welcome screen configuration.
ending_screensarrayOptional ending screens list.
list_surveysList all surveys in your PollBolt account with pagination.

List all surveys in your PollBolt account with pagination.

ParametroTipoDescrizione
pagenumberPage number (default: 1)
per_pagenumberResults per page (default: 20, max: 100)
statusstringFilter by status
get_surveyGet full details of a specific survey including all questions.

Get full details of a specific survey including all questions.

ParametroTipoDescrizione
survey_id*stringThe survey ID
update_surveyUpdate a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions.

Update a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions.

ParametroTipoDescrizione
survey_id*stringThe survey ID
titlestringNew title
questionsarrayReplacement questions array (replaces all questions)
settingsobject
hidden_fieldsarrayReplace all hidden fields.
variablesarrayReplace all variables.
stylesobjectPartial styling update. Only provided fields are changed.
welcome_screenobject | nullReplace welcome screen (set null to remove).
ending_screensarrayReplace all ending screens.
delete_surveyprivilegiatoPermanently delete a survey and all its responses.

Permanently delete a survey and all its responses.

ParametroTipoDescrizione
survey_id*stringThe survey ID to delete
list_responsesList responses for a survey with pagination and filters. Returns response metadata and answers.

List responses for a survey with pagination and filters. Returns response metadata and answers.

ParametroTipoDescrizione
survey_id*stringThe survey ID
pagenumberPage number (default: 1)
per_pagenumberResults per page (default: 20, max: 50)
statusstringFilter by response status (default: completed)
sincestringISO date - only responses after this date
untilstringISO date - only responses before this date
get_responseGet a single response by ID.

Get a single response by ID.

ParametroTipoDescrizione
survey_id*stringThe survey ID
response_id*stringThe response ID
submit_responseSubmit a response to a survey programmatically. Answers is a map of question_id to answer value.

Submit a response to a survey programmatically. Answers is a map of question_id to answer value.

ParametroTipoDescrizione
survey_id*stringThe survey ID
answers*objectMap of question_id -> answer value
user_idstringOptional user identifier
completion_timenumberCompletion time in milliseconds
get_analyticsGet analytics summary for a survey (views, responses, completion rate).

Get analytics summary for a survey (views, responses, completion rate).

ParametroTipoDescrizione
survey_id*stringThe survey ID
list_media_library_imagesList images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.

List images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.

ParametroTipoDescrizione
searchstringOptional search term to filter images by name/URL.
limitnumberMax images to return (default 100, max 500).
duplicate_surveyCreate a copy of an existing survey with all its questions, styles, logic, and screens. Returns the new survey details including share_url.

Create a copy of an existing survey with all its questions, styles, logic, and screens. Returns the new survey details including share_url.

ParametroTipoDescrizione
survey_id*stringThe survey ID to duplicate
titlestringOptional title for the copy (defaults to 'Original Title (Copy)')
create_webhookRegister a webhook to receive notifications when survey events occur.

Register a webhook to receive notifications when survey events occur.

ParametroTipoDescrizione
url*stringWebhook URL to receive POST requests
eventsarrayEvents to subscribe to (default: response.completed)
survey_idstringSpecific survey ID or '*' for all surveys
secretstringSecret for HMAC-SHA256 webhook signatures
list_webhooksList all registered webhooks for your account.

List all registered webhooks for your account.

ParametroTipoDescrizione
survey_idstringOptional: filter by survey ID
update_webhookUpdate a webhook's URL, events, active status, or secret.

Update a webhook's URL, events, active status, or secret.

ParametroTipoDescrizione
webhook_id*stringThe webhook ID
urlstring
eventsarray
is_activeboolean
secretstring
delete_webhookprivilegiatoDelete a registered webhook.

Delete a registered webhook.

ParametroTipoDescrizione
webhook_id*stringThe webhook ID to delete

15 strumenti su 15 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

AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

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.