xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
  1. Home
  2. ›
  3. Providers
  4. ›
  5. Keywords Everywhere

Keywords Everywhere logo

Keywords Everywhere

14 tools

$0.01/call

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

​
​
How it works ↓
Get Credits
get_credits

Get your account's credit balance


flat

$0.01/call

Get Countries
get_countries

Get list of supported countries


flat

$0.01/call

Get Currencies
get_currencies

Get list of supported currencies


flat

$0.01/call

Get Keyword Data
get_keyword_data

Get Volume, CPC and competition for a set of keywords


flat

$0.01/call

Get Related Keywords
get_related_keywords

Get related keywords based on a seed keyword


flat

$0.01/call

Get Pasf Keywords
get_pasf_keywords

Get 'People Also Search For' keywords based on a seed keyword


flat

$0.01/call

Get Domain Keywords
get_domain_keywords

Get keywords that a domain ranks for


flat

$0.01/call

Get Url Keywords
get_url_keywords

Get keywords that a URL ranks for


flat

$0.01/call

Get Domain Traffic
get_domain_traffic

Get traffic metrics for a domain


flat

$0.01/call

Get Url Traffic
get_url_traffic

Get traffic metrics for a URL


flat

$0.01/call

Get Domain Backlinks
get_domain_backlinks

Get backlinks for a domain


flat

$0.01/call

Get Unique Domain Backlinks
get_unique_domain_backlinks

Get unique domain backlinks


flat

$0.01/call

Get Page Backlinks
get_page_backlinks

Get backlinks for a specific URL


flat

$0.01/call

Get Unique Page Backlinks
get_unique_page_backlinks

Get unique backlinks for a specific URL


flat

$0.01/call

Connect Keywords Everywhere tools
​
​

Cursor

Claude Code

Claude Desktop

Windsurf

VS Code

Cline

Roo Code

ChatGPT

Gemini CLI

Amazon Q

Goose

Augment

n8n

API / cURL

AI SDK

