0.5.0pypi · idea-reality-mcp · current release
Observed 2026-08-17T09:37:16.295Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"experimental": {},
"logging": {},
"prompts": {
"listChanged": false
},
"resources": {
"subscribe": false,
"listChanged": false
},
"tools": {
"listChanged": true
},
"extensions": {
"io.modelcontextprotocol/ui": {}
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
idea_checkCheck if a product idea already exists before building it.
Use when users discuss new project ideas, ask about competition,
market saturation, or whether something has been built before.
Trigger phrases: "has anyone built", "does this exist",
"check competition", "is this idea original",
"有沒有人做過", "市場上有類似的嗎", "幫我查這個點子"Input schema{
"additionalProperties": false,
"properties": {
"idea_text": {
"type": "string",
"description": "Natural-language description of the idea."
},
"depth": {
"default": "quick",
"enum": [
"quick",
"deep"
],
"type": "string",
"description": "\"quick\" (GitHub + HN, fast) or \"deep\" (all sources in parallel)."
}
},
"required": [
"idea_text"
],
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — · — | — |