← expandingweb.com
INDIVIDUAL MCP TOOL
list_products
List every product in the Nord Trail catalog with slug, SKU, price and URL.
LIVE ENDPOINT
https://ready.expandingweb.com/mcp
Connect to this endpoint to inspect the live schema for list_products and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.nord-trail-reference-store]
url = "https://ready.expandingweb.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nord-trail-reference-store": {
"type": "http",
"url": "https://ready.expandingweb.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nord-trail-reference-store
Remote MCP URL: https://ready.expandingweb.com/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": {
"nord-trail-reference-store": {
"url": "https://ready.expandingweb.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nord-trail-reference-store": {
"type": "http",
"url": "https://ready.expandingweb.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nord-trail-reference-store",
"transport": "streamable-http",
"url": "https://ready.expandingweb.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_catalog— UCP 2026-04-08 catalog search.lookup_catalog— UCP 2026-04-08 catalog lookup: resolve one or more product or variant identifiers (slug or SKU) to UCP product objects.get_product— One product: the UCP product object in structuredContent, and the schema.check_stock— Live stock and price for a SKU.report_problem— Tell this store that something stopped you from completing a task: a product you could not price, a variant you could not find, a request that was refused.