Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://api.airpipe.io/mcp19 outils · 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.
| Paramètre | Type | Description |
|---|---|---|
| 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).
| Paramètre | Type | Description |
|---|---|---|
| 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…
| Paramètre | Type | Description |
|---|---|---|
| yaml* | string | — |
list_configsList the organization's AirPipe configurations.List the organization's AirPipe configurations.
| Paramètre | Type | Description |
|---|---|---|
| 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.
Aucun schéma d’entrée n’a été publié pour cet outil.
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.
| Paramètre | Type | Description |
|---|---|---|
| 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…
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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).
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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).
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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).
| Paramètre | Type | Description |
|---|---|---|
| organization_uuid* | string | — |
| config_uuid* | string | — |
| environment* | string | — |
delete_configprivilégiéDelete one or more AirPipe configurations by config_uuid.Delete one or more AirPipe configurations by config_uuid.
| Paramètre | Type | Description |
|---|---|---|
| organization_uuid* | string | — |
| config_uuids* | array | — |
delete_moduleprivilégiéDelete one or more reusable modules by module_uuid.Delete one or more reusable modules by module_uuid.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| organization_uuid* | string | — |
| config_uuids* | array | — |
edit_configprivilégiéEdit an AirPipe configuration YAML with a natural-language instruction.Edit an AirPipe configuration YAML with a natural-language instruction.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| organization_uuid* | string | — |
| revision_uuid* | string | — |
| config_uuid* | string | — |
19 outils sur 19 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.