TypeScript SDK

Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "keywords-everywhere": {
      "url": "https://keywords-everywhere.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Or connect all tools

Access all tools (including Keywords Everywhere) through a single MCP connection.

https://mcp.xpay.sh/mcp?key=***
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Agent Discovery

Machine-readable catalogs for LLM agents and automation.

llms.txt — Human-readable tool catalog
curl https://xpay.tools/llms.txt
agents.txt — Structured JSON for agents
curl https://xpay.tools/agents.txt
skill.md — Claude Code skill
curl https://xpay.tools/skill.md
Pricing

Pay per tool call. No subscriptions.

14 Keywords Everywhere tools available
About Keywords Everywhere

Keywords Everywhere on xpay — Keyword research and SEO metrics without the subscription

Keywords Everywhere is a keyword research and SEO analysis platform that provides search volume, cost-per-click (CPC) data, competition metrics, and related keyword suggestions. Developers and SEO teams use it to power content strategy, validate keyword opportunities, and analyze domain/URL performance at scale. On xpay, you call Keywords Everywhere's API through MCP—the Model Context Protocol—without signing up for a Keywords Everywhere account or committing to a subscription. You pay $0.01 per call, only for what you use.

What's available

  • get_keyword_data — Retrieve search volume, CPC, and competition metrics for one or more keywords across different countries and currencies.
  • get_related_keywords — Discover semantically related keywords based on a seed term, useful for content expansion and topic clustering.
  • get_pasf_keywords — Fetch "People Also Search For" keywords (PASF) to understand user search intent and related queries.
  • get_domain_keywords — See which keywords a domain ranks for, with ranking position and traffic estimates.
  • get_url_keywords — Analyze keywords that a specific URL ranks for, ideal for competitive URL analysis.
  • get_domain_traffic — Get traffic metrics and visitor estimates for a domain.
  • get_url_traffic — Retrieve traffic data for a specific URL.
  • get_domain_backlinks — Inspect backlinks pointing to a domain for link-building and competitive analysis.
  • get_unique_domain_backlinks — Get unique referring domains for a cleaner backlink overview.
  • get_countries — List all supported countries for localized keyword research.
  • get_currencies — List supported currencies for CPC and pricing data.
  • get_credits — Check your xpay account credit balance.

When Keywords Everywhere is the right tool

  • You're building a content strategy tool or SEO audit agent that needs real-time keyword metrics.
  • You want to validate keyword difficulty and search intent before creating content.
  • You're analyzing competitor domains or URLs to understand their ranking keywords and traffic.
  • You need to discover related or "People Also Search For" keywords for topic expansion.
  • You're running a multi-market SEO campaign and need localized search volume and CPC data.
  • You want backlink data to inform link-building or competitive analysis workflows.

When to choose something else

  • If you need deep rank tracking over time, use a dedicated rank-tracking tool like SEMrush or Ahrefs.
  • If your primary need is technical SEO auditing (crawl errors, site speed, structured data), a tool like Screaming Frog or Google Search Console is more appropriate.
  • If you need AI-powered content generation alongside keyword research, consider an all-in-one platform like Surfer SEO or Clearscope.
  • If you're on a very tight budget and only need free keyword data, Google Keyword Planner or Ubersuggest's free tier may suffice, though data quality and volume limits apply.
  • If you need real-time PPC bid data beyond CPC estimates, Google Ads API or a PPC-focused tool is more accurate.

Pricing snapshot

ToolPrice per call
get_keyword_data$0.01
get_related_keywords$0.01
get_pasf_keywords$0.01
get_domain_keywords$0.01
get_url_keywords$0.01
get_domain_traffic$0.01
get_url_traffic$0.01
get_domain_backlinks$0.01
get_unique_domain_backlinks$0.01
get_countries$0.01
get_currencies$0.01
get_credits$0.01

All 14 tools are priced at $0.01 per call. You are billed only for successful calls; no subscription, no minimum.

Quickstart

Install the Keywords Everywhere MCP endpoint in Claude Code:

claude mcp add --transport http keywords-everywhere "https://keywords-everywhere.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

Replace YOUR_XPAY_KEY with your xpay API key (get one free at https://xpay.tools after email or Google signup).

Once connected, you can ask Claude to call tools by their native names—for example, "Use get_keyword_data to find the search volume for 'machine learning' in the US" or "Call get_domain_keywords to see what keywords example.com ranks for." Claude will invoke the tool, and xpay will bill $0.01 per call to your account.

Alternative: Use the unified xpay endpoint to access all 14 Keywords Everywhere tools plus tools from other providers (Tavily, Apollo, etc.) through a single MCP connection:

claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

With the unified endpoint, you'll use xpay_run("keywords-everywhere/<tool_name>", args) to invoke Keywords Everywhere tools alongside other providers.

For Cursor, Windsurf, Cline, or VS Code with Copilot: add a server entry to your mcp.json file:

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

Why route Keywords Everywhere through xpay?

  • No Keywords Everywhere signup. xpay holds the upstream credentials; you authenticate once with your xpay API key and immediately access Keywords Everywhere's full API.
  • Pay only for what you use. At $0.01 per call, you avoid monthly subscriptions and minimum commitments. A single keyword research query costs a penny.
  • MCP-native integration. Keywords Everywhere is exposed as a standard MCP server, so any MCP-compatible client (Claude Code, Cursor, VS Code, Cline, etc.) can call it without custom code.
  • Unified billing across providers. If you use Keywords Everywhere alongside Tavily, Apollo, or other xpay providers, all calls are billed to one xpay account with a single invoice.
  • Instant access. No waiting for Keywords Everywhere approval or API key provisioning; sign up for xpay, get your key, and start making calls within seconds.
Frequently Asked Questions

Keywords Everywhere is an SEO and keyword research platform that provides search volume, cost-per-click (CPC) data, competition metrics, related keywords, and domain/URL ranking analysis. Developers use it to power content strategy tools, SEO audits, and competitive analysis workflows. On xpay, you access it via MCP without a separate Keywords Everywhere account.

All Keywords Everywhere tools are priced at $0.01 per call on xpay. There is no subscription, no minimum spend, and no per-provider signup fee. You pay only for the calls you make, billed to your xpay account.

No. xpay holds the upstream Keywords Everywhere credentials on your behalf. You only need an xpay account (free signup at https://xpay.tools with email or Google). Once you have your xpay API key, you can immediately start calling Keywords Everywhere tools through MCP.

Common use cases include validating keyword search volume and CPC before creating content, discovering related keywords for topic expansion, analyzing competitor domains and URLs to see what keywords they rank for, retrieving traffic estimates and backlink data, and building SEO audit or content strategy agents that need real-time keyword metrics.

Run: `claude mcp add --transport http keywords-everywhere "https://keywords-everywhere.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` (replace YOUR_XPAY_KEY with your xpay API key). For Cursor, Windsurf, or VS Code, add the same URL to your mcp.json file as a server entry.

Yes. You can either connect Keywords Everywhere alone using its dedicated endpoint, or use xpay's unified endpoint (https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY) to access Keywords Everywhere, Tavily, Apollo, and other providers through a single MCP connection. All calls are billed to one xpay account.

Alternatives include SEMrush, Ahrefs, and Moz for comprehensive SEO platforms; Google Keyword Planner for free keyword data; Ubersuggest for budget-friendly keyword research; and Surfer SEO or Clearscope for content optimization. Choose based on whether you need rank tracking, technical auditing, AI content generation, or just keyword metrics.

xpay provides $5 in free credit when you sign up. This is enough to make 500 Keywords Everywhere calls at $0.01 each, so you can test the integration and explore the API before committing any payment method.

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service
✦
xpay Assistant
Keywords Everywhere Tools

Ask me about tools, pricing, or how to connect

What tools does Keywords Everywhere offer?
How do I connect via MCP?
Show me pricing
DocsCollectionsExplore