Misar Docs
MisarMailMisar.BlogMisarReachMisarPostMisar.DevMisar PlatformMisar IdentityMisar Posts API

MCP Server

The @misar/seo-mcp server and its tools for AI agents.

@misar/seo-mcp exposes MisarSEO research and management actions to MCP clients (Claude Desktop, IDEs, agents) over stdio. It reads MISARSEO_API_KEY and optional MISARSEO_API_URL (default https://api.misar.io/seo) from the environment and calls the same api.misar.io/seo/* surface documented here.

Configuration

{
  "mcpServers": {
    "misarseo": {
      "command": "npx",
      "args": ["@misar/seo-mcp"],
      "env": { "MISARSEO_API_KEY": "your_key" }
    }
  }
}

Tools

ToolPurposeCharges credits
seo_list_projectsList projects; call first to obtain a projectId.No
seo_keyword_researchExpand seeds into keyword ideas with volume/difficulty/CPC.Yes
seo_crawlStart a site audit crawl.Yes
seo_crawl_resultsFetch crawl/audit results.No
seo_rank_checkRun / read a rank check.Yes
seo_rank_tracker_createCreate a rank-tracker config (domain + schedule).No
seo_ai_radarAI brand-radar scan (enqueued async).Yes
seo_gscQuery Google Search Console performance.No

Entry point

Every tool that needs a projectId expects one from seo_list_projects. Agents should call it before any project-scoped action.