---
name: "xpay-keywords-everywhere"
description: "Keyword research, search volume, CPC data, and SEO analysis"
version: "1.0.0"
provider: "Keywords Everywhere"
tools: 14
---

# Keywords Everywhere

Keyword research, search volume, CPC data, and SEO analysis

## Keywords Everywhere

Keyword research, search volume, CPC data, and SEO analysis

### Available Tools (14)

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

### Quick Start

```json
{
  "mcpServers": {
    "keywords-everywhere": {
      "url": "https://keywords-everywhere.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 14
**Category:** Marketing & SEO

## When to Use

Use Keywords Everywhere tools when you need to keyword research, search volume, cpc data, and seo analysis. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Get Credits** — Get your account's credit balance — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-credits/SKILL.md)
- **Get Countries** — Get list of supported countries — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-countries/SKILL.md)
- **Get Currencies** — Get list of supported currencies — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-currencies/SKILL.md)
- **Get Keyword Data** — Get Volume, CPC and competition for a set of keywords — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-keyword-data/SKILL.md)
- **Get Related Keywords** — Get related keywords based on a seed keyword — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-related-keywords/SKILL.md)
- **Get Pasf Keywords** — Get 'People Also Search For' keywords based on a seed keyword — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-pasf-keywords/SKILL.md)
- **Get Domain Keywords** — Get keywords that a domain ranks for — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-domain-keywords/SKILL.md)
- **Get Url Keywords** — Get keywords that a URL ranks for — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-url-keywords/SKILL.md)
- **Get Domain Traffic** — Get traffic metrics for a domain — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-domain-traffic/SKILL.md)
- **Get Url Traffic** — Get traffic metrics for a URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-url-traffic/SKILL.md)
- **Get Domain Backlinks** — Get backlinks for a domain — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-domain-backlinks/SKILL.md)
- **Get Unique Domain Backlinks** — Get unique domain backlinks — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-unique-domain-backlinks/SKILL.md)
- **Get Page Backlinks** — Get backlinks for a specific URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-page-backlinks/SKILL.md)
- **Get Unique Page Backlinks** — Get unique backlinks for a specific URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/keywords-everywhere/get-unique-page-backlinks/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("keywords-everywhere")`
2. **`xpay_details`** — Get input schema: `xpay_details("keywords-everywhere/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("keywords-everywhere/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/keywords-everywhere/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
