INDIVIDUAL MCP TOOL
prepare_homebridge_checkout
Create a Shopify-hosted checkout handoff only after the buyer explicitly requests this exact approved fire-pit configuration and acknowledges that it is made to order and uses Natural Gas.
LIVE ENDPOINT
https://agent-commerce.homebridgepc.com/mcp-v2
Connect to this endpoint to inspect the live schema for prepare_homebridge_checkout and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.halo-homebridge-agent-commerce]
url = "https://agent-commerce.homebridgepc.com/mcp-v2"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"halo-homebridge-agent-commerce": {
"type": "http",
"url": "https://agent-commerce.homebridgepc.com/mcp-v2"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: halo-homebridge-agent-commerce
Remote MCP URL: https://agent-commerce.homebridgepc.com/mcp-v2
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": {
"halo-homebridge-agent-commerce": {
"url": "https://agent-commerce.homebridgepc.com/mcp-v2"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"halo-homebridge-agent-commerce": {
"type": "http",
"url": "https://agent-commerce.homebridgepc.com/mcp-v2"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "halo-homebridge-agent-commerce",
"transport": "streamable-http",
"url": "https://agent-commerce.homebridgepc.com/mcp-v2"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_homebridge_categories— Read Homebridge product categories, required qualification questions, and any currently enabled exact offers.get_approved_homebridge_offer— Read one enabled exact Homebridge offer by SKU.configure_homebridge_fire_pit— Resolve an exact Homebridge fire-pit configuration against the live Shopify catalog.get_homebridge_major_category_catalog— Read the live Shopify products and exact variants in one approved Homebridge category.resolve_homebridge_major_variant— Resolve one exact live Shopify variant after reading its category catalog.