← airpipe.io
INDIVIDUAL MCP TOOL
get_module
Get a single reusable module by uuid, including its revision history and spec.
LIVE ENDPOINT
https://api.airpipe.io/mcp
Connect to this endpoint to inspect the live schema for get_module and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_modules— List the organization's reusable modules (pass revisions=true to include revision history).edit_config— Edit an AirPipe configuration YAML with a natural-language instruction.create_config— Create a new AirPipe configuration (config_yaml is base64-encoded YAML) and optionally deploy it to staging or production.undeploy_module— Undeploy a reusable module from an environment (STAGING or PRODUCTION).deploy_module_revision— Deploy a specific past revision of a module to staging or production.undeploy_config— Undeploy a configuration from an environment (STAGING or PRODUCTION).delete_module— Delete one or more reusable modules by module_uuid.delete_config— Delete one or more AirPipe configurations by config_uuid.