io.github.BenSpank/pollbolt

MCPcomunidaden línea
v1.0.0io.github.BenSpankUnknownActualizado hace 2 m

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

Estado del endpointen línea
comprobado hace 3 h · 192 ms
100 % de las últimas 3 comprobaciones llegaron 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 →
hace 2 mÚltima actualización
Paquete
Autorio.github.BenSpank
LicenciaUnknown
Versión1.0.0
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
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
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas15 herramientas · 2 privilegiadas
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado15 jun 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

15 herramientas · 2 privilegiadas
Observado en vivo desde el endpoint del proveedor3h ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://api.pollbolt.com/mcp15 herramientas · 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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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_surveyprivilegiadaPermanently delete a survey and all its responses.

Permanently delete a survey and all its responses.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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).

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
webhook_id*stringThe webhook ID
urlstring
eventsarray
is_activeboolean
secretstring
delete_webhookprivilegiadaDelete a registered webhook.

Delete a registered webhook.

ParámetroTipoDescripción
webhook_id*stringThe webhook ID to delete

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

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

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.