← kestra.io
INDIVIDUAL MCP TOOL
task_schema
Get the full schema/documentation for a specific Kestra task class.
LIVE ENDPOINT
https://api.kestra.io/v1/mcp
Connect to this endpoint to inspect the live schema for task_schema 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.kestra-plugins-blueprints]
url = "https://api.kestra.io/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kestra-plugins-blueprints": {
"type": "http",
"url": "https://api.kestra.io/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kestra-plugins-blueprints
Remote MCP URL: https://api.kestra.io/v1/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": {
"kestra-plugins-blueprints": {
"url": "https://api.kestra.io/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kestra-plugins-blueprints": {
"type": "http",
"url": "https://api.kestra.io/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kestra-plugins-blueprints",
"transport": "streamable-http",
"url": "https://api.kestra.io/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search Kestra plugins, docs, blueprints, or blogs.list_plugins— List available Kestra plugins with summary info (name, title, group, description, categories, and counts per element type: taskCount, triggerCount, taskRunnerCount, storageCount, secretManagerCount, logExporterCount).plugin_tasks— List all tasks, triggers, and conditions for a specific Kestra plugin, grouped by subpackage.versions— List current versions of all Kestra plugins.list_task_runners— List all task runner backends available across all Kestra plugins (e.g.list_triggers— List all trigger types available across all Kestra plugins (e.g.list_storages— List all internal storage backends available across all Kestra plugins (e.g.list_secret_managers— List all secret manager backends available across all Kestra plugins (e.g.