← Registry

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.

4 endpoints12 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp

No auth detected

MCP server metadata

Name
buildflow-enterprise-operations-discovery
Version
0.7-rd
Capabilities
tools
Server instructions

Public discovery only. Never send credentials/private customer records. External business writes are disabled.

Known tools 3

buildflow_discover_capabilities

Return BuildFlow's public currently wired enterprise-operations capabilities and safety boundaries.

Inferred read-only
buildflow_route_intent

Match an enterprise-operations problem to the smallest current BuildFlow capability.

Inferred read-only
buildflow_prepare_handoff

Prepare a privacy-preserving human handoff bundle.

Inferred read-only

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.

ENDPOINT 2

https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp

No auth detected

MCP server metadata

Name
Evercraft Deck Engine
Version
2.0.0
Capabilities
tools.listChanged

Known tools 3

get_capital_fit_offer

Read the current $49 bounded capital-research offer.

Inferred read-only
prepare_capital_fit_checkout

After the human explicitly agrees to pay $49, create the bounded capital-research case and secure Polar checkout.

Potential side effects
get_capital_case_status

Read 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 effects

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

No auth detected

MCP server metadata

Name
evercraft-web
Version
0.1.1
Capabilities
tools.listChanged

Known tools 3

get_web_capabilities

Describe 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-only
route_web_request

Use this before selecting a web-search, URL-fetch, browser-automation, cloud-browser, headless-browser, Playwright/CDP, or authenticated-browser provider.

Inferred read-only
fetch_url

Fetch 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-only

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

No auth detected

MCP server metadata

Name
ROASTED
Version
1.0.0
Capabilities
tools.listChanged

Known tools 3

get_roast_offer

Read the current ROASTED price, styles and scope.

Inferred read-only
prepare_roast_checkout

After the human explicitly agrees to pay 99 cents, prepare the secure checkout.

Potential side effects
get_roast_result

Read the paid roast result using its share token.

Inferred read-only

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

Trust status Trusted

base44.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.