io.github.BenSpank/pollbolt

MCPCommunitylive
v1.0.0io.github.BenSpankUnknownAktualisiert vor 2 Mon.

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

Endpunkt-Statuslive
geprüft vor 3 Std. · 192 ms
100 % der letzten 3 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 2 Mon.Letzte Aktualisierung
Paket
Autorio.github.BenSpank
LizenzUnknown
Version1.0.0
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche15 Tools · 2 privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert15. Juni 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

15 Tools · 2 privilegiert
Live am Endpunkt des Anbieters beobachtet3h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

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

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

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

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

ParameterTypBeschreibung
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_surveyprivilegiertPermanently delete a survey and all its responses.

Permanently delete a survey and all its responses.

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

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

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

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

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

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

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

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

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

ParameterTypBeschreibung
webhook_id*stringThe webhook ID
urlstring
eventsarray
is_activeboolean
secretstring
delete_webhookprivilegiertDelete a registered webhook.

Delete a registered webhook.

ParameterTypBeschreibung
webhook_id*stringThe webhook ID to delete

15 von 15 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.