Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
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.
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.
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.airpipe.io/mcp19 herramientas · 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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).
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| yaml* | string | — |
list_configsList the organization's AirPipe configurations.List the organization's AirPipe configurations.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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).
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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).
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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).
| Parámetro | Tipo | Descripción |
|---|---|---|
| organization_uuid* | string | — |
| config_uuid* | string | — |
| environment* | string | — |
delete_configprivilegiadaDelete one or more AirPipe configurations by config_uuid.Delete one or more AirPipe configurations by config_uuid.
| Parámetro | Tipo | Descripción |
|---|---|---|
| organization_uuid* | string | — |
| config_uuids* | array | — |
delete_moduleprivilegiadaDelete one or more reusable modules by module_uuid.Delete one or more reusable modules by module_uuid.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| organization_uuid* | string | — |
| config_uuids* | array | — |
edit_configprivilegiadaEdit an AirPipe configuration YAML with a natural-language instruction.Edit an AirPipe configuration YAML with a natural-language instruction.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| organization_uuid* | string | — |
| revision_uuid* | string | — |
| config_uuid* | string | — |
19 de 19 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.
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
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.