io.airpipe/airpipe

MCPCommunitylive
v2026.7.28io.airpipeUnknownAktualisiert vor 1 Mon.

Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.

Endpunkt-Statuslive
geprüft vor 7 Std. · 147 ms
100 % der letzten 5 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

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.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autorio.airpipe
LizenzUnknown
Version2026.7.28
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche19 Tools · 3 privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert11. Aug. 2026

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.

Tools

19 Tools · 3 privilegiert
Live am Endpunkt des Anbieters beobachtet7h ago

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 ms
update_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.

ParameterTypBeschreibung
organization_uuidstring
module_uuidstring
handle*string
module_type*string
spec_yaml*string
descriptionstring
permissionstring
role_uuidstring
deploy_stagingstring
deploy_productionstring
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).

ParameterTypBeschreibung
organization_uuidstring
handle*string
module_type*string
spec_yaml*string
descriptionstring
permissionstring
role_uuidstring
deploy_stagingstring
deploy_productionstring
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…

ParameterTypBeschreibung
yaml*string
list_configsList the organization's AirPipe configurations.

List the organization's AirPipe configurations.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
request*string
limitstring
organization_uuidstring
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.

ParameterTypBeschreibung
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).

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
organization_uuidstring
config_uuidstring
config_yaml*string
permissionstring
role_uuidstring
deploy_stagingstring
deploy_productionstring
undeploy_moduleUndeploy a reusable module from an environment (STAGING or PRODUCTION).

Undeploy a reusable module from an environment (STAGING or PRODUCTION).

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
organization_uuidstring
config_yaml*string
permissionstring
role_uuidstring
deploy_stagingstring
deploy_productionstring
undeploy_configUndeploy a configuration from an environment (STAGING or PRODUCTION).

Undeploy a configuration from an environment (STAGING or PRODUCTION).

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

Über

Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

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.