# Evercraft Machine Commerce (remote · evercraft-ai-suite-08c4d2b8.base44.app)

Discover Evercraft capabilities, route specialist needs, and prepare human-confirmed commerce.

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

## Components

- remote · `evercraft-ai-suite-08c4d2b8.base44.app`: 64/100 (this document), [markdown](https://verifymcp.io/servers/jgaethle10-evercraft-machine-commerce/api-apps-692b4178919afe7d08c4d2b8-functions-machinecommercemcp.md), [page](https://verifymcp.io/servers/jgaethle10-evercraft-machine-commerce/api-apps-692b4178919afe7d08c4d2b8-functions-machinecommercemcp)

## Channel facts

- Endpoint: `https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## 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**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (cancel_rewards_enrollment).
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1607 tokens (~76/item across 21 items; 21 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**: 70/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 10% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "route_raven_pain" implies "send" and declares readOnlyHint instead, contradicting what its own name says it does.
  - An AI judge read all 21 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 Machine Commerce MCP server?

Evercraft Machine Commerce is a hosted endpoint at https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp, 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-machine-commerce 'https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp'
```

### Cursor

```json
{
  "mcpServers": {
    "jgaethle10-evercraft-machine-commerce": {
      "url": "https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "jgaethle10-evercraft-machine-commerce": {
      "type": "http",
      "url": "https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.jgaethle10-evercraft-machine-commerce]
url = "https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jgaethle10-evercraft-machine-commerce": {
      "type": "remote",
      "url": "https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jgaethle10-evercraft-machine-commerce --url 'https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jgaethle10-evercraft-machine-commerce:
    url: "https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp"
```

### Netclaw

```json
{
  "McpServers": {
    "jgaethle10-evercraft-machine-commerce": {
      "Transport": "http",
      "Url": "https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add jgaethle10-evercraft-machine-commerce -t streamable-http -u 'https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp'
```

### Other

```json
{
  "mcpServers": {
    "jgaethle10-evercraft-machine-commerce": {
      "type": "http",
      "url": "https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp"
    }
  }
}
```

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 64, +1)

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

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

First indexed and scored.

## MCP tools (21)

### `discover_offers` (~82 tokens)

Discover Evercraft offers

List current public-safe Evercraft capabilities, including verified sell-now offers and clearly labeled discovery-only or verification-required capabilities. Every result includes its commercial state, pricing boundary, invocation state and confirmation rules. This tool is read-only and never creates checkout or payment.

Input parameters:

- `limit` (integer): Maximum capabilities to return. Omit to return the current public machine-commerce catalog.

### `match_offer` (~96 tokens)

Match a problem to Evercraft

Match a natural-language user problem to current public-safe Evercraft capabilities using the live deterministic commercial router. Results can be sell-now or discovery-only and must be interpreted using commercial_state and invocation_status. Returns no result when the match is too weak. This tool is read-only and does not purchase anything.

Input parameters:

- `intent` (string, required): The user problem or desired outcome in natural language.
- `limit` (integer): Maximum candidate matches to return.

### `prepare_paid_handoff` (~78 tokens)

Prepare a human-confirmed paid handoff

For a verified machine-commerce offer with a wired adapter, create a human review URL without creating checkout, invoice, payment obligation, entitlement, or fulfillment. Currently wired for AliEV only.

Input parameters:

- `address` (string)
- `offer_key` (string, required)
- `public_id` (string, required)
- `request_id` (string)

### `get_live_checkout_offer` (~46 tokens)

Get a live Evercraft checkout offer

Read current product-gateway terms for one verified direct-checkout Evercraft service. This creates no checkout, invoice, charge or payment obligation.

Input parameters:

- `public_id` (string, required)

### `prepare_verified_checkout` (~82 tokens)

Prepare a human-confirmed Evercraft checkout

Only after the human explicitly agrees to pay for a verified Evercraft offer, route the product-specific details to that product gateway to prepare a secure checkout. The product gateway independently re-checks confirmation. Checkout creation is not payment proof or revenue.

