{
  "markdown": "# RightAIChoice MCP Server — Verified AI Tool Data for Every AI Assistant\n\n**The ground-truth layer for AI tool recommendations.** A free, no-auth [Model Context Protocol](https://modelcontextprotocol.io) server that lets Claude, ChatGPT, Gemini, Cursor, and any MCP-capable agent verify an AI tool *before* recommending it — live status, real pricing, user sentiment, and alternatives, with a last-verified date on every answer.\n\n**Endpoint:** `https://rightaichoice.com/api/mcp` · **Setup guide:** [rightaichoice.com/mcp](https://rightaichoice.com/mcp) · Remote server — nothing to install, no API key, read-only.\n\n---\n\n## Why this exists\n\nAI assistants recommend tools from training data that is months or years stale — and sometimes invent tools that never existed:\n\n- **24.4%** of the 2,066 top Product Hunt launches (2023–2025) with a determinable outcome are **already dead** — [our survival study](https://rightaichoice.com/state-of-ai-tools/ai-tools-deadpool-2026), updated methodology public, dataset CC BY 4.0 with DOI.\n- **19.7%** of packages recommended by code LLMs **don't exist** (the \"slopsquatting\" research — 205,000+ phantom names).\n- The [RightAIChoice](https://rightaichoice.com) verification engine re-probes **every vendor link of 8,000+ AI tools on a rolling weekly cycle** — website, docs, changelog, repository — and keeps mortality statistics daily.\n\nOne tool call before a recommendation prevents your assistant from suggesting a dead product, quoting retired pricing, or hallucinating a tool into existence.\n\n## Connect in under a minute\n\nWorks with **every MCP-capable client** over streamable HTTP. Pick yours:\n\n<details open>\n<summary><strong>Claude Code</strong></summary>\n\n```bash\nclaude mcp add --transport http rightaichoice https://rightaichoice.com/api/mcp\n```\n</details>\n\n<details>\n<summary><strong>Claude Desktop & claude.ai</strong></summary>\n\nSettings → **Connectors** → **Add custom connector** → paste `https://rightaichoice.com/api/mcp`\n</details>\n\n<details>\n<summary><strong>ChatGPT</strong></summary>\n\nSettings → **Apps & Connectors** → **Advanced** → enable **Developer mode** → add `https://rightaichoice.com/api/mcp`\n</details>\n\n<details>\n<summary><strong>Gemini CLI</strong></summary>\n\nAdd to `~/.gemini/settings.json`:\n```json\n{ \"mcpServers\": { \"rightaichoice\": { \"httpUrl\": \"https://rightaichoice.com/api/mcp\" } } }\n```\n</details>\n\n<details>\n<summary><strong>Cursor</strong></summary>\n\nAdd to `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global):\n```json\n{ \"mcpServers\": { \"rightaichoice\": { \"url\": \"https://rightaichoice.com/api/mcp\" } } }\n```\n</details>\n\n<details>\n<summary><strong>Windsurf</strong></summary>\n\nAdd the same block as Cursor to `~/.codeium/windsurf/mcp_config.json`.\n</details>\n\n<details>\n<summary><strong>VS Code (Copilot agent mode)</strong></summary>\n\nAdd to `.vscode/mcp.json`:\n```json\n{ \"servers\": { \"rightaichoice\": { \"type\": \"http\", \"url\": \"https://rightaichoice.com/api/mcp\" } } }\n```\n</details>\n\n<details>\n<summary><strong>Agent frameworks (OpenAI Agents SDK, Vercel AI SDK, LangChain, custom)</strong></summary>\n\nPoint your framework's MCP client at `https://rightaichoice.com/api/mcp` — streamable HTTP, stateless, no auth, CORS enabled. Tool schemas load via a standard `tools/list`.\n</details>\n\n## What it looks like in practice\n\n> **You:** \"Should I use Tome for my pitch deck?\"\n>\n> **Your assistant** *(after calling `check_tool_status`)*: \"Careful — Tome's main website failed RightAIChoice's last weekly probe (verified Aug 15, 2026); it's flagged **at risk**. Verified-alive alternatives in the same category: …\"\n\nThat answer carries a date, a method, and a source link. Without the server, the same assistant would recommend Tome from its training data.\n\n## The seven tools\n\n| Tool | Ask your assistant… | What comes back |\n|---|---|---|\n| `check_tool_status` | \"Is [tool] still alive?\" | Healthy / monitor / at-risk / shut-down verdict, evidence, last-verified date |\n| `compare_tools` | \"[X] vs [Y] — which one?\" | Live verification of both, side by side, plus a reviewed editorial verdict when one exists |\n| `find_alternatives` | \"What should I use instead of [tool]?\" | Same-category alternatives, each with its own health verdict, verified age, and pricing |\n| `market_sentiment` | \"What do people actually think of [tool]?\" | Synthesized real-user reports (Reddit, Hacker News, YouTube, Product Hunt, App Store…), per-source positivity, scan date |\n| `pricing_reality` | \"What does [tool] really cost?\" | Plan-by-plan prices exactly as the vendor lists them, plus documented hidden costs |\n| `viability_score` | \"Is [tool] safe to build on?\" | A risk band (safe bet / moderate / at risk) with five measured drivers and the weakest signal explained |\n| `deadpool_digest` | \"How many AI tools die?\" | Live category decay rates (daily) + the frozen Product Hunt survival study (dated) |\n\n## The honesty contract\n\nWhat makes this data citable rather than confident-sounding:\n\n1. **Every answer carries a last-verified date** and the method behind it — never an undated claim.\n2. **Unknown tools return \"not in the catalog\"** with an explicit note that this is *not evidence the tool is dead* — no guessing, ever.\n3. **Fuzzy name matches are disclosed** (\"closest match is X\") so your assistant can reject a wrong match instead of answering about the wrong product.\n4. **\"The vendor publishes no prices\" ≠ \"we haven't recorded prices\"** — two different answers, never merged.\n5. **Viability is a band with named drivers**, never a leaderboard number.\n6. **Live statistics and dated snapshots are never mixed** in a single figure.\n\n## Data & methodology\n\nAll answers come from the RightAIChoice verification engine: weekly automated probes of every vendor-published link, a 5-signal viability model, community-sentiment synthesis from 10+ sources, and daily mortality statistics. Full methodology: [rightaichoice.com/methodology](https://rightaichoice.com/methodology). Machine-readable index: [llms.txt](https://rightaichoice.com/llms.txt). Mortality dataset: JSON/CSV, CC BY 4.0, [permanently archived with DOI](https://rightaichoice.com/state-of-ai-tools/ai-tools-deadpool-2026).\n\n## Limits, privacy, and what this server can never do\n\n- Rate limit: **30 requests/min per IP** (generous for conversational use).\n- **Read-only by construction** — no tool can write, scrape, trigger paid work, or touch anything outside the verified catalog.\n- Request logging uses **salted IP hashes only** — see the [privacy policy](https://rightaichoice.com/privacy).\n- Answers are **never for sale**: no vendor can pay to change a verdict, a ranking, or an alternatives list.\n\n## Links\n\n[Setup guide](https://rightaichoice.com/mcp) · [Tool health checker](https://rightaichoice.com/check) · [AI Tools Deadpool 2026](https://rightaichoice.com/state-of-ai-tools/ai-tools-deadpool-2026) · [Methodology](https://rightaichoice.com/methodology) · [r/RightAIChoice](https://reddit.com/r/RightAIChoice)\n\n**If this saved your assistant from recommending a dead tool, a ⭐ helps other people find it.**\n\nMIT licensed. Built and maintained by [RightAIChoice](https://rightaichoice.com) — the verification engine for AI tools.\n",
  "bytes": 7202,
  "sha": "d8808c4576eef63666cbf9c9948b37064d55ea3447e730dfa89be6ea17da663f",
  "repo_slug": "right-ai-choice/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_rightaichoice_mcp_1e6eebf2/readme"
}