Evercraft Web

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

Should I use this

Quality & Safety

B
Description quality
90%
Schema completeness
55%
Naming quality
100%
Poisoning risk
100%
Permission match
90%
Protocol compliance
100%

Findings (1)

  • LOWTool 'get_web_capabilities' suggests web access but openWorldHint=falsein get_web_capabilities

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~208Tokens (tool definitions)
~477 BTypical response size
Minimal attention impact (0.16% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "evercraft-web": {
      "url": "https://systemiacommandcenters.com/api/functions/evercraftWebMcp"
    }
  }
}

Remote endpoints

https://systemiacommandcenters.com/api/functions/evercraftWebMcpstreamable-http
https://base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/evercraftWebMcpstreamable-http

What it can do

Tool inventory

Tools (2)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢get_web_capabilities

Read current Evercraft Web capability and safety boundaries.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢fetch_public_url(url, max_bytes)

Read bounded textual content from one public HTTP(S) URL. Blocks private/local targets and performs no login or external write.

Input Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "maxLength": 4096,
      "format": "uri"
    },
    "max_bytes": {
      "type": "integer",
      "minimum": 65536,
      "maximum": 400000
    }
  },
  "required": [
    "url"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded2 tools
verifiedversion not recorded3 tools