# io.github.easywebshop/mcp (remote · easywebshop.com)

Allows you to create a website or online store on the EasyWebshop platform.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `easywebshop.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/easywebshop-mcp/easywebshop.md), [page](https://verifymcp.io/servers/easywebshop-mcp/easywebshop)

## Channel facts

- Endpoint: `https://easywebshop.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 711 tokens (~177/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http easywebshop-mcp https://easywebshop.com/mcp
```

### Codex

```toml
[mcp_servers.easywebshop-mcp]
url = "https://easywebshop.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "easywebshop-mcp": {
      "type": "remote",
      "url": "https://easywebshop.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add easywebshop-mcp --url https://easywebshop.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  easywebshop-mcp:
    url: "https://easywebshop.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "easywebshop-mcp": {
      "type": "http",
      "url": "https://easywebshop.com/mcp"
    }
  }
}
```

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-08-03 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, +1)

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

### 2026-07-30 (score 63, +1)

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

### 2026-07-29 (score 62, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-28 (score 62)

First indexed and scored.

## MCP tools (4)

### `createWebsite` (~485 tokens)

Create a website or online store

Creates a new website or webshop draft from a plain-language description. All properties can be changed afterwards by the user.

Input parameters:

- `currency` (string): User currency in ISO 4217. Choose from: BTC, EUR, GBP, USD, ... Optional, defaults to "EUR".
- `domain` (string): Desired domain name in the form of "example.com". Valid TLDs are: .ar, .at, .be, .biz, .ch, .chat, .cn, .co.uk, .com, .com.ar, .com.mx, .com.tr, .cy, .cz, .de, .dk, .es, .eu, .fi, .fr, .gr, .hu, .inf…
- `email` (string): Users' email address. Optional.
- `info` (string): Additional information about the user, the users' business and/or the users' desired website. Optional.
- `lang` (string): User language in ISO 639-1. Choose from: cs, da, de, el, en, es, fi, fr, it, ja, ko, nl, no, pl, pt, ro, ru, sv, tr, zh (traditional Chinese). Optional, defaults to "en".
- `name` (string, required): Website name
- `style` (string): Overall visual style. Defaults to "Playful".
- `version` (string): Free: free version, no KYC and no credit card required. €0 / month Basic: perfect for creating a showcase website. €7.95 / month Professional: budget friendly shop, for professional online selling. €…
- `webshop` (boolean): True: website will include a webshop False: shopping basket will be disabled. Defaults to "True".

### `getFeatures` (~47 tokens)

Get feature list

Shows the features of all versions or a specific version together with a link to the documentation page of each feature.

Input parameters:

- `version` (string): Application version for features list. Defaults to "All".

### `getPrices` (~56 tokens)

Get pricing

Shows the price of each version in EUR, USD or other currencies.

Input parameters:

- `currency` (string): Prefered currency in ISO 4217. Choose from: BTC, EUR, GBP, USD, ... Optional, defaults to "EUR".

### `supportSearch` (~123 tokens)

Search in Doc and FAQ

Searches in the Documentation and FAQ to repond to users' questions.

Input parameters:

- `lang` (string): User language in ISO 639-1. Choose from: cs, da, de, el, en, es, fi, fr, it, ja, ko, nl, no, pl, pt, ro, ru, sv, tr, zh (traditional Chinese). Optional, defaults to "en".
- `tags` (string, required): Space separated search tags, based on the users' question in the language of the user. Most important first, maxium 20.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/easywebshop-mcp/easywebshop#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 62

## Links

- Remote endpoint: https://easywebshop.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/easywebshop-mcp/easywebshop/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/easywebshop-mcp/easywebshop/changelog.json
- HTML version of this page: https://verifymcp.io/servers/easywebshop-mcp/easywebshop
