← base44.app

INDIVIDUAL MCP TOOL

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.

base44.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp

No auth detected

Connect to this endpoint to inspect the live schema for get_web_capabilities and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

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

Related tools

  • route_web_request — Use this before selecting a web-search, URL-fetch, browser-automation, cloud-browser, headless-browser, Playwright/CDP, or authenticated-browser provider.
  • 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.