# Keywords Everywhere MCP Server

Provide AI assistants with powerful SEO research capabilities by accessing keyword data, domain analysis, backlink information, and traffic metrics. Enable comprehensive keyword research and competit…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list hithereiamaliff/mcp-keywords-everywhere

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hithereiamaliff/mcp-keywords-everywhere get_credits

# Call a tool
npx -y @smithery/cli@latest tool call hithereiamaliff/mcp-keywords-everywhere get_credits '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-keywords-everywhere--hithereiamaliff.run.tools`

## Tools (14)

- `get_credits` — Get your account's credit balance
- `get_countries` — Get list of supported countries
- `get_currencies` — Get list of supported currencies
- `get_keyword_data` — Get Volume, CPC and competition for a set of keywords
- `get_related_keywords` — Get related keywords based on a seed keyword
- `get_pasf_keywords` — Get 'People Also Search For' keywords based on a seed keyword
- `get_domain_keywords` — Get keywords that a domain ranks for
- `get_url_keywords` — Get keywords that a URL ranks for
- `get_domain_traffic` — Get traffic metrics for a domain
- `get_url_traffic` — Get traffic metrics for a URL
- `get_domain_backlinks` — Get backlinks for a domain
- `get_unique_domain_backlinks` — Get unique domain backlinks
- `get_page_backlinks` — Get backlinks for a specific URL
- `get_unique_page_backlinks` — Get unique backlinks for a specific URL

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

---

Source: https://github.com/hithereiamaliff/mcp-keywords-everywhere | License: MIT
