Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
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.
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.airpipe.io/mcp19 strumenti · 147 msupdate_moduleUpdate an existing reusable module by module_uuid (adds a new revision; spec_yaml is base64-encoded YAML) and optionally redeploy.Update an existing reusable module by module_uuid (adds a new revision; spec_yaml is base64-encoded YAML) and optionally redeploy.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid | string | — |
| module_uuid | string | — |
| handle* | string | — |
| module_type* | string | — |
| spec_yaml* | string | — |
| description | string | — |
| permission | string | — |
| role_uuid | string | — |
| deploy_staging | string | — |
| deploy_production | string | — |
create_moduleCreate a reusable module (a typed config fragment referenced by handle) and optionally deploy it to staging or production. spec_yaml is base64-encoded YAML of the module body; module_type is the config struct it represents (e.g. Database).Create a reusable module (a typed config fragment referenced by handle) and optionally deploy it to staging or production. spec_yaml is base64-encoded YAML of the module body; module_type is the config struct it represents (e.g. Database).
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid | string | — |
| handle* | string | — |
| module_type* | string | — |
| spec_yaml* | string | — |
| description | string | — |
| permission | string | — |
| role_uuid | string | — |
| deploy_staging | string | — |
| deploy_production | string | — |
validate_configSchema-validate an airpipe YAML config. Send { "yaml": <the full YAML string> }. Returns { valid: true } when it passes, or { valid: false, error: <message> } when it fails — feed the error back into your fix and call again until valid. Schema check only; does not save. Use create_config to persist…Schema-validate an airpipe YAML config. Send { "yaml": <the full YAML string> }. Returns { valid: true } when it passes, or { valid: false, error: <message> } when it fails — feed the error back into your fix and call again until valid. Schema check only; does not save. Use create_config to persist…
| Parametro | Tipo | Descrizione |
|---|---|---|
| yaml* | string | — |
list_configsList the organization's AirPipe configurations.List the organization's AirPipe configurations.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
list_organizationsList the organizations you belong to and their organization_uuid. Call this first to get an organization_uuid for the config tools.List the organizations you belong to and their organization_uuid. Call this first to get an organization_uuid for the config tools.
Per questo strumento non è stato pubblicato alcuno schema di input.
deploy_module_revisionDeploy a specific past revision of a module to staging or production.Deploy a specific past revision of a module to staging or production.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| revision_uuid* | string | — |
| module_uuid* | string | — |
plan_configGet airpipe config-authoring instructions plus RAG-retrieved real action examples for a natural-language request, so YOU (the calling model) write the YAML yourself instead of the server generating it. Returns { instructions, context, request, protocol }. After writing the config, validate it with…Get airpipe config-authoring instructions plus RAG-retrieved real action examples for a natural-language request, so YOU (the calling model) write the YAML yourself instead of the server generating it. Returns { instructions, context, request, protocol }. After writing the config, validate it with…
| Parametro | Tipo | Descrizione |
|---|---|---|
| request* | string | — |
| limit | string | — |
| organization_uuid | string | — |
get_configGet a single configuration's data by config_uuid, optionally with its revisions.Get a single configuration's data by config_uuid, optionally with its revisions.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| config_uuid* | string | — |
list_modulesList the organization's reusable modules (pass revisions=true to include revision history).List the organization's reusable modules (pass revisions=true to include revision history).
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
get_moduleGet a single reusable module by uuid, including its revision history and spec.Get a single reusable module by uuid, including its revision history and spec.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| module_uuid* | string | — |
update_configUpdate an existing AirPipe configuration by config_uuid (config_yaml is base64-encoded YAML) and optionally redeploy.Update an existing AirPipe configuration by config_uuid (config_yaml is base64-encoded YAML) and optionally redeploy.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid | string | — |
| config_uuid | string | — |
| config_yaml* | string | — |
| permission | string | — |
| role_uuid | string | — |
| deploy_staging | string | — |
| deploy_production | string | — |
undeploy_moduleUndeploy a reusable module from an environment (STAGING or PRODUCTION).Undeploy a reusable module from an environment (STAGING or PRODUCTION).
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| module_uuid* | string | — |
| environment* | string | — |
create_configCreate a new AirPipe configuration (config_yaml is base64-encoded YAML) and optionally deploy it to staging or production.Create a new AirPipe configuration (config_yaml is base64-encoded YAML) and optionally deploy it to staging or production.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid | string | — |
| config_yaml* | string | — |
| permission | string | — |
| role_uuid | string | — |
| deploy_staging | string | — |
| deploy_production | string | — |
undeploy_configUndeploy a configuration from an environment (STAGING or PRODUCTION).Undeploy a configuration from an environment (STAGING or PRODUCTION).
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| config_uuid* | string | — |
| environment* | string | — |
delete_configprivilegiatoDelete one or more AirPipe configurations by config_uuid.Delete one or more AirPipe configurations by config_uuid.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| config_uuids* | array | — |
delete_moduleprivilegiatoDelete one or more reusable modules by module_uuid.Delete one or more reusable modules by module_uuid.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| module_uuids* | array | — |
toggle_configEnable or disable one or more configurations by config_uuid.Enable or disable one or more configurations by config_uuid.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| config_uuids* | array | — |
edit_configprivilegiatoEdit an AirPipe configuration YAML with a natural-language instruction.Edit an AirPipe configuration YAML with a natural-language instruction.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| current_yaml* | string | — |
| instruction* | string | — |
deploy_config_revisionDeploy a specific past revision of a configuration to staging or production.Deploy a specific past revision of a configuration to staging or production.
| Parametro | Tipo | Descrizione |
|---|---|---|
| organization_uuid* | string | — |
| revision_uuid* | string | — |
| config_uuid* | string | — |
19 strumenti su 19 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.
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
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.