Evercraft Capability Discovery

Read-only matching from user problems to public Evercraft capabilities.

Should I use this

Quality & Safety

B
Description quality
100%
Schema completeness
47%
Naming quality
87%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (1)

  • LOWTool 'get_evercraft_connection_options' name length outside 3-30 rangein get_evercraft_connection_options

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~291Tokens (tool definitions)
~349 BTypical response size
Minimal attention impact (0.23% 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-capability-discovery": {
      "url": "https://findmypart.base44.app/functions/evercraftCapabilityDiscoveryMcp"
    }
  }
}

Remote endpoints

https://findmypart.base44.app/functions/evercraftCapabilityDiscoveryMcpstreamable-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢match_evercraft_capability(intent)

Read-only problem matching against Evercraft public capabilities. Returns capability fit, inputs, outputs and readiness. Never creates payment or another external side effect.

Input Schema

{
  "type": "object",
  "properties": {
    "intent": {
      "type": "string",
      "minLength": 3,
      "maxLength": 1200
    }
  },
  "required": [
    "intent"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢list_evercraft_capabilities

Read-only public capability catalog. No checkout or payment actions are available through this server.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢get_evercraft_connection_options

Return protocol connection information for compatible agent hosts. Read-only.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools