# SERP API Server

Analyze search engine results, conduct keyword research, and perform competitor analysis effortlessly. Leverage powerful tools to gain insights and optimize your online presence. Start making data-dr…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list itsanamune/seo-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get itsanamune/seo-mcp _health

# Call a tool
npx -y @smithery/cli@latest tool call itsanamune/seo-mcp _health '{}'
```

## Tools (4)

- `_health` — Health check endpoint
- `analyze_serp` — Analyze a SERP (Search Engine Results Page) for a given query
- `research_keywords` — Research keywords related to a given topic or seed keyword
- `analyze_competitors` — Analyze competitors for a given keyword or domain

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

---

Source: https://github.com/itsanamune/seo-mcp