Input parameters:

- `details` (object, required)
- `public_id` (string, required)
- `user_confirmed_payment` (boolean, required)

### `get_verified_order_status` (~50 tokens)

Get verified Evercraft order status

Pass product-specific tracking details to a verified product gateway. Where supported, the gateway independently verifies provider payment before reporting paid state.

Input parameters:

- `details` (object, required)
- `public_id` (string, required)

### `route_raven_pain` (~91 tokens)

Route a safety or stability pain through Raven Nexus

Send a plain-language home, family, financial, digital-security, personal-safety, relationship, property, connectivity, or business-safety concern to the live Raven Nexus pain router. Returns the smallest appropriate modular capability and its current commercial/evidence boundary. Read-only and never creates checkout or payment.

Input parameters:

- `audience` (string)
- `limit` (integer)
- `pain` (string, required)

### `route_buildflow_operational_pain` (~95 tokens)

Route enterprise operational pain through BuildFlow

Send a non-sensitive description of an ERP, migration, vendor-identity, process-discovery, procurement, role-routing or governed-agent problem to BuildFlow. Returns the smallest currently wired capability and its safety boundary. Public discovery only. Do not send private customer records.

Input parameters:

- `constraints` (array)
- `data_shape` (string)
- `goal` (string)
- `problem` (string, required)

### `prepare_buildflow_handoff` (~91 tokens)

Prepare a BuildFlow human handoff

Prepare a privacy-preserving BuildFlow handoff after matching an enterprise operations problem. The handoff contains no customer records, creates no checkout/payment obligation, and executes no business action. Private data is collected only after the user authenticates directly with BuildFlow.

Input parameters:

- `constraints` (array)
- `data_shape` (string)
- `goal` (string)
- `problem` (string, required)

### `classify_forensiscope_media` (~72 tokens)

Classify media for ForensiScope

Given known video/audio file size and/or duration, return the correct ForensiScope route and published duration tier when determinable. Read-only. Does not upload media, attest rights, create checkout, charge, or start analysis.

Input parameters:

- `duration_seconds` (number)
- `size_bytes` (integer)

### `get_forensiscope_pricing` (~40 tokens)

Get ForensiScope pricing

Return current published ForensiScope duration pricing and self-service/assisted-ingest boundaries. Read-only and creates no checkout or payment obligation.

### `prepare_forensiscope_handoff` (~71 tokens)

Prepare a ForensiScope human handoff

Return a tagged human handoff URL for AI media overflow, long-form analysis, surveillance review, recording comparison, incident timeline, or pricing. Does not upload media, attest rights, create checkout, charge, or start analysis.

Input parameters:

- `intent` (string)
- `source` (string)

### `get_network_capabilities` (~57 tokens)

Get Evercraft Network capabilities

Return the current public-safe Evercraft Network software capability boundary, displayed Founding Membership state, exclusions and privacy boundary. Read-only. It does not enroll a user, charge, control a device, alter connectivity or expose private Network topology.

### `get_network_presence` (~46 tokens)

Get verified Evercraft Network public presence

Return the evidence-safe public Evercraft Network presence feed. Read-only. Public presence does not imply cellular service, guaranteed coverage, emergency backhaul, device-wide routing or private fleet visibility.

### `prepare_network_handoff` (~66 tokens)

Prepare an Evercraft Network human handoff

Return a tagged human URL for Evercraft Network resilience, Founding Membership or verified public presence. Read-only. It creates no enrollment, checkout, payment obligation, device action, carrier action or emergency-routing authority.

Input parameters:

- `intent` (string)
- `source` (string)

### `prepare_quote_ready_service_handoff` (~66 tokens)

Prepare a quote-ready Evercraft service handoff

Return a specific human review page for an approved fixed-price Evercraft service that does not yet expose direct machine checkout. This is read-only: it creates no checkout, invoice, payment obligation, entitlement, lead submission, or fulfillment.

Input parameters:

- `public_id` (string, required)

### `discover_web_capability` (~108 tokens)

