eCommerce
homebridgepc.com
Provides tools to read and configure Homebridge product categories, offers, and variants from a live Shopify catalog.
ENDPOINT 1
https://agent-commerce.homebridgepc.com/mcp-v2
MCP server metadata
- Name
- halo-homebridge-agent-commerce
- Version
- 2026-08-29-major-catalog-v3
Known tools 6
list_homebridge_categoriesRead Homebridge product categories, required qualification questions, and any currently enabled exact offers.
Inferred read-onlyconfigure_homebridge_fire_pitResolve an exact Homebridge fire-pit configuration against the live Shopify catalog.
Inferred read-onlyget_homebridge_major_category_catalogRead the live Shopify products and exact variants in one approved Homebridge category.
Inferred read-onlyresolve_homebridge_major_variantResolve one exact live Shopify variant after reading its category catalog.
Inferred read-onlyprepare_homebridge_checkoutCreate 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.
Potential side effectsCONNECT 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.
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.