# Be Sew Bizzy (remote · besewbizzy.com)

Search Be Sew Bizzy's quilt fabrics and sewing supplies: prices, sales, stock, classes and hours.

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

## Components

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

## Channel facts

- Endpoint: `https://besewbizzy.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-26.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 430 tokens (~71/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 75% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the Be Sew Bizzy MCP server?

Be Sew Bizzy is a hosted endpoint at https://besewbizzy.com/api/mcp, 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 com-besewbizzy-shop 'https://besewbizzy.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-besewbizzy-shop": {
      "url": "https://besewbizzy.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-besewbizzy-shop": {
      "type": "http",
      "url": "https://besewbizzy.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-besewbizzy-shop]
url = "https://besewbizzy.com/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-besewbizzy-shop --url 'https://besewbizzy.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-besewbizzy-shop:
    url: "https://besewbizzy.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-besewbizzy-shop": {
      "Transport": "http",
      "Url": "https://besewbizzy.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-besewbizzy-shop -t streamable-http -u 'https://besewbizzy.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-besewbizzy-shop": {
      "type": "http",
      "url": "https://besewbizzy.com/api/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-09-25 (score 73, +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 72)

First indexed and scored.

## MCP tools (6)

### `search` (~77 tokens)

Search the shop

Search Be Sew Bizzy's products (quilt fabric, notions, patterns, embroidery supplies) by name, maker, collection, color or SKU. Returns ids to pass to fetch for price, sale, stock and colors.

Input parameters:

- `query` (string, required): e.g. "riley blake stripe", "magic dot raspberry", "kona black"

### `fetch` (~48 tokens)

Fetch a product

Full details of one product by the id search returned: price, sale price, per-yard or each, stock, every color and the description.

Input parameters:

- `id` (string, required): An id from search results

### `search_products` (~86 tokens)

Search products

Search the shop's products by name, maker, collection, color or SKU — every word must match. Returns price, sale price, whether it's per yard, stock, colors and the product url.

Input parameters:

- `limit` (integer)
- `query` (string, required): e.g. "riley blake stripe", "magic dot raspberry", "kona black", "5230-33"

### `get_product` (~55 tokens)

Get product

One product by its slug (from search results): description, price, sale price, and every color with its SKU and stock.

Input parameters:

- `slug` (string, required): The product's slug, e.g. "moda-magic-dot"

### `list_classes` (~65 tokens)

Upcoming classes and events

Upcoming class and event sessions at the shop, soonest first, with date, time, price, instructor and url.

Input parameters:

- `days` (integer): How many days ahead to look.
- `limit` (integer)
- `query` (string): Words the class title must contain.

### `get_store_info` (~23 tokens)

Store hours

The shop's posted opening hours and whether it is open right now.

## Diagnostics

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

## Score history

- 2026-09-26: 73
- 2026-09-25: 73
- 2026-09-24: 72

## Common questions

### What is the Be Sew Bizzy MCP server?

Be Sew Bizzy is an MCP server listed in the public MCP registry as com.besewbizzy/shop. Search Be Sew Bizzy's quilt fabrics and sewing supplies: prices, sales, stock, classes and hours. This page covers its hosted endpoint (https://besewbizzy.com/api/mcp).

### Is the Be Sew Bizzy MCP server safe to use?

Be Sew Bizzy scores 73 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 Be Sew Bizzy MCP server expose?

Be Sew Bizzy exposes 6 tools: search, fetch, search_products, get_product, list_classes, get_store_info. Their descriptions and schemas cost roughly 354 tokens of context every time the server is loaded.

### Does the Be Sew Bizzy MCP server require authentication?

No. We connected to Be Sew Bizzy without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Be Sew Bizzy MCP server still maintained?

Be Sew Bizzy is still listed as active in the MCP registry. We last reached this channel on 26 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://besewbizzy.com/api/mcp
- Website: https://besewbizzy.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-besewbizzy-shop/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-besewbizzy-shop/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-besewbizzy-shop/api-mcp
