INDIVIDUAL MCP TOOL
search_integrations
Search the apps Conductor Deck can connect to (Slack, Discord, Spotify, GitHub, Notion, Google Sheets, and thousands more).
LIVE ENDPOINT
https://www.conductordeck.com/api/mcp
Connect to this endpoint to inspect the live schema for search_integrations and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.conductor-deck]
url = "https://www.conductordeck.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"conductor-deck": {
"type": "http",
"url": "https://www.conductordeck.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: conductor-deck
Remote MCP URL: https://www.conductordeck.com/api/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": {
"conductor-deck": {
"url": "https://www.conductordeck.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"conductor-deck": {
"type": "http",
"url": "https://www.conductordeck.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "conductor-deck",
"transport": "streamable-http",
"url": "https://www.conductordeck.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_integration— Return one app plus the exact triggers and actions a Conductor Deck workflow can use for it.list_workflow_templates— List the built-in, ready-to-use workflow templates.get_workflow_template— Return one built-in template including its node and edge graph, so you can describe exactly what it will build before the user opens it.get_docs_article— Return the full text of one Conductor Deck documentation article.