YepAPI
AI Agents

MCP Server

Install the YepAPI MCP server for Claude Desktop and other MCP clients.

What is MCP?

The Model Context Protocol (MCP) lets AI assistants like Claude call external tools directly. The YepAPI MCP server exposes all 40+ endpoints as callable tools.

Installation

npm install -g @yepapi/mcp

Claude Desktop Configuration

Add this to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "yepapi": {
      "command": "npx",
      "args": ["-y", "@yepapi/mcp"],
      "env": {
        "YEP_API_KEY": "yep_sk_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. You'll see YepAPI tools available in the tools menu.

Available Tools

The MCP server exposes these tools:

ToolDescription
seo_keywordsGet search volume, CPC, difficulty for keywords
seo_serpAnalyze SERP results for a query
seo_domain_overviewGet domain metrics (DA, traffic, backlinks)
seo_content_scoreScore content for SEO quality
ai_visibilityTrack brand mentions across AI engines
scrapeScrape any URL to markdown or HTML
scrape_stealthStealth scrape with premium proxies
scrape_ai_extractAI-powered data extraction from URLs
tools_qrGenerate QR codes
tools_pdfGenerate PDFs from HTML
tools_whoisWHOIS and DNS lookups
Info

Each tool call costs the same as the equivalent API call — you pay per use.

On this page