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 endpoint
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.sense2-catalogue]
url = "https://sense2.com.au/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sense2-catalogue": {
"type": "http",
"url": "https://sense2.com.au/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sense2-catalogue
Remote MCP URL: https://sense2.com.au/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": {
"sense2-catalogue": {
"url": "https://sense2.com.au/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sense2-catalogue": {
"type": "http",
"url": "https://sense2.com.au/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sense2-catalogue",
"transport": "streamable-http",
"url": "https://sense2.com.au/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search Sense2 promotional product catalogue by keywordget_product— Get full product details by PIDget_quote— Get a pricing quote for a product at a specific quantityget_categories— List all product categories with product countsget_aesthetics— List all 12 Shop by Aesthetic editorial collections (Quiet Luxury, Scandinavian, Coastal, etc.get_intents— List all 30 Shop by Intent curated collections (VIP client gifts, conference swag, onboarding kits, etc.get_brands— List all 107 Sense2 case-study brands (Google, Nike, Mercedes, Porsche, MasterCard, etc.get_brand— Get full brand case-study details by slug (story, signature, logo tagline, industries)