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
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 19 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http io-airpipe-airpipe https://api.airpipe.io/mcp
[mcp_servers.io-airpipe-airpipe] url = "https://api.airpipe.io/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"io-airpipe-airpipe": {
"type": "remote",
"url": "https://api.airpipe.io/mcp",
"enabled": true
}
}
} openclaw mcp add io-airpipe-airpipe --url https://api.airpipe.io/mcp --transport streamable-http
mcp_servers:
io-airpipe-airpipe:
url: "https://api.airpipe.io/mcp" {
"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.
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.
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 |
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.
create_config ~82
Create a new AirPipe configuration (config_yaml is base64-encoded YAML) and optionally deploy it to staging or production.
| Name | Type | Req | Description |
|---|---|---|---|
| config_yaml | string | yes | — |
| deploy_production | string | — | — |
| deploy_staging | string | — | — |
| organization_uuid | string | — | — |
| permission | string | — | — |
| role_uuid | string | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| deploy_production | string | — | — |
| deploy_staging | string | — | — |
| description | string | — | — |
| handle | string | yes | — |
| module_type | string | yes | — |
| organization_uuid | string | — | — |
| permission | string | — | — |
| role_uuid | string | — | — |
| spec_yaml | string | yes | — |
No output schema declared.
No examples provided.
delete_config ~37
Delete one or more AirPipe configurations by config_uuid.
| Name | Type | Req | Description |
|---|---|---|---|
| config_uuids | array | yes | — |
| organization_uuid | string | yes | — |
No output schema declared.
No examples provided.
delete_module ~36
Delete one or more reusable modules by module_uuid.
| Name | Type | Req | Description |
|---|---|---|---|
| module_uuids | array | yes | — |
| organization_uuid | string | yes | — |
No output schema declared.
No examples provided.
deploy_config_revision ~46
Deploy a specific past revision of a configuration to staging or production.
| Name | Type | Req | Description |
|---|---|---|---|
| config_uuid | string | yes | — |
| organization_uuid | string | yes | — |
| revision_uuid | string | yes | — |
No output schema declared.
No examples provided.
deploy_module_revision ~46
Deploy a specific past revision of a module to staging or production.
| Name | Type | Req | Description |
|---|---|---|---|
| module_uuid | string | yes | — |
| organization_uuid | string | yes | — |
| revision_uuid | string | yes | — |
No output schema declared.
No examples provided.
edit_config ~43
Edit an AirPipe configuration YAML with a natural-language instruction.
| Name | Type | Req | Description |
|---|---|---|---|
| current_yaml | string | yes | — |
| instruction | string | yes | — |
| organization_uuid | string | yes | — |
No output schema declared.
No examples provided.
get_config ~39
Get a single configuration's data by config_uuid, optionally with its revisions.
| Name | Type | Req | Description |
|---|---|---|---|
| config_uuid | string | yes | — |
| organization_uuid | string | yes | — |
No output schema declared.
No examples provided.
get_module ~39
Get a single reusable module by uuid, including its revision history and spec.
| Name | Type | Req | Description |
|---|---|---|---|
| module_uuid | string | yes | — |
| organization_uuid | string | yes | — |
No output schema declared.
No examples provided.
list_configs ~23
List the organization's AirPipe configurations.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_uuid | string | yes | — |
No output schema declared.
No examples provided.
list_modules ~30
List the organization's reusable modules (pass revisions=true to include revision history).
| Name | Type | Req | Description |
|---|---|---|---|
| organization_uuid | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | string | — | — |
| organization_uuid | string | — | — |
| request | string | yes | — |
No output schema declared.
No examples provided.
toggle_config ~37
Enable or disable one or more configurations by config_uuid.
| Name | Type | Req | Description |
|---|---|---|---|
| config_uuids | array | yes | — |
| organization_uuid | string | yes | — |
No output schema declared.
No examples provided.
undeploy_config ~47
Undeploy a configuration from an environment (STAGING or PRODUCTION).
| Name | Type | Req | Description |
|---|---|---|---|
| config_uuid | string | yes | — |
| environment | string | yes | — |
| organization_uuid | string | yes | — |
No output schema declared.
No examples provided.
undeploy_module ~48
Undeploy a reusable module from an environment (STAGING or PRODUCTION).
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | — |
| module_uuid | string | yes | — |
| organization_uuid | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| config_uuid | string | — | — |
| config_yaml | string | yes | — |
| deploy_production | string | — | — |
| deploy_staging | string | — | — |
| organization_uuid | string | — | — |
| permission | string | — | — |
| role_uuid | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| deploy_production | string | — | — |
| deploy_staging | string | — | — |
| description | string | — | — |
| handle | string | yes | — |
| module_type | string | yes | — |
| module_uuid | string | — | — |
| organization_uuid | string | — | — |
| permission | string | — | — |
| role_uuid | string | — | — |
| spec_yaml | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| yaml | string | yes | — |
No output schema declared.
No examples provided.