Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Air Pipe

io.airpipe/airpipe

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

Uptime
100.0%
1 direct probes · 30d
Response
804ms
last probe
Tools
19
callable
Resources
0
readable
Prompts
0
available

Tools · 19

get_config

Get a single configuration's data by config_uuid, optionally with its revisions.

edit_config

Edit an AirPipe configuration YAML with a natural-language instruction.

toggle_config

Enable or disable one or more configurations by config_uuid.

list_configs

List the organization's AirPipe configurations.

update_config

Update an existing AirPipe configuration by config_uuid (config_yaml is base64-encoded YAML) and optionally redeploy.

list_organizations

List the organizations you belong to and their organization_uuid. Call this first to get an organization_uuid for the config tools.

plan_config

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…

undeploy_module

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

undeploy_config

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

list_modules

List the organization's reusable modules (pass revisions=true to include revision history).

update_module

Update an existing reusable module by module_uuid (adds a new revision; spec_yaml is base64-encoded YAML) and optionally redeploy.

create_config

Create a new AirPipe configuration (config_yaml is base64-encoded YAML) and optionally deploy it to staging or production.

deploy_config_revision

Deploy a specific past revision of a configuration to staging or production.

delete_config

Delete one or more AirPipe configurations by config_uuid.

deploy_module_revision

Deploy a specific past revision of a module to staging or production.

create_module

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

delete_module

Delete one or more reusable modules by module_uuid.

get_module

Get a single reusable module by uuid, including its revision history and spec.

validate_config

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "air_pipe": {
      "url": "https://api.airpipe.io/mcp",
      "transport": "streamable-http"
    }
  }
}