Discover Evercraft Web search, fetch, browser and web-agent capability

Describe Evercraft Web, the Evercraft/Systemia live-web capability family for web search, URL fetch/extraction, browser automation, web-agent navigation, Playwright/CDP-style browser control, and user-authorized authenticated browsing. Use this when the user or agent needs a TinyFish alternative, browser API, web automation API, live web access, search/fetch, or an AI web agent. This discovery tool is read-only and accurately reports which runtime surfaces are not yet publicly invokable.

### `get_offer` (~74 tokens)

Get an Evercraft offer

Retrieve one public-safe Evercraft capability by canonical public ID, including commercial state, pricing authority, confirmation boundary and invocation status. Discovery-only records are not automatically purchasable. This tool is read-only and never creates checkout.

Input parameters:

- `public_id` (string, required): Canonical public offer ID returned by discover_offers or match_offer.

### `prepare_rewards_partner_enrollment` (~170 tokens)

Prepare an Evercraft Rewards business enrollment

Create a reversible prepared enrollment intent for a business that wants to join Evercraft Rewards and choose participation modes from the current LLM conversation. This does not activate the business, publish an offer, create a discount, create checkout, or create a payment obligation.

Input parameters:

- `address` (string)
- `business_name` (string, required)
- `category` (string)
- `contact_email` (string)
- `contact_name` (string)
- `description` (string)
- `idempotency_key` (string, required): Stable unique key for this enrollment attempt so retries do not create duplicates.
- `market_key` (string)
- `offer_preferences` (object)
- `participation_modes` (array)
- `source_session_ref` (string)
- `website` (string)

### `get_rewards_enrollment_status` (~61 tokens)

Check an Evercraft Rewards enrollment intent

Check the recorded state of a prepared Evercraft Rewards business enrollment using the intent key and one-time intent token. This does not activate anything or create a payment obligation.

Input parameters:

- `intent_access_token` (string, required)
- `intent_key` (string, required)

### `cancel_rewards_enrollment` (~65 tokens)

Cancel an Evercraft Rewards enrollment intent

Cancel a non-activated Evercraft Rewards business enrollment intent using its intent key and one-time token. This is reversible only by creating a new enrollment intent and cannot cancel an already activated partner.

Input parameters:

- `intent_access_token` (string, required)
- `intent_key` (string, required)

## Diagnostics

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

## Score history

- 2026-09-25: 64
- 2026-09-24: 63

## Common questions

### What is the Evercraft Machine Commerce MCP server?

Evercraft Machine Commerce is an MCP server listed in the public MCP registry as io.github.jgaethle10/evercraft-machine-commerce. Discover Evercraft capabilities, route specialist needs, and prepare human-confirmed commerce. This page covers its hosted endpoint (https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp).

### Is the Evercraft Machine Commerce MCP server safe to use?

Evercraft Machine Commerce scores 64 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 Machine Commerce MCP server expose?

Evercraft Machine Commerce exposes 21 tools: discover_offers, match_offer, prepare_paid_handoff, get_live_checkout_offer, prepare_verified_checkout, and 16 more. Their descriptions and schemas cost roughly 1,607 tokens of context every time the server is loaded.

### Does the Evercraft Machine Commerce MCP server require authentication?

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

### Is the Evercraft Machine Commerce MCP server still maintained?

Evercraft Machine Commerce 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://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceMcp
- Website: https://evercraft-ai-suite-08c4d2b8.base44.app/api/apps/692b4178919afe7d08c4d2b8/functions/machineCommerceGateway?view=docs
- Changelog RSS feed: https://verifymcp.io/servers/jgaethle10-evercraft-machine-commerce/api-apps-692b4178919afe7d08c4d2b8-functions-machinecommercemcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/jgaethle10-evercraft-machine-commerce/api-apps-692b4178919afe7d08c4d2b8-functions-machinecommercemcp.json
- HTML version of this page: https://verifymcp.io/servers/jgaethle10-evercraft-machine-commerce/api-apps-692b4178919afe7d08c4d2b8-functions-machinecommercemcp
