← trusteed.xyz

INDIVIDUAL MCP TOOL

browse_categories

List available product categories for a merchant with product counts.

trusteed.xyznone authenticationAvailability not checked

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

trusteed.xyz

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.demo-store-mcp-server]
url = "https://trusteed.xyz/demo-store/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "demo-store-mcp-server": {
      "type": "http",
      "url": "https://trusteed.xyz/demo-store/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: demo-store-mcp-server
Remote MCP URL: https://trusteed.xyz/demo-store/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": {
    "demo-store-mcp-server": {
      "url": "https://trusteed.xyz/demo-store/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "demo-store-mcp-server": {
      "type": "http",
      "url": "https://trusteed.xyz/demo-store/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "demo-store-mcp-server",
  "transport": "streamable-http",
  "url": "https://trusteed.xyz/demo-store/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tools — Tool search_tools
  • get_tool_details — Tool get_tool_details
  • get_site_map — Get the store's site map for navigation discovery.
  • get_page_content — Retrieve content of a specific store page by URL.
  • search_products — Search products across verified merchants with filters by category, price, stock, and trust score.
  • search_products_enriched — Search products with enriched data: attributes, variants, GTIN, multiple images.
  • get_product_details — Retrieve full product information including price, variants, policies, and merchant trust score.
  • compare_products — Side-by-side comparison of 2-5 products with normalized attributes and bestValue recommendation.