INDIVIDUAL MCP TOOL
list_categories
List the product categories that have a published tier list, newest research first.
LIVE ENDPOINT
https://mcp.stierproducts.com/mcp
Connect to this endpoint to inspect the live schema for list_categories 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.stierproducts]
url = "https://mcp.stierproducts.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stierproducts": {
"type": "http",
"url": "https://mcp.stierproducts.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stierproducts
Remote MCP URL: https://mcp.stierproducts.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": {
"stierproducts": {
"url": "https://mcp.stierproducts.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stierproducts": {
"type": "http",
"url": "https://mcp.stierproducts.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stierproducts",
"transport": "streamable-http",
"url": "https://mcp.stierproducts.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Find ranked products by name or brand across every board.get_tier_list— The full S-to-F tier list for one category: every ranked product with its tier, rank, LP, verdict, pros, cons, citation counts, GTIN barcodes and, where the maker published one, the announcement date.get_product— Everything held on one product: its placement, verdict, pros and cons, GTIN barcodes, the announcement date where the maker published one, and a breakdown of how the cited sources read (how many were glowing, positive, neutral or negative, and whether they were outlets, named authors, video channels or forum owners).compare_products— Compare two to five products side by side.what_to_avoid— The products the research placed in the bottom tiers, and the ones it deliberately entered as traps buyers cross-shop but should not buy.