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.
ENDPOINT 1
https://besewbizzy.com/api/mcp
MCP server metadata
- Name
- besewbizzy
- Version
- 1.0.0
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
searchSearch Be Sew Bizzy's products (quilt fabric, notions, patterns, embroidery supplies) by name, maker, collection, color or SKU.
Inferred read-onlyfetchFull details of one product by the id search returned: price, sale price, per-yard or each, stock, every color and the description.
Inferred read-onlysearch_productsSearch the shop's products by name, maker, collection, color or SKU — every word must match.
Inferred read-onlyget_productOne product by its slug (from search results): description, price, sale price, and every color with its SKU and stock.
Inferred read-onlylist_classesUpcoming class and event sessions at the shop, soonest first, with date, time, price, instructor and url.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.