Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

get_long_tail_keywords

Generate long-tail keywords from a seed keyword to enhance SEO strategies. Specify search intent and keyword count to refine results.

Instructions

Generate long-tail keywords for a given keyword

Input Schema

NameRequiredDescriptionDefault
countNoThe number of long-tail keywords to generate (1-500). Default: 10
keywordYesThe seed keyword to generate long-tail keywords from
search_intentNoThe search intent (informational, commercial, transactional, navigational). Default: informationalinformational

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "The number of long-tail keywords to generate (1-500). Default: 10", "maximum": 500, "minimum": 1, "type": "integer" }, "keyword": { "description": "The seed keyword to generate long-tail keywords from", "type": "string" }, "search_intent": { "default": "informational", "description": "The search intent (informational, commercial, transactional, navigational). Default: informational", "type": "string" } }, "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/fetchSERP/fetchserp-mcp-server-node'

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