openseo

Queries OpenSEO MCP tools for measured keyword, SERP, backlink, and rank tracking data.

31|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/MoizIbnYousaf/marketing-cli --skill openseo-moizibnyousaf
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openseo
Source: https://github.com/MoizIbnYousaf/marketing-cli/tree/main/skills/openseo
Command: npx skills add https://github.com/MoizIbnYousaf/marketing-cli --skill openseo-moizibnyousaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? SEO decisions often rely on guessed metrics because agents lack access to measured data. This Skill connects to OpenSEO's MCP-over-HTTP endpoint to supply real keyword volume, difficulty, SERP results, backlinks, local rankings, Search Console, and GA4 evidence, and falls back to qualitative research with metrics marked unknown when OpenSEO is not configured. ## Core Features & Use Cases - Measured SEO Evidence: Retrieves keyword metrics, ranked keywords, SERP competitors, backlink profiles, local rank grids, and site audits through OpenSEO's v0.1.6 MCP tool map. - Readiness and Auth Handling: Distinguishes hosted OAuth, headless API-key, and self-hosted modes via mktg seo status, never writing keys into the repository. - Cost and Mutation Controls: Separates free reads from credit-consuming research and shared-state mutations, requiring estimates and explicit approval for rank tracker spend. - Use Case: Before writing a keyword plan, run the Skill to check readiness, read the project context to avoid duplicate spend, pull keyword difficulty and volume for target terms, and sync results into brand/keyword-plan.md. ## Quick Start Check my OpenSEO connection status and pull measured keyword difficulty and search volume for the terms in my keyword plan.

Frequently Asked Questions about openseo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get keyword difficulty and search volume data with OpenSEO?▼

Run mktg seo status to confirm readiness, then use OpenSEO's research_keywords or get_keyword_metrics MCP tools. Results feed into brand/keyword-plan.md, and you should read get_project_context first to avoid rebuying existing research.

What authentication does OpenSEO MCP support?▼

OpenSEO supports interactive OAuth for MCP clients, a headless OPENSEO_API_KEY bearer or x-api-key header, and self-hosted endpoints via OPENSEO_MCP_URL. The hosted default is https://app.openseo.so/mcp, and keys must never be written into the repository.

What happens if OpenSEO is not configured?▼

The Skill continues with qualitative web research through Exa, crawling, or manual evidence. Numeric metrics like keyword difficulty, volume, CPC, authority, and rank are explicitly labeled unknown rather than invented.

Does OpenSEO charge for every MCP tool call?▼

No. Reads like whoami, project context, GSC, and GA4 are free, while research, SERP, backlinks, local SEO, audits, and rank runs may consume credits. Rank tracking requires estimate_rank_tracker_cost and explicit approval of a credit ceiling before running.

Can OpenSEO measure AI search or answer engine visibility?▼

No. OpenSEO v0.1.6 registers no AI Visibility MCP tools despite having an AI Visibility UI. Use the ai-seo skill for direct answer-engine observations and OpenSEO only for supporting SERP, index, and analytics evidence.