Skip to main content
Glama

Haloscan MCP Server

by chouayb123

get_keywords_match

Analyze and filter keyword matches based on volume, CPC, competition, and other metrics to identify relevant search terms for SEO strategies.

Instructions

Obtenir la correspondance des mots-clés.

Input Schema

NameRequiredDescriptionDefault
allintitle_maxNo
allintitle_minNo
competition_maxNo
competition_minNo
cpc_maxNo
cpc_minNo
exact_matchNo
excludeNo
includeNo
keywordYesSeed keyword
kgr_maxNo
kgr_minNo
kvi_keep_naNo
kvi_maxNo
kvi_minNo
lineCountNoMax number of returned results.
orderNoWhether the results are sorted in ascending or descending order.
order_byNoField used for sorting results. Default sorts by descending volume.
volume_maxNo
volume_minNo
word_count_maxNo
word_count_minNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "allintitle_max": { "type": "number" }, "allintitle_min": { "type": "number" }, "competition_max": { "type": "number" }, "competition_min": { "type": "number" }, "cpc_max": { "type": "number" }, "cpc_min": { "type": "number" }, "exact_match": { "type": "boolean" }, "exclude": { "type": "string" }, "include": { "type": "string" }, "keyword": { "description": "Seed keyword", "type": "string" }, "kgr_max": { "type": "number" }, "kgr_min": { "type": "number" }, "kvi_keep_na": { "type": "boolean" }, "kvi_max": { "type": "number" }, "kvi_min": { "type": "number" }, "lineCount": { "description": "Max number of returned results.", "type": "number" }, "order": { "description": "Whether the results are sorted in ascending or descending order.", "type": "string" }, "order_by": { "description": "Field used for sorting results. Default sorts by descending volume.", "type": "string" }, "volume_max": { "type": "number" }, "volume_min": { "type": "number" }, "word_count_max": { "type": "number" }, "word_count_min": { "type": "number" } }, "required": [ "keyword" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chouayb123/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server