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/mcpClaude 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:
| Tool | Description |
|---|---|
seo_keywords | Get search volume, CPC, difficulty for keywords |
seo_serp | Analyze SERP results for a query |
seo_domain_overview | Get domain metrics (DA, traffic, backlinks) |
seo_content_score | Score content for SEO quality |
ai_visibility | Track brand mentions across AI engines |
scrape | Scrape any URL to markdown or HTML |
scrape_stealth | Stealth scrape with premium proxies |
scrape_ai_extract | AI-powered data extraction from URLs |
tools_qr | Generate QR codes |
tools_pdf | Generate PDFs from HTML |
tools_whois | WHOIS and DNS lookups |
Info
Each tool call costs the same as the equivalent API call — you pay per use.