BuildFlow Enterprise Operations
Discover, route, and hand off enterprise operations problems without exposing private records.
Should I use this
Quality & Safety
Findings (1)
- LOWin buildflow_discover_capabilities
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"buildflow": {
"url": "https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp"
}
}
}Remote endpoints
https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
⚪buildflow_discover_capabilities
Return BuildFlow's public currently wired enterprise-operations capabilities and safety boundaries.
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}🟡buildflow_route_intent(intent, goal, problem, data_shape, constraints)
Match an enterprise-operations problem to the smallest current BuildFlow capability. Never send private customer records.
Input Schema
{
"type": "object",
"properties": {
"intent": {
"type": "string"
},
"goal": {
"type": "string"
},
"problem": {
"type": "string"
},
"data_shape": {
"type": "string"
},
"constraints": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false
}⚪buildflow_prepare_handoff(problem, goal, data_shape, constraints)
Prepare a privacy-preserving human handoff bundle. Does not transmit customer data or execute business actions.
Input Schema
{
"type": "object",
"properties": {
"problem": {
"type": "string"
},
"goal": {
"type": "string"
},
"data_shape": {
"type": "string"
},
"constraints": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false
}Community
Evidence