Conductor (Netflix OSS) MCP Server for LlamaIndexGive LlamaIndex instant access to 49 tools to Add Task Log, Bulk Pause, Bulk Remove, and more
LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add Conductor (Netflix OSS) as an MCP tool provider through Vinkius and your agents can query, analyze, and act on live data alongside your existing indexes.
Ask AI about this MCP Server for LlamaIndex
The Conductor (Netflix OSS) MCP Server for LlamaIndex is a standout in the Industry Titans category — giving your AI agent 49 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
mcp_client = BasicMCPClient("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
mcp_tool_spec = McpToolSpec(client=mcp_client)
tools = await mcp_tool_spec.to_tool_list_async()
agent = FunctionAgent(
tools=tools,
llm=OpenAI(model="gpt-4o"),
system_prompt=(
"You are an assistant with access to Conductor (Netflix OSS). "
"You have 49 tools available."
),
)
response = await agent.run(
"What tools are available in Conductor (Netflix OSS)?"
)
print(response)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Conductor (Netflix OSS) MCP Server
Connect your Netflix Conductor instance to any AI agent to orchestrate complex microservices and workflows through natural conversation.
LlamaIndex agents combine Conductor (Netflix OSS) tool responses with indexed documents for comprehensive, grounded answers. Connect 49 tools through Vinkius and query live data alongside vector stores and SQL databases in a single turn. ideal for hybrid search, data enrichment, and analytical workflows.
What you can do
- Workflow Management — List all registered workflow definitions, fetch specific versions, and manage the lifecycle of your orchestration logic.
- Task Definitions — Query and manage the underlying task types that power your microservices, ensuring your workers are correctly configured.
- Validation & Testing — Validate workflow JSON definitions before saving them to the server to prevent runtime errors.
- Execution Control — Start new workflow instances asynchronously directly from your AI assistant.
- Batch Operations — Update or create multiple workflow and task definitions in a single request for rapid deployment.
The Conductor (Netflix OSS) MCP Server exposes 49 tools through the Vinkius. Connect it to LlamaIndex in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 49 Conductor (Netflix OSS) tools available for LlamaIndex
When LlamaIndex connects to Conductor (Netflix OSS) through Vinkius, your AI agent gets direct access to every tool listed below — spanning workflow-orchestration, microservices, netflix-conductor, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Add task log on Conductor (Netflix OSS)
Add a log entry to a task
Bulk pause on Conductor (Netflix OSS)
Bulk pause workflows
Bulk remove on Conductor (Netflix OSS)
Bulk remove workflows
Bulk restart on Conductor (Netflix OSS)
Bulk restart workflows
Bulk resume on Conductor (Netflix OSS)
Bulk resume workflows
Bulk retry on Conductor (Netflix OSS)
Bulk retry workflows
Bulk search on Conductor (Netflix OSS)
Bulk search workflows by ID
Bulk terminate on Conductor (Netflix OSS)
Bulk terminate workflows
Create event handler on Conductor (Netflix OSS)
Create a new event handler
Create task definitions on Conductor (Netflix OSS)
Create new task definitions
Create workflow definition on Conductor (Netflix OSS)
Create a new workflow definition
Delete event handler on Conductor (Netflix OSS)
Delete an event handler
Delete task definition on Conductor (Netflix OSS)
Delete a task definition
Delete workflow definition on Conductor (Netflix OSS)
Delete a workflow definition
Execute workflow on Conductor (Netflix OSS)
Execute a workflow (Synchronous)
Get all queues on Conductor (Netflix OSS)
Get pending counts for all queues
Get correlated workflows on Conductor (Netflix OSS)
Get workflows by correlation ID
Get event handlers on Conductor (Netflix OSS)
Get all event handlers
Get queue size on Conductor (Netflix OSS)
Get queue depth for a task type
Get running workflows on Conductor (Netflix OSS)
Get running workflow IDs by type
Get task definition on Conductor (Netflix OSS)
Get a task definition by name
Get task definitions on Conductor (Netflix OSS)
Get all task definitions
Get task logs on Conductor (Netflix OSS)
Retrieve logs for a task
Get workflow on Conductor (Netflix OSS)
Get workflow execution by ID
Get workflow definition on Conductor (Netflix OSS)
Get a workflow definition by name
Get workflow definitions on Conductor (Netflix OSS)
Get all workflow definitions
Get workflow names and versions on Conductor (Netflix OSS)
Get all workflow names and versions
Get workflow tasks on Conductor (Netflix OSS)
Get tasks for a workflow execution
Pause workflow on Conductor (Netflix OSS)
Pause a workflow
Poll batch tasks on Conductor (Netflix OSS)
Long poll for multiple tasks
Poll task on Conductor (Netflix OSS)
Poll for a single task
Remove workflow on Conductor (Netflix OSS)
Remove a workflow from the system
Requeue tasks on Conductor (Netflix OSS)
Requeue pending tasks
Rerun workflow on Conductor (Netflix OSS)
Rerun a workflow from a specific task
Restart workflow on Conductor (Netflix OSS)
Restart a workflow from the beginning
Resume workflow on Conductor (Netflix OSS)
Resume a paused workflow
Retry workflow on Conductor (Netflix OSS)
Retry the last failed task
Search workflows on Conductor (Netflix OSS)
Search workflows (returns WorkflowSummary)
Search workflows v2 on Conductor (Netflix OSS)
Search workflows (returns full Workflow objects)
Skip task on Conductor (Netflix OSS)
Skip a task in a running workflow
Start workflow on Conductor (Netflix OSS)
Start a new workflow execution (Asynchronous)
Terminate workflow on Conductor (Netflix OSS)
Terminate a running workflow
Update event handler on Conductor (Netflix OSS)
Update an existing event handler
Update task on Conductor (Netflix OSS)
Update task result
Update task by ref on Conductor (Netflix OSS)
Update task by reference name
Update task definition on Conductor (Netflix OSS)
Update a task definition
Update task v2 on Conductor (Netflix OSS)
Update task and poll for the next available task
Update workflow definitions on Conductor (Netflix OSS)
Create or update workflow definitions (batch)
Validate workflow definition on Conductor (Netflix OSS)
Validate a workflow definition without saving
Connect Conductor (Netflix OSS) to LlamaIndex via MCP
Follow these steps to wire Conductor (Netflix OSS) into LlamaIndex. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install llama-index-tools-mcp llama-index-llms-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.py and run: python agent.pyExplore tools
Why Use LlamaIndex with the Conductor (Netflix OSS) MCP Server
LlamaIndex provides unique advantages when paired with Conductor (Netflix OSS) through the Model Context Protocol.
Data-first architecture: LlamaIndex agents combine Conductor (Netflix OSS) tool responses with indexed documents for comprehensive, grounded answers
Query pipeline framework lets you chain Conductor (Netflix OSS) tool calls with transformations, filters, and re-rankers in a typed pipeline
Multi-source reasoning: agents can query Conductor (Netflix OSS), a vector store, and a SQL database in a single turn and synthesize results
Observability integrations show exactly what Conductor (Netflix OSS) tools were called, what data was returned, and how it influenced the final answer
Conductor (Netflix OSS) + LlamaIndex Use Cases
Practical scenarios where LlamaIndex combined with the Conductor (Netflix OSS) MCP Server delivers measurable value.
Hybrid search: combine Conductor (Netflix OSS) real-time data with embedded document indexes for answers that are both current and comprehensive
Data enrichment: query Conductor (Netflix OSS) to augment indexed data with live information before generating user-facing responses
Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying Conductor (Netflix OSS) for fresh data
Analytical workflows: chain Conductor (Netflix OSS) queries with LlamaIndex's data connectors to build multi-source analytical reports
Example Prompts for Conductor (Netflix OSS) in LlamaIndex
Ready-to-use prompts you can give your LlamaIndex agent to start working with Conductor (Netflix OSS) immediately.
"List all workflow names and their versions currently registered in Conductor."
"Show me the full definition for the workflow 'user_onboarding' version 2."
"Start a new execution of the 'payment_processing' workflow."
Troubleshooting Conductor (Netflix OSS) MCP Server with LlamaIndex
Common issues when connecting Conductor (Netflix OSS) to LlamaIndex through Vinkius, and how to resolve them.
BasicMCPClient not found
pip install llama-index-tools-mcpConductor (Netflix OSS) + LlamaIndex FAQ
Common questions about integrating Conductor (Netflix OSS) MCP Server with LlamaIndex.
How does LlamaIndex connect to MCP servers?
Can I combine MCP tools with vector stores?
Does LlamaIndex support async MCP calls?
Explore More MCP Servers
View all →
Ocoya Social Media
9 toolsManage Ocoya social profiles, posts, workspaces, and workflows.

Alegra
10 toolsBusiness management and e-invoicing — manage invoices, inventory, and contacts via AI.

Mailinator
12 toolsTest email workflows with disposable inboxes that catch every message without touching production mailboxes or real addresses.

Tana
10 toolsConnect your AI to Tana. Build intelligent knowledge graphs, define supertags, and capture dynamic nested nodes directly from the prompt.
