Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
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.
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.
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.airpipe.io/mcp19 Tools · 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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).
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| yaml* | string | — |
list_configsList the organization's AirPipe configurations.List the organization's AirPipe configurations.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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).
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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).
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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).
| Parameter | Typ | Beschreibung |
|---|---|---|
| organization_uuid* | string | — |
| config_uuid* | string | — |
| environment* | string | — |
delete_configprivilegiertDelete one or more AirPipe configurations by config_uuid.Delete one or more AirPipe configurations by config_uuid.
| Parameter | Typ | Beschreibung |
|---|---|---|
| organization_uuid* | string | — |
| config_uuids* | array | — |
delete_moduleprivilegiertDelete one or more reusable modules by module_uuid.Delete one or more reusable modules by module_uuid.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| organization_uuid* | string | — |
| config_uuids* | array | — |
edit_configprivilegiertEdit an AirPipe configuration YAML with a natural-language instruction.Edit an AirPipe configuration YAML with a natural-language instruction.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| organization_uuid* | string | — |
| revision_uuid* | string | — |
| config_uuid* | string | — |
19 von 19 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.
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
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.