AI Title Generator
Advanced AI title generator that creates engaging, SEO-friendly, and attention-grabbing titles for articles, blogs, and content
API Documentation
Request Endpoint
POST /en/api/tools/title-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| content | textarea | Yes | Provide a brief summary or key points about your content to help generate relevant titles |
| contentType | select | Yes | Select the type of content you are creating |
| titleStyle | select | Yes | Choose the style for your titles |
| titleTone | select | Yes | Select the tone for your titles |
| targetAudience | select | Yes | Select your target audience |
| keywordFocus | text | No | Optional: Enter main keywords to include in titles for SEO purposes |
| language | select | Yes | Select the language for generated titles |
| numberOfTitles | number | Yes | How many title suggestions would you like? |
| includeSeo | checkbox | No | Include SEO optimization analysis and keyword suggestions |
| exportFormat | select | No | Choose the format for title suggestions |
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-title-generator": {
"name": "title-generator",
"description": "Advanced AI title generator that creates engaging, SEO-friendly, and attention-grabbing titles for articles, blogs, and content",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=title-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]