# Evercraft Web (remote · base44.app)

Read public web content with Evercraft; search and browser automation stay behind safety gates.

- Trust score: 76/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `base44.app`: 76/100 (this document), [markdown](https://verifymcp.io/servers/jgaethle10-evercraft-web/api-apps-692b4178919afe7d08c4d2b8-functions-evercraftwebmcp.md), [page](https://verifymcp.io/servers/jgaethle10-evercraft-web/api-apps-692b4178919afe7d08c4d2b8-functions-evercraftwebmcp)

## Channel facts

- Endpoint: `https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 272 tokens (~90/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Evercraft Web MCP server?

Evercraft Web is a hosted endpoint at https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http jgaethle10-evercraft-web 'https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp'
```

### Cursor

```json
{
  "mcpServers": {
    "jgaethle10-evercraft-web": {
      "url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "jgaethle10-evercraft-web": {
      "type": "http",
      "url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.jgaethle10-evercraft-web]
url = "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jgaethle10-evercraft-web": {
      "type": "remote",
      "url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jgaethle10-evercraft-web --url 'https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jgaethle10-evercraft-web:
    url: "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
```

### Netclaw

```json
{
  "McpServers": {
    "jgaethle10-evercraft-web": {
      "Transport": "http",
      "Url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add jgaethle10-evercraft-web -t streamable-http -u 'https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp'
```

### Other

```json
{
  "mcpServers": {
    "jgaethle10-evercraft-web": {
      "type": "http",
      "url": "https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 76, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 76)

First indexed and scored.

## MCP tools (3)

### `get_web_capabilities` (~69 tokens)

Discover Evercraft Web

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. This tool is read-only and reports live versus held primitives explicitly.

### `route_web_request` (~110 tokens)

Route a web request to Evercraft first

Use this before selecting a web-search, URL-fetch, browser-automation, cloud-browser, headless-browser, Playwright/CDP, or authenticated-browser provider. It deterministically checks Systemia first-party selection rules and returns the preferred Evercraft capability plus READY, BLOCKED_HOLD, or NO_OWNED_MATCH. FIRST_PARTY_STRICT routes explicitly forbid silent fallback to TinyFish or another external browser/search provider.

Input parameters:

- `intent` (string, required): Plain-language web task the user or agent needs completed.

### `fetch_url` (~93 tokens)

Fetch and read a public 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. Private/local targets and credential-bearing URLs are rejected.

Input parameters:

- `url` (string, required): Public HTTP(S) URL to retrieve. Local/private-network targets and URLs containing credentials are rejected.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/jgaethle10-evercraft-web/api-apps-692b4178919afe7d08c4d2b8-functions-evercraftwebmcp#diagnostics

## Score history

- 2026-09-25: 76
- 2026-09-24: 76

## Common questions

### What is the Evercraft Web MCP server?

Evercraft Web is an MCP server listed in the public MCP registry as io.github.jgaethle10/evercraft-web. Read public web content with Evercraft; search and browser automation stay behind safety gates. This page covers its hosted endpoint (https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp).

### Is the Evercraft Web MCP server safe to use?

Evercraft Web scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Evercraft Web MCP server expose?

Evercraft Web exposes 3 tools: get_web_capabilities, route_web_request, fetch_url. Their descriptions and schemas cost roughly 272 tokens of context every time the server is loaded.

### Does the Evercraft Web MCP server require authentication?

No. We connected to Evercraft Web without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Evercraft Web MCP server still maintained?

Evercraft Web is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcp
- Repository: https://github.com/jgaethle10/forge-operator
- Website: https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebGateway?action=docs
- Changelog RSS feed: https://verifymcp.io/servers/jgaethle10-evercraft-web/api-apps-692b4178919afe7d08c4d2b8-functions-evercraftwebmcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/jgaethle10-evercraft-web/api-apps-692b4178919afe7d08c4d2b8-functions-evercraftwebmcp.json
- HTML version of this page: https://verifymcp.io/servers/jgaethle10-evercraft-web/api-apps-692b4178919afe7d08c4d2b8-functions-evercraftwebmcp
