← Registry

eCommerce

besewbizzy.com

Searches and retrieves product and class details from Be Sew Bizzy's quilt fabric and embroidery supplies shop, including prices, colors, stock, and upcoming sessions.

1 endpoint6 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://besewbizzy.com/api/mcp

No auth detected

MCP server metadata

Name
besewbizzy
Version
1.0.0
Capabilities
tools
Server instructions

Be Sew Bizzy is a quilt and sewing shop. Use these tools to answer questions about what it sells (quilting fabric, notions, patterns, embroidery supplies), prices and sales, stock, upcoming classes and events, and opening hours. Prices are USD and fabric is priced per yard. Always give the customer the product or class url. Don't guess — search.

Known tools 6

search

Search Be Sew Bizzy's products (quilt fabric, notions, patterns, embroidery supplies) by name, maker, collection, color or SKU.

Inferred read-only
fetch

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

Inferred read-only
search_products

Search the shop's products by name, maker, collection, color or SKU — every word must match.

Inferred read-only
get_product

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

Inferred read-only
list_classes

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

Inferred read-only
get_store_info

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.besewbizzy]
url = "https://besewbizzy.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "besewbizzy": {
      "type": "http",
      "url": "https://besewbizzy.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: besewbizzy
Remote MCP URL: https://besewbizzy.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "besewbizzy": {
      "url": "https://besewbizzy.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "besewbizzy": {
      "type": "http",
      "url": "https://besewbizzy.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "besewbizzy",
  "transport": "streamable-http",
  "url": "https://besewbizzy.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.