# EzBiz SEO

Improve search engine rankings by researching keywords and analyzing search result patterns. Evaluate backlink profiles and content structure to identify growth opportunities. Optimize on-page elemen…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ezbiz-services/seo-marketing

# Browse available tools
npx -y smithery tool list ezbiz-services/seo-marketing

# Get full schema for a tool
npx -y smithery tool get ezbiz-services/seo-marketing keyword_research

# Call a tool
npx -y smithery tool call ezbiz-services/seo-marketing keyword_research '{}'
```

## Direct MCP Connection

Endpoint: `https://seo-marketing--ezbiz-services.run.tools`

**Required config:**
- `apiKey` (query) — Your EzBiz Services API key. Get a free key at https://seo.ezbizservices.com

## Tools (4)

- `keyword_research` — Research keyword opportunities — search volume indicators, difficulty estimates, related terms, and content suggestions.
- `analyze_serp` — Analyze search engine results for a query — top ranking pages, content patterns, SERP features, and ranking opportunity…
- `check_backlinks` — Analyze a website's backlink profile — referring domains, anchor text patterns, link quality indicators, and link build…
- `optimize_content` — Analyze and optimize content for SEO — keyword density, readability, structure, meta tags, and actionable improvement s…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ezbiz-services/seo-marketing <tool-name>
```
