← besewbizzy.com
INDIVIDUAL MCP TOOL
get_store_info
The shop's posted opening hours and whether it is open right now.
LIVE ENDPOINT
https://besewbizzy.com/api/mcp
Connect to this endpoint to inspect the live schema for get_store_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search— Search Be Sew Bizzy's products (quilt fabric, notions, patterns, embroidery supplies) by name, maker, collection, color or SKU.fetch— Full details of one product by the id search returned: price, sale price, per-yard or each, stock, every color and the description.search_products— Search the shop's products by name, maker, collection, color or SKU — every word must match.get_product— One product by its slug (from search results): description, price, sale price, and every color with its SKU and stock.list_classes— Upcoming class and event sessions at the shop, soonest first, with date, time, price, instructor and url.