io.github.blinkboxhq/blinkbox

MCPcommunityattivo
v1.0.0io.github.blinkboxhqUnknownAggiornato 1 g faGitHub

Open-source Zapier/n8n alternative as an MCP server: agents build, run and debug your workflows.

Stato dell’endpointattivo
verificato 1 giorno fa · 367 ms · autenticazione richiesta
100 % degli ultimi 1 controllo ha 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 →
3Stelle su GitHub
1Fork
1 g faUltimo aggiornamento
Pacchetto
Autoreio.github.blinkboxhq
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: esegui `forge publish` dal repo per rivendicarne la proprietà
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
Incollalo in Claude Code, Cursor o qualsiasi assistente di IA per colmare tutte le lacune
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti22 strumenti · 2 privilegiati
Analisi di sicurezza✓ PulitovHEAD · 1 g faQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato16 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

22 strumenti · 2 privilegiati
Estratto staticamente dal pacchetto pubblicatovHEAD · 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.

create_workflowCreate a BlinkBox automation workflow with fully configured nodes. REQUIREMENT: every node config must be production-ready — real field values, real prompts, real channel names, real cron expressions. No placeholders, no empty strings (except credentialId which users fill in). A workflow that needs…

Create a BlinkBox automation workflow with fully configured nodes. REQUIREMENT: every node config must be production-ready — real field values, real prompts, real channel names, real cron expressions. No placeholders, no empty strings (except credentialId which users fill in). A workflow that needs…

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

ask_userAsk targeted clarifying questions when the request is genuinely ambiguous or when building an AI agent. AI-agent requests should use a 5-point build brief: goal, entrypoint, model/cost, memory, and credential/config readiness. Each question must have 3–5 clickable option chips. Call this ONLY ONCE…

Ask targeted clarifying questions when the request is genuinely ambiguous or when building an AI agent. AI-agent requests should use a 5-point build brief: goal, entrypoint, model/cost, memory, and credential/config readiness. Each question must have 3–5 clickable option chips. Call this ONLY ONCE…

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

create_fileCreate a file and send it to the user as a download. Use this whenever producing code, documents, CSV/JSON data, reports, or any file the user would want to save.

Create a file and send it to the user as a download. Use this whenever producing code, documents, CSV/JSON data, reports, or any file the user would want to save.

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

blinkboxNessuna descrizione pubblicata

Questo strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.

list_automationsList the user's Blinkbox automations (workflows) with their on/off status, trigger, and id.

List the user's Blinkbox automations (workflows) with their on/off status, trigger, and id.

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

get_automationGet full details of one automation by name or id: status, trigger, and its steps.

Get full details of one automation by name or id: status, trigger, and its steps.

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

run_automationRun an automation now by name or id (works whether it's active or not). Optionally pass input data. Returns the execution id.

Run an automation now by name or id (works whether it's active or not). Optionally pass input data. Returns the execution id.

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

get_executionCheck the status and result of a workflow run by its execution id.

Check the status and result of a workflow run by its execution id.

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

get_execution_logsGet the step-by-step logs for a workflow run by execution id.

Get the step-by-step logs for a workflow run by execution id.

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

list_executionsList recent runs of an automation (by name or id) with their statuses.

List recent runs of an automation (by name or id) with their statuses.

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

activate_automationTurn an automation ON (by name or id) so its trigger runs it automatically. The workflow is validated first; if it's incomplete this returns why.

Turn an automation ON (by name or id) so its trigger runs it automatically. The workflow is validated first; if it's incomplete this returns why.

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

deactivate_automationTurn an automation OFF (by name or id) so it stops running automatically.

Turn an automation OFF (by name or id) so it stops running automatically.

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

rename_automationprivilegiatoRename an automation (look it up by current name or id).

Rename an automation (look it up by current name or id).

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

delete_automationprivilegiatoPermanently delete an automation by name or id. This cannot be undone.

Permanently delete an automation by name or id. This cannot be undone.

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

list_nodesBrowse or search Blinkbox's node catalog — the building blocks of a workflow. Only nodes the user can actually reach from a picker are listed, so anything returned here is safe to build with.

Browse or search Blinkbox's node catalog — the building blocks of a workflow. Only nodes the user can actually reach from a picker are listed, so anything returned here is safe to build with.

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

get_nodeGet everything needed to configure one node: its config fields (key, type, whether it's required, an example value, what it means), the output fields later steps can reference as {{ $json.field }}, whether it needs a credential and whether the user already has one, its output handles, and whether i…

Get everything needed to configure one node: its config fields (key, type, whether it's required, an example value, what it means), the output fields later steps can reference as {{ $json.field }}, whether it needs a credential and whether the user already has one, its output handles, and whether i…

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

list_node_actionsList the operations an app node can perform — e.g. slack → send_message, list_channels — with what each one does, the OAuth scopes it needs, and which is the default. Also lists the resource pickers the node offers (channels, sheets, bases…) that resolve live from the user's credential.

List the operations an app node can perform — e.g. slack → send_message, list_channels — with what each one does, the OAuth scopes it needs, and which is the default. Also lists the resource pickers the node offers (channels, sheets, bases…) that resolve live from the user's credential.

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

list_credentialsList the user's saved credentials by name, type and id. Secrets are never returned.

List the user's saved credentials by name, type and id. Secrets are never returned.

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

create_credentialSave a new credential so nodes can authenticate. Use this for API-key / token style credentials — pass a name and the secret value.

Save a new credential so nodes can authenticate. Use this for API-key / token style credentials — pass a name and the secret value.

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

create_automationBuild a brand-new automation from a plain-English description using Blinkbox's AI builder. Example: 'When a Stripe payment succeeds, send me a Slack DM'. Optionally activate it immediately.

Build a brand-new automation from a plain-English description using Blinkbox's AI builder. Example: 'When a Stripe payment succeeds, send me a Slack DM'. Optionally activate it immediately.

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

blinkbox_api_getRead ANY Blinkbox REST endpoint the user owns (GET only). Use this for every read the named tools above don't already cover — analytics, profile, workspace members, versions, credential metadata, workflow and run details.

Read ANY Blinkbox REST endpoint the user owns (GET only). Use this for every read the named tools above don't already cover — analytics, profile, workspace members, versions, credential metadata, workflow and run details.

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

blinkbox_apiFull control of Blinkbox: call ANY Blinkbox REST endpoint the user owns, with any HTTP method. For plain reads prefer blinkbox_api_get, which needs no approval. Use this for anything the named tools above don't already do — analytics, profile, workspace members/invites, credentials, versions, feedb…

Full control of Blinkbox: call ANY Blinkbox REST endpoint the user owns, with any HTTP method. For plain reads prefer blinkbox_api_get, which needs no approval. Use this for anything the named tools above don't already do — analytics, profile, workspace members/invites, credentials, versions, feedb…

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

21 strumenti su 22 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

Open-source Zapier/n8n alternative as an MCP server: agents build, run and debug your workflows.

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.