← Registry

Developer Tools

kestra.io

Provides tools to search and explore Kestra plugins, documentation, and schemas.

1 endpoint16 known toolsFirst detected July 30, 2026Last detected August 8, 2026

ENDPOINT 1

https://api.kestra.io/v1/mcp

No auth detected

MCP server metadata

Name
kestra-plugins-blueprints
Version
1.0.0
Capabilities
tools

Known tools 16

search

Search Kestra plugins, docs, blueprints, or blogs.

Inferred read-only
task_schema

Get the full schema/documentation for a specific Kestra task class.

Inferred read-only
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).

Inferred read-only
plugin_tasks

List all tasks, triggers, and conditions for a specific Kestra plugin, grouped by subpackage.

Inferred read-only
versions

List current versions of all Kestra plugins.

Inferred read-only
list_task_runners

List all task runner backends available across all Kestra plugins (e.g.

Inferred read-only
list_triggers

List all trigger types available across all Kestra plugins (e.g.

Inferred read-only
list_storages

List all internal storage backends available across all Kestra plugins (e.g.

Inferred read-only
list_secret_managers

List all secret manager backends available across all Kestra plugins (e.g.

Inferred read-only
list_log_exporters

List all log exporter (log shipper) backends available across all Kestra plugins.

Inferred read-only
plugin_versions

Get the full release history of a Kestra plugin from GitHub, including which Kestra version each release targets.

Inferred read-only
search_docs

Search Kestra documentation pages by keyword.

Inferred read-only
get_doc

Fetch the full markdown content and metadata for a Kestra documentation page.

Inferred read-only
list_doc_children

List all documentation pages under a given path prefix, ordered by their navigation order.

Inferred read-only
blueprints

Search Kestra flow blueprints -- ready-made flow templates.

Inferred read-only
get_blueprint_flow

Get the full YAML flow definition for a specific Kestra blueprint.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for kestra.io was fetched 2026-08-03T18:21:56.385Z and is being refreshed.

Trust status Trusted

kestra.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.