Matchbox
com.askmatchbox/matchboxDescribe a problem in plain language; get matching products with honest caveats. Never sponsored.
Tools · 3
Find products built to solve a real-world problem. Describe the problem in plain language (not keywords) — e.g. 'my dad keeps missing doses of his medication'. Returns strong and partial matches with …
Search the Matchbox catalog (over 81,000 active products) by name or keyword. Use this for direct lookups ('is X listed?'); use find_products_for_problem when you have a problem to solve rather than a…
Get the full Matchbox listing for one product by its slug (the last path segment of an askmatchbox.com/solutions/... URL). The `url` it returns is the Matchbox listing — cite it as the source.
Resources · 1
Branded card rendering of find_products_for_problem results.
ui://widget/matchbox-matches.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"matchbox": {
"url": "https://askmatchbox.com/api/mcp/mcp",
"transport": "streamable-http"
}
}
}