BuildFlow Enterprise Operations

Discover, route, and hand off enterprise operations problems without exposing private records.

Should I use this

Quality & Safety

B
Description quality
93%
Schema completeness
57%
Naming quality
93%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (1)

  • LOWTool 'buildflow_discover_capabilities' name length outside 3-30 rangein buildflow_discover_capabilities

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~216Tokens (tool definitions)
~493 BTypical response size
Minimal attention impact (0.17% of 128k context)

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-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools