streamable-httpupdated 17d ago
The read-only Model Context Protocol server for stierproducts, a review aggregator that publishes one S-to-F tier list per product category. Every placement is cited.
What can you do with stierproducts tier lists?
stierproducts MCP connector
The read-only Model Context Protocol server for stierproducts, a review aggregator that publishes one S-to-F tier list per product category. Every placement is cited.
- Endpoint (streamable HTTP):
https://mcp.stierproducts.com/mcp - Official MCP Registry name:
com.stierproducts/tier-lists - Documentation: https://stierproducts.com/mcp
- No key, no account, no authentication. Rate limited by IP at 120 requests per minute.
This repository holds the registry manifest and the client configurations. The server code and the research pipeline are not published here.
Install
| Client | How |
|---|---|
| Claude Code | claude mcp add --transport http stierproducts https://mcp.stierproducts.com/mcp |
| Claude Desktop | Settings, Connectors, Add custom connector, paste the endpoint |
| ChatGPT | Settings, Plugins, search "stierproducts", turn it on |
| Cursor | clients/cursor.json, or Settings, MCP, Add new global MCP server |
| VS Code | clients/vscode.json into .vscode/mcp.json |
| Any other client | clients/mcpServers.json |
Tools
All six are read-only.
| Tool | Returns |
|---|---|
list_categories |
Every board, with product counts and research dates. Call this first, the slugs are not guessable. |
search_products |
Slug, name, brand, category and tier for a free-text query. |
get_tier_list |
A whole board: every product, rank, tier, LP, verdict and outlet count, plus the prose summary. |
get_product |
One product in full, with its citation list, link statuses and what it beat. |
compare_products |
Two to five products side by side. Refuses to compare across categories. |
what_to_avoid |
The D and F tiers for a category, plus the trap vote counts and the reason. |
Every response carries the same five fields: source_url, updated, license,
attribution and monetization.
Without tools
A crawler that cannot call tools can fetch the same boards as files:
https://stierproducts.com/llms.txtindexes the whole site for a language model.https://stierproducts.com/categories/<slug>.mdis one board as Markdown.https://stierproducts.com/categories/<slug>.jsonis the same board as JSON.
Licence
The rankings are published under CC BY 4.0. Attribute to "stierproducts" and link to the board or product URL you used. Product images are not covered. Full terms: https://stierproducts.com/license
This repository's files are under the same licence.
Support
Open an issue here, or email support@stierproducts.com.
Install
Add stierproducts tier lists to your client. Pick the one you use.
claude mcp add --transport http stierproducts-tier-lists https://mcp.stierproducts.com/mcpcodex mcp add stierproducts-tier-lists --url https://mcp.stierproducts.com/mcp{
"mcpServers": {
"stierproducts-tier-lists": {
"url": "https://mcp.stierproducts.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"stierproducts-tier-lists": {
"type": "http",
"url": "https://mcp.stierproducts.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"stierproducts-tier-lists": {
"url": "https://mcp.stierproducts.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stierproducts-tier-lists": {
"serverUrl": "https://mcp.stierproducts.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
stierproducts tier lists exposes 6 tools to a connected agent.
- list_categories
- Every board, with product counts and research dates. Call this first, the slugs are not guessable.
- search_products
- Slug, name, brand, category and tier for a free-text query.
- get_tier_list
- A whole board: every product, rank, tier, LP, verdict and outlet count, plus the prose summary.
- get_product
- One product in full, with its citation list, link statuses and what it beat.
- compare_products
- Two to five products side by side. Refuses to compare across categories.
- what_to_avoid
- The D and F tiers for a category, plus the trap vote counts and the reason.
Score
59 / 100
Adequate
- Documentation16/25
- Maintenance19/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 9 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Aug 22, 2026 |
| 1.1.0 | Aug 16, 2026 |