Developer Tools
airpipe.io
Manages reusable config modules and deployments across environments.
ENDPOINT 1
https://api.airpipe.io/mcp
MCP server metadata
- Name
- airpipe
- Version
- 3.2.1
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_modulesList the organization's reusable modules (pass revisions=true to include revision history).
Inferred read-onlyedit_configEdit an AirPipe configuration YAML with a natural-language instruction.
Potential side effectscreate_configCreate a new AirPipe configuration (config_yaml is base64-encoded YAML) and optionally deploy it to staging or production.
Potential side effectsundeploy_moduleUndeploy a reusable module from an environment (STAGING or PRODUCTION).
Inferred read-onlydeploy_module_revisionDeploy a specific past revision of a module to staging or production.
Inferred read-onlyundeploy_configUndeploy a configuration from an environment (STAGING or PRODUCTION).
Inferred read-onlyget_moduleGet a single reusable module by uuid, including its revision history and spec.
Inferred read-onlydeploy_config_revisionDeploy a specific past revision of a configuration to staging or production.
Inferred read-onlyupdate_moduleUpdate an existing reusable module by module_uuid (adds a new revision; spec_yaml is base64-encoded YAML) and optionally redeploy.
Potential side effectsget_configGet a single configuration's data by config_uuid, optionally with its revisions.
Inferred read-onlyupdate_configUpdate an existing AirPipe configuration by config_uuid (config_yaml is base64-encoded YAML) and optionally redeploy.
Potential side effectslist_organizationsList the organizations you belong to and their organization_uuid.
Inferred read-onlycreate_moduleCreate a reusable module (a typed config fragment referenced by handle) and optionally deploy it to staging or production.
Potential side effectsplan_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.
Potential side effectsCONNECT 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.
airpipe.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.