# Idea Reality

Pre-build reality check for AI coding agents. Scans GitHub, HN, npm, PyPI & Product Hunt before you build — returns a 0-100 reality signal, top competitors, and pivot suggestions. Quick mode (2 sourc…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add mnemox-ai/idea-reality-mcp

# Browse available tools
npx -y smithery tool list mnemox-ai/idea-reality-mcp

# Get full schema for a tool
npx -y smithery tool get mnemox-ai/idea-reality-mcp idea_check

# Call a tool
npx -y smithery tool call mnemox-ai/idea-reality-mcp idea_check '{}'
```

## Direct MCP Connection

Endpoint: `https://idea-reality-mcp--mnemox-ai.run.tools`

## Tools (1)

- `idea_check` — Check if a product idea already exists before building it.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get mnemox-ai/idea-reality-mcp <tool-name>
```
