Haloscan MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HALOSCAN_API_KEY | Yes | Your Haloscan SEO API key, generated from the Haloscan Configuration API page. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_api_keyC | Définir la clé API. |
| get_user_creditA | Obtenir les informations de crédit de l'utilisateur. |
| get_keywords_overviewD | Obtenir un aperçu des mots-clés. |
| get_keywords_matchC | Obtenir la correspondance des mots-clés. |
| get_keywords_similarC | Obtenir des mots-clés similaires. |
| get_keywords_highlightsD | Obtenir les points forts des mots-clés. |
| get_keywords_relatedC | Obtenir les mots-clés associés. |
| get_keywords_questionsC | Obtenir les questions liées aux mots-clés. |
| get_keywords_synonymsC | Obtenir les synonymes des mots-clés. |
| get_keywords_findC | Trouver des mots-clés. |
| get_keywords_site_structureC | Obtenir la structure du site des mots-clés. |
| get_keywords_serp_compareD | Comparer les mots-clés dans les SERP. |
| get_keywords_serp_availableDatesB | Obtenir les dates disponibles des mots-clés dans les SERP. |
| get_keywords_serp_pageEvolutionC | Obtenir l'évolution des pages SERP des mots-clés. |
| get_keywords_bulkC | Obtenir des mots-clés en masse. |
| get_keywords_scrapD | Extraire les mots-clés. |
| get_domains_overviewD | Obtenir un aperçu des domaines. |
| get_domains_positionsC | Obtenir les positions des domaines. |
| get_domains_top_pagesC | Obtenir les pages principales des domaines. |
| get_domains_history_positionsC | Obtenir l’historique des positions des domaines. |
| get_domains_history_pagesC | Obtenir l’historique des pages des domaines. |
| get_page_best_keywordsC | Obtenir les meilleurs mots-clés de la page. |
| get_domains_keywordsC | Obtenir les mots-clés des domaines. |
| get_domains_bulkD | Obtenir des domaines en masse. |
| get_domains_competitorsC | Obtenir les concurrents des domaines. |
| get_domains_competitors_keywords_diffC | Obtenir la différence de mots-clés entre les domaines et leurs concurrents. |
| get_domains_competitors_best_pagesC | Obtenir les meilleures pages des concurrents des domaines. |
| get_domains_visibility_trendsC | Obtenir les tendances de visibilité des domaines. |
| get_domains_expiredC | Obtenir les domaines expirés. |
| get_domains_expired_revealC | Révéler les domaines expirés. |
| get_domains_gmb_backlinksC | Obtenir les backlinks des domaines GMB. |
| get_domains_gmb_backlinks_mapC | Obtenir la carte des backlinks des domaines GMB. |
| get_domains_gmb_backlinks_categoriesC | Obtenir les catégories des backlinks des domaines GMB. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| seo_audit | Generate an SEO audit for a website. |
| keyword_research | Conduct keyword research for a topic |
| content_optimization | Get content optimization suggestions |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 33 tools
Most tools have distinct purposes focused on specific data types like domains, keywords, or pages, with clear naming that reduces overlap. However, some tools like get_keywords_find and get_keywords_scrap might be slightly ambiguous in their exact scope, though descriptions help differentiate them.
All tools follow a consistent snake_case pattern with a clear get_ or set_ prefix followed by resource and action, such as get_domains_overview or set_api_key. This uniformity makes the tool set predictable and easy to navigate.
With 33 tools, the count is excessive for a typical MCP server, likely overwhelming for agents and indicating poor scoping. While the domain (SEO/domain analysis) is broad, many tools could be consolidated or omitted without losing functionality.
The tool set comprehensively covers the SEO and domain analysis domain, including operations for domains, keywords, pages, and user management. It provides full lifecycle coverage with get operations for various data points and a set_api_key for configuration, leaving no obvious gaps.