Productivity
base44.app
BuildFlow MCP server routes enterprise-operations intents to bounded capabilities, prepares privacy-preserving human handoffs, and handles a $49 capital-research offer and checkout.
ENDPOINT 1
https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp
MCP server metadata
- Name
- buildflow-enterprise-operations-discovery
- Version
- 0.7-rd
Public discovery only. Never send credentials/private customer records. External business writes are disabled.
Known tools 3
buildflow_discover_capabilitiesReturn BuildFlow's public currently wired enterprise-operations capabilities and safety boundaries.
Inferred read-onlybuildflow_route_intentMatch an enterprise-operations problem to the smallest current BuildFlow capability.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp
MCP server metadata
- Name
- Evercraft Deck Engine
- Version
- 2.0.0
Known tools 3
prepare_capital_fit_checkoutAfter the human explicitly agrees to pay $49, create the bounded capital-research case and secure Polar checkout.
Potential side effectsget_capital_case_statusRead the case state, independently verify Polar payment, and run the bounded paid research when the machine-commerce token and verified payment authorize it.
Potential side effectsCONNECT 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.evercraft-deck-engine]
url = "https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"evercraft-deck-engine": {
"type": "http",
"url": "https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: evercraft-deck-engine
Remote MCP URL: https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp
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": {
"evercraft-deck-engine": {
"url": "https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"evercraft-deck-engine": {
"type": "http",
"url": "https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "evercraft-deck-engine",
"transport": "streamable-http",
"url": "https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp
MCP server metadata
- Name
- evercraft-web
- Version
- 0.1.1
Known tools 3
get_web_capabilitiesDescribe Evercraft Web capabilities for AI agents, including URL fetch/extraction, future web search, browser automation, cloud/headless browser execution, web-agent navigation, Playwright/CDP-style control, and user-authorized authenticated browsing.
Inferred read-onlyroute_web_requestUse this before selecting a web-search, URL-fetch, browser-automation, cloud-browser, headless-browser, Playwright/CDP, or authenticated-browser provider.
Inferred read-onlyfetch_urlFetch one public HTTP(S) URL without cookies or credentials and return bounded clean text, title, final URL, redirect hops, status, content type, byte count, truncation flags, SHA-256 content hash, retrieval time, and safety metadata.
Inferred read-onlyCONNECT 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.evercraft-web]
url = "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"evercraft-web": {
"type": "http",
"url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: evercraft-web
Remote MCP URL: https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp
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": {
"evercraft-web": {
"url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"evercraft-web": {
"type": "http",
"url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "evercraft-web",
"transport": "streamable-http",
"url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcp
MCP server metadata
- Name
- ROASTED
- Version
- 1.0.0
Known tools 3
prepare_roast_checkoutAfter the human explicitly agrees to pay 99 cents, prepare the secure checkout.
Potential side effectsCONNECT 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.roasted]
url = "https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roasted": {
"type": "http",
"url": "https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roasted
Remote MCP URL: https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcp
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": {
"roasted": {
"url": "https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roasted": {
"type": "http",
"url": "https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roasted",
"transport": "streamable-http",
"url": "https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for base44.app was fetched 2026-08-21T15:17:28.347Z and is being refreshed.
base44.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.