← 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 and triggers for a specific Kestra plugin, grouped by subpackage.list_installed_versions— List the currently installed version of each Kestra plugin.list_plugin_elements— List all elements of one type across all Kestra plugins.plugin_release_history— Get the full release history of a Kestra plugin from GitHub, including which Kestra version each release targets.search_docs— Search Kestra documentation pages by keyword.get_doc— Fetch the full markdown content and metadata for a Kestra documentation page.