← Registry

Developer Tools

airpipe.io

Manages reusable config modules and deployments across environments.

1 endpoint19 known toolsFirst detected July 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.airpipe.io/mcp

No auth detected

MCP server metadata

Name
airpipe
Version
3.2.1
Capabilities
tools
Server instructions

Air Pipe — ship APIs, workflows, and MCP tools from one config. These tools drive the Air Pipe platform itself: create, validate, deploy and manage declarative configs that become HTTP APIs, scheduled jobs, webhooks, realtime channels and MCP tools. Every deployed endpoint ships OpenAPI docs, Prometheus metrics and OpenTelemetry traces from the same config. Managed cloud or self-hosted single binary. Requires an Air Pipe API token. Docs: https://docs.airpipe.io/

Known tools 19

list_modules

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

Inferred read-only
edit_config

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

Potential side effects
create_config

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

Potential side effects
undeploy_module

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

Inferred read-only
deploy_module_revision

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

Inferred read-only
undeploy_config

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

Inferred read-only
delete_module

Delete one or more reusable modules by module_uuid.

Potential side effects
get_module

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

Inferred read-only
delete_config

Delete one or more AirPipe configurations by config_uuid.

Potential side effects
deploy_config_revision

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

Inferred read-only
update_module

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

Potential side effects
get_config

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

Inferred read-only
update_config

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

Potential side effects
list_organizations

List the organizations you belong to and their organization_uuid.

Inferred read-only
validate_config

Schema-validate an airpipe YAML config.

Inferred read-only
toggle_config

Enable or disable one or more configurations by config_uuid.

Inferred read-only
list_configs

List the organization's AirPipe configurations.

Inferred read-only
create_module

Create a reusable module (a typed config fragment referenced by handle) and optionally deploy it to staging or production.

Potential side effects
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.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.airpipe]
url = "https://api.airpipe.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "airpipe": {
      "type": "http",
      "url": "https://api.airpipe.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: airpipe
Remote MCP URL: https://api.airpipe.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "airpipe": {
      "url": "https://api.airpipe.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "airpipe": {
      "type": "http",
      "url": "https://api.airpipe.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "airpipe",
  "transport": "streamable-http",
  "url": "https://api.airpipe.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for airpipe.io was fetched 2026-08-26T01:55:15.983Z.

Trust status Trusted

airpipe.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.