← base44.app

INDIVIDUAL MCP TOOL

get_capital_fit_offer

Read the current $49 bounded capital-research offer.

base44.appnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_capital_fit_offer 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

base44.app

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.

Related tools

  • prepare_capital_fit_checkout — After the human explicitly agrees to pay $49, create the bounded capital-research case and secure Polar checkout.
  • 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.