# Synapse v2 - Google AI Overviews SEO Optimizer - CloudNerve.com

Identifies SEO content gaps by comparing your work against top-ranking competitors. Delivers missing topics and optimized rewrites to improve search engine visibility and performance. Enhances search…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cloudnerve/synapse

# Browse available tools
npx -y @smithery/cli@latest tool list cloudnerve/synapse

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cloudnerve/synapse analyze_content_gap

# Call a tool
npx -y @smithery/cli@latest tool call cloudnerve/synapse analyze_content_gap '{}'
```

## Direct MCP Connection

Endpoint: `https://synapse--cloudnerve.run.tools`

## Tools (1)

- `analyze_content_gap` — Analyzes SEO content gaps between a competitor snippet (winner) and your content (challenger). Returns missing entities…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cloudnerve/synapse <tool-name>
```
