Evercraft Capability Discovery
Read-only matching from user problems to public Evercraft capabilities.
Should I use this
Quality & Safety
Findings (1)
- LOWin get_evercraft_connection_options
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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-httpWhat it can do
Tool inventory
Tools (3)
🟢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
Evidence