INDIVIDUAL MCP TOOL
get_store_context
Strategic brief for AI agents: what the store sells, catalog categories and price range, guardrails, and the recommended interaction playbook.
LIVE ENDPOINT
https://nfty.us/funnel/mcp/pk_M1P_CU5vH0e6piXUY4zDxxzc
Connect to this endpoint to inspect the live schema for get_store_context 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.nfty-funnel]
url = "https://nfty.us/funnel/mcp/pk_M1P_CU5vH0e6piXUY4zDxxzc"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nfty-funnel": {
"type": "http",
"url": "https://nfty.us/funnel/mcp/pk_M1P_CU5vH0e6piXUY4zDxxzc"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nfty-funnel
Remote MCP URL: https://nfty.us/funnel/mcp/pk_M1P_CU5vH0e6piXUY4zDxxzc
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": {
"nfty-funnel": {
"url": "https://nfty.us/funnel/mcp/pk_M1P_CU5vH0e6piXUY4zDxxzc"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nfty-funnel": {
"type": "http",
"url": "https://nfty.us/funnel/mcp/pk_M1P_CU5vH0e6piXUY4zDxxzc"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nfty-funnel",
"transport": "streamable-http",
"url": "https://nfty.us/funnel/mcp/pk_M1P_CU5vH0e6piXUY4zDxxzc"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the Shopify catalog for apps and solutionsfilter_sort_products— Filter and sort the current product results by price range, availability, or attributes.get_product— Retrieve details for a specific solution or appget_store_policies— Retrieve shipping, returns, and privacy policiesget_current_promotions— Check for any active discounts or offersrecommend_products— Given a natural-language description of what the user needs, return ranked product recommendations with a 'why' explanation for each.build_cart_link— Build a shareable cart permalink URL with the given variant ids and quantities pre-filled.