AI Long-tail Keyword Generator
Generate 100 high-performing long-tail keywords based on user input with detailed SEO metrics analysis and competition metrics
API Documentation
Request Endpoint
POST /en/api/tools/ai-long-tail-keyword-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| mainKeyword | text | Yes | Enter the core keyword you want to generate long-tail keywords around, and AI will generate 100 related long-tail keywords for you. |
| industry | text | No | Related industry fields, used to generate more precise long-tail keywords |
| targetAudience | text | No | Your target audience features, used to generate targeted long-tail keywords |
| keywordType | select | No | Main types of keywords, which affect the generation strategy |
| competitionLevel | select | No | Competition level of the target keyword |
| includeMetrics | checkbox | No | Include detailed SEO metrics analysis |
| language | select | No | Output language of keywords and analysis results |
Response Format
data: {"chunk": "data: processed content 1", "type": "stream"}
data: {"chunk": "data: processed content 2", "type": "stream"}
data: {"type": "done"}
Stream:
Stream
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-ai-long-tail-keyword-generator": {
"name": "ai-long-tail-keyword-generator",
"description": "Generate 100 high-performing long-tail keywords based on user input with detailed SEO metrics analysis and competition metrics",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=ai-long-tail-keyword-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]