HaloscanMCPServer

HaloscanMCPServer

3.5

A Model Context Protocol (MCP) server for interacting with the Haloscan SEO API. This server allows easy integration with Claude for Desktop, N8N, and other MCP-compatible clients.

The Haloscan MCP Server is designed to facilitate seamless interaction with the Haloscan SEO API, providing a robust platform for managing and optimizing search engine performance. It offers a comprehensive suite of tools for keyword exploration, site analysis, and competitor comparison, making it an invaluable resource for SEO professionals. The server supports integration with various workflow automation tools, such as N8N, and is compatible with Claude for Desktop, enhancing its utility across different platforms. With features like keyword data retrieval, site structure analysis, and competitor insights, the Haloscan MCP Server empowers users to make data-driven decisions to improve their online visibility and search engine rankings.

Features

  • Exposes Haloscan SEO API functionality through MCP tools
  • Provides prompts for common SEO tasks
  • Easy integration with workflow automation tools like N8N

MCP Tools

  • get_user_credit: Retrieves the remaining credit for the user identified by the provided API key.
  • get_keywords_overview: Retrieves an overview of a specific keyword, providing key performance indicators such as search volume, competition level, and trends over time.
  • get_keywords_match: Retrieves keyword data based on an exact match search, providing detailed insights into how the specific keyword performs in search engines.
  • get_keywords_similar: Retrieves the list of keywords that are semantically or topically similar to a given keyword.
  • get_keywords_highlights: Retrieves the key performance highlights from a given keyword.

Usage with Different Platforms

Claude Desktop

bash
{
  "mcpServers": 
    "haloscan": 
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/haloscan-server",
        "start"  
      ],
      "env": {
        "HALOSCAN_API_KEY": "haloscan_api_key"
      }
    }
  }
}