← conductordeck.com
INDIVIDUAL MCP TOOL
get_docs_article
Return the full text of one Conductor Deck documentation article.
LIVE ENDPOINT
https://www.conductordeck.com/.well-known/mcp
Connect to this endpoint to inspect the live schema for get_docs_article 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.conductor-deck]
url = "https://www.conductordeck.com/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"conductor-deck": {
"type": "http",
"url": "https://www.conductordeck.com/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: conductor-deck
Remote MCP URL: https://www.conductordeck.com/.well-known/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/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"conductor-deck": {
"type": "http",
"url": "https://www.conductordeck.com/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "conductor-deck",
"transport": "streamable-http",
"url": "https://www.conductordeck.com/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_integrations— Search the apps Conductor Deck can connect to (Slack, Discord, Spotify, GitHub, Notion, Google Sheets, and thousands more).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.