MisarMisar Docs
MisarMailMisarBlogMisarReachMisarPostMisarDevMisarCoderMisarSEOMisar PlatformMisar SSO
MCP Server

Tools

The full tool catalogue for both MisarSEO MCP servers — 18 hosted tools and 16 stdio tools.

MisarSEO ships two MCP servers with separate tool catalogues. Check which server you connected to before writing prompts against these names — see MCP Server for setup.

Hosted server — 18 tools

Served at https://seo.misar.io/mcp over streamable HTTP. Tool names are bare verbs, no prefix.

ToolPurposeCharges credits
whoamiIdentify the authenticated caller and organization. Useful as a connection check.No
list_projectsList projects. Call this first — nearly every other tool needs a projectId.No
list_saved_keywordsRead a project's saved keyword set.No
research_keywordsFetch live metrics and expansions for a keyword list.Yes
save_keywordsPersist keywords to a project's saved set.No
get_domain_overviewAuthority, traffic, and visibility metrics for a domain.Yes
get_domain_keyword_suggestionsKeyword ideas derived from a domain.Yes
get_backlinks_overviewLink-profile metrics for a domain or page.Yes
get_serp_resultsRaw search results for a query.Yes
get_rank_trackerRead a rank-tracking configuration.No
get_ranked_keywordsKeywords a domain currently ranks for.Yes
find_serp_competitorsDomains competing across a keyword set.Yes
search_local_businessesBusinesses within a radius of a point.Yes
get_local_serp_resultsLocation-scoped search results.Yes
get_google_business_questionsGoogle Business Q&A for a local term.Yes
get_keyword_metricsVolume, CPC, and difficulty for specific keywords.Yes
get_search_console_performanceSearch Console performance rows.No
inspect_urlsSearch Console URL inspection, up to 50 URLs.No

Local stdio server — 16 tools

Provided by @misar/seo-mcp. Tool names carry a seo_ prefix.

ToolPurposeCharges credits
seo_list_projectsList projects. Call this first to obtain a projectId.No
seo_keyword_researchExpand seeds into keyword ideas with volume, difficulty, and CPC.Yes
seo_saved_keywords_listRead a project's saved keyword set.No
seo_saved_keywords_savePersist keywords to the saved set.No
seo_crawl_siteStart a site audit crawl.Yes
seo_get_crawl_resultsFetch crawl and audit results.No
seo_rank_checkRun or read a rank check.Yes
seo_rank_tracker_createCreate a rank-tracking configuration.No
seo_rank_keywords_addAdd keywords to a tracking configuration.No
seo_rank_keywords_removeRemove tracked keywords from a configuration.No
seo_domain_overviewAggregate metrics for a domain.Yes
seo_backlinksLink-profile metrics for a domain or page.Yes
seo_competitorsCompetitor discovery across a keyword set.Yes
seo_ai_radarAI brand-radar scan. Enqueued asynchronously.Yes
seo_prompt_explorerRun a prompt against AI models and compare answers.Yes
seo_gsc_dataQuery Search Console performance.No

What each catalogue covers

CapabilityHostedstdio
Projectslist_projectsseo_list_projects
Site audit / crawlseo_crawl_site, seo_get_crawl_results
Keyword researchresearch_keywords, get_keyword_metrics, get_domain_keyword_suggestionsseo_keyword_research
Saved keywordslist_saved_keywords, save_keywordsseo_saved_keywords_list, seo_saved_keywords_save
Rank trackingget_rank_tracker, get_ranked_keywordsseo_rank_check, seo_rank_tracker_create, seo_rank_keywords_add, seo_rank_keywords_remove
Domain metricsget_domain_overviewseo_domain_overview
Backlinksget_backlinks_overviewseo_backlinks
Competitorsfind_serp_competitorsseo_competitors
SERPget_serp_results, get_local_serp_results
Localsearch_local_businesses, get_google_business_questions
AI searchseo_ai_radar, seo_prompt_explorer
Search Consoleget_search_console_performance, inspect_urlsseo_gsc_data
Identitywhoami

Neither catalogue is a superset of the other

Crawls and AI-search tools exist only on the stdio server. Raw SERP, local search, and URL inspection exist only on the hosted server. If your workflow needs both halves, use the REST API or the SDK instead of MCP.

Errors reaching your assistant

MCP clients relay tool errors verbatim to the user, so the API's error contract is what they will read. The codes most likely to surface:

CodeWhat the user should do
UNAUTHENTICATEDSet a valid mseo_ key and reconnect the server.
NOT_FOUNDThe projectId is wrong or belongs to another organization — re-list projects.
SEO_DATA_UNAVAILABLEThe metric has no honest source in this deployment's data mode. Not a bug.
PLAN_LIMIT_REACHEDA plan quota is exhausted. Waiting will not clear it.
RATE_LIMITEDToo many calls in the window. Retry after the stated delay.

See Errors for the full table.