HaloscanMCPServer
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"
}
}
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.