SEO Utils MCPCommand Library →
Bookmark me

The Command Library

Copy, paste, swap the keyword or domain. Filter by door: the terminal runs the seo-utils CLI for raw JSON; the desktop side is plain-English asks for Claude.

Straight from the guide

Claude DesktopDoor 1 — ask Claude (plain English)
using seo-utils, what's the search volume, CPC and difficulty for plumber dallas and emergency plumber dallas? put it in a table.
Terminal · Claude CodeDoor 2 — the CLI (raw JSON)
seo-utils call check_keyword_metrics '{"keywords":["plumber dallas"],"location":"United States"}'
Terminal · Claude CodeSee every tool
seo-utils list
Terminal · Claude CodeQuery the database directly
seo-utils sql "SELECT name FROM sqlite_master WHERE type='table'"
Terminal · Claude CodeConnect any Claude Code to it (user scope)
claude mcp add --transport http --scope user seo-utils https://seoutils-mcp.imerlino.com/mcp --header "Authorization: Bearer <YOUR_TOKEN>"

Everyday CLI

Terminal · Claude CodeList all 63 tools
seo-utils list
Terminal · Claude CodeSee a tool's inputs
seo-utils schema check_keyword_metrics
Terminal · Claude CodeQuery the local DB
seo-utils sql "SELECT name FROM sqlite_master WHERE type='table'"

Real lookups (CLI)

Terminal · Claude CodeKeyword metrics
seo-utils call check_keyword_metrics '{"keywords":["plumber dallas","emergency plumber"],"location":"United States"}'
Terminal · Claude CodeLive SERP
seo-utils call fetch_serp_data '{"keyword":"roof repair miami","location":"United States"}'
Terminal · Claude CodeBacklinks for a domain
seo-utils call fetch_backlinks '{"target":"competitor.com"}'

Through Claude (plain English)

Claude DesktopKeyword research
using seo-utils, check volume, CPC and difficulty for: plumber dallas, drain cleaning, water heater repair. table it.
Claude DesktopCompetitor gap
using seo-utils, find keywords competitor.com ranks for that we don't, for the local SEO niche.
Claude DesktopClient report
using seo-utils, build a plain-language SEO report for example.com for the last 30 days, with a backlink overview.

Setup

Terminal · Claude CodeConnect Claude Code (all projects)
claude mcp add --transport http --scope user seo-utils https://seoutils-mcp.imerlino.com/mcp --header "Authorization: Bearer <YOUR_TOKEN>"
Terminal · Claude CodePoint the CLI at the server
# .env
SEOUTILS_MCP_URL=https://seoutils-mcp.imerlino.com/mcp
SEOUTILS_MCP_TOKEN=<YOUR_TOKEN>