Model Context Protocol server for Haloscan SEO API
Haloscanmcpserver mcp server connects HaloscanMCPServer to AI assistants that speak the Model Context Protocol. Model Context Protocol server for Haloscan SEO API.
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.
Once connected, the assistant can call these 14 tools directly:
get_user_credit — Retrieves the remaining credit for the user identified by the provided API keyget_keywords_overview — Retrieves an overview of a specific keyword, providing key performance indicators such as search volume, competition level, and trends over timeInputs — - keyword (string): Requested keywordget_keywords_match — Retrieves keyword data based on an exact match search, providing detailed insights into how the specific keyword performs in search enginesInput — - keyword (string): Requested keywordget_keywords_similar — Retrieves the list of keywords that are semantically or topically similar to a given keywordget_keywords_highlights — Retrieves the key performance highlights from a given keywordget_keywords_related — Retrieves the list of keywords that are contextually or topically related to a given keywordget_keywords_questions — Retrieves a list of question-based keywords related to a given keywordget_keywords_synonyms — Retrieves a list of synonyms related to a given keywordget_keywords_find — Retrieves comprehensive data for a given keyword or list of keywords, including search volume, competition, and trend analysisget_keywords_site_structure — Retrieves the site structure data for a given domain, including the keywords associated with the site's pages, hierarchical organization, and relevant metadataget_keywords_serp_compare — Retrieves a comparison of search engine results pages (SERP) for two or more keywords, providing insights into how they perform in search rankingsget_keywords_serp_availableDates — Retrieves the available dates for historical SERP data of a given keyword at a given periodSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply one environment variable: HALOSCAN_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Search and scraping servers exist to fix the single most common failure of any assistant: answering from stale training data instead of what is on the web today. HaloscanMCPServer sits in that group, and the shape of its toolset — get_user_credit, get_keywords_overview, Inputs among others — tells you what it is really for. Worth comparing against the other search web scraping servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| 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. |
| Inputs | - keyword (string): Requested keyword. |
| get_keywords_match | Retrieves keyword data based on an exact match search, providing detailed insights into how the specific keyword performs in search engines. |
| Input | - keyword (string): Requested keyword. |
| 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. |
| get_keywords_related | Retrieves the list of keywords that are contextually or topically related to a given keyword. |
| get_keywords_questions | Retrieves a list of question-based keywords related to a given keyword. |
| get_keywords_synonyms | Retrieves a list of synonyms related to a given keyword. |
| get_keywords_find | Retrieves comprehensive data for a given keyword or list of keywords, including search volume, competition, and trend analysis. |
| get_keywords_site_structure | Retrieves the site structure data for a given domain, including the keywords associated with the site's pages, hierarchical organization, and relevant metadata for SEO optimization. |
| get_keywords_serp_compare | Retrieves a comparison of search engine results pages (SERP) for two or more keywords, providing insights into how they perform in search rankings. |
| get_keywords_serp_availableDates | Retrieves the available dates for historical SERP data of a given keyword at a given period. |
| Variable | Description | Required |
|---|---|---|
| HALOSCAN_API_KEY | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.