io.airpipe/airpipe

MCPcommunautéen ligne
v2026.7.28io.airpipeUnknownMis à jour il y a 1 mois

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

État de l’endpointen ligne
vérifié il y a 9 h · 147 ms
100 % des dernières 5 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

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.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 1 moisDernière mise à jour
Paquet
Auteurio.airpipe
LicenceUnknown
Version2026.7.28
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils19 outils · 3 privilégiés
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé11 août 2026

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.

Outils

19 outils · 3 privilégiés
Observé en direct depuis l’endpoint du fournisseur9h ago

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

ParamètreTypeDescription
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).

ParamètreTypeDescription
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…

ParamètreTypeDescription
yaml*string
list_configsList the organization's AirPipe configurations.

List the organization's AirPipe configurations.

ParamètreTypeDescription
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ètreTypeDescription
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ètreTypeDescription
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.

ParamètreTypeDescription
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ètreTypeDescription
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ètreTypeDescription
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ètreTypeDescription
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).

ParamètreTypeDescription
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ètreTypeDescription
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).

ParamètreTypeDescription
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ètreTypeDescription
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ètreTypeDescription
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ètreTypeDescription
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ètreTypeDescription
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ètreTypeDescription
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.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

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.