com.stierproducts/tier-lists
Provides read-only access to stierproducts' aggregated product tier lists and reviews, enabling category listing, product search, and retrieval of detailed tier rankings with citations.
README
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.