INDIVIDUAL MCP TOOL
buildflow_route_intent
Match an enterprise-operations problem to the smallest current BuildFlow capability.
LIVE ENDPOINT
https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp
Connect to this endpoint to inspect the live schema for buildflow_route_intent 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.buildflow-enterprise-operations-discovery]
url = "https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"buildflow-enterprise-operations-discovery": {
"type": "http",
"url": "https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: buildflow-enterprise-operations-discovery
Remote MCP URL: https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp
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": {
"buildflow-enterprise-operations-discovery": {
"url": "https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"buildflow-enterprise-operations-discovery": {
"type": "http",
"url": "https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "buildflow-enterprise-operations-discovery",
"transport": "streamable-http",
"url": "https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
buildflow_discover_capabilities— Return BuildFlow's public currently wired enterprise-operations capabilities and safety boundaries.buildflow_prepare_handoff— Prepare a privacy-preserving human handoff bundle.