Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Air Pipe

REMOTE · API.AIRPIPE.IO · SCANNED AUG 3

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

Available components

57 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1224 tokens (~64/item across 19 items; 19 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.airpipe.io

# add to Claude Code
claude mcp add --transport http io-airpipe-airpipe https://api.airpipe.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-airpipe-airpipe]
url = "https://api.airpipe.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-airpipe-airpipe": {
      "type": "remote",
      "url": "https://api.airpipe.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-airpipe-airpipe --url https://api.airpipe.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-airpipe-airpipe:
    url: "https://api.airpipe.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-airpipe-airpipe": {
      "type": "http",
      "url": "https://api.airpipe.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −3
    • Schema quality: good → fair functional
  • 2 Aug 26 +2
    • Schema quality: fair → good functional
  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 29 Jul 26 0
    • Stability: unverified → 0.03 functional
  • 28 Jul 26 54

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.airpipe.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=airpipe.io CN=WE1,O=Google Trust Services,C=US 2 Jul 2026 30 Sept 2026 ECDSA 256 ECDSA-SHA256 250c8e27e3a468c613d285efa9a97037
SANs: airpipe.io, *.airpipe.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.airpipe.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
airpipe.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.airpipe.io/mcp Verified 200
http (plaintext) http://api.airpipe.io/mcp HTTPS enforced 301 https://api.airpipe.io/mcp
MCP tools — 19 exposed · ~1,125 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_config ~82

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

NameTypeReqDescription
config_yamlstringyes
deploy_productionstring
deploy_stagingstring
organization_uuidstring
permissionstring
role_uuidstring

No output schema declared.

No examples provided.

create_module ~128

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

NameTypeReqDescription
deploy_productionstring
deploy_stagingstring
descriptionstring
handlestringyes
module_typestringyes
organization_uuidstring
permissionstring
role_uuidstring
spec_yamlstringyes

No output schema declared.

No examples provided.

delete_config ~37

Delete one or more AirPipe configurations by config_uuid.

NameTypeReqDescription
config_uuidsarrayyes
organization_uuidstringyes

No output schema declared.

No examples provided.

delete_module ~36

Delete one or more reusable modules by module_uuid.

NameTypeReqDescription
module_uuidsarrayyes
organization_uuidstringyes

No output schema declared.

No examples provided.

deploy_config_revision ~46

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

NameTypeReqDescription
config_uuidstringyes
organization_uuidstringyes
revision_uuidstringyes

No output schema declared.

No examples provided.

deploy_module_revision ~46

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

NameTypeReqDescription
module_uuidstringyes
organization_uuidstringyes
revision_uuidstringyes

No output schema declared.

No examples provided.

edit_config ~43

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

NameTypeReqDescription
current_yamlstringyes
instructionstringyes
organization_uuidstringyes

No output schema declared.

No examples provided.

get_config ~39

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

NameTypeReqDescription
config_uuidstringyes
organization_uuidstringyes

No output schema declared.

No examples provided.

get_module ~39

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

NameTypeReqDescription
module_uuidstringyes
organization_uuidstringyes

No output schema declared.

No examples provided.

list_configs ~23

List the organization's AirPipe configurations.

NameTypeReqDescription
organization_uuidstringyes

No output schema declared.

No examples provided.

list_modules ~30

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

NameTypeReqDescription
organization_uuidstringyes

No output schema declared.

No examples provided.

list_organizations ~33

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

plan_config ~115

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 the validate_config tool (repair loop) then persist it with create_config. Prefer this over generate_config whenever you can author YAML yourself.

NameTypeReqDescription
limitstring
organization_uuidstring
requeststringyes

No output schema declared.

No examples provided.

toggle_config ~37

Enable or disable one or more configurations by config_uuid.

NameTypeReqDescription
config_uuidsarrayyes
organization_uuidstringyes

No output schema declared.

No examples provided.

undeploy_config ~47

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

NameTypeReqDescription
config_uuidstringyes
environmentstringyes
organization_uuidstringyes

No output schema declared.

No examples provided.

undeploy_module ~48

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

NameTypeReqDescription
environmentstringyes
module_uuidstringyes
organization_uuidstringyes

No output schema declared.

No examples provided.

update_config ~89

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

NameTypeReqDescription
config_uuidstring
config_yamlstringyes
deploy_productionstring
deploy_stagingstring
organization_uuidstring
permissionstring
role_uuidstring

No output schema declared.

No examples provided.

update_module ~115

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

NameTypeReqDescription
deploy_productionstring
deploy_stagingstring
descriptionstring
handlestringyes
module_typestringyes
module_uuidstring
organization_uuidstring
permissionstring
role_uuidstring
spec_yamlstringyes

No output schema declared.

No examples provided.

validate_config ~92

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 a valid config.

NameTypeReqDescription
yamlstringyes

No output schema declared.

No examples provided.