Hashtag & Mention Extractor
Extract hashtags (#Topic) and user mentions (@Username) from social media text like Twitter, Instagram, etc.
API Documentation
Request Endpoint
POST /en/api/tools/hashtag-mention-extractor
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | - |
| extractHashtags | checkbox | No | Extract hashtags (#Topic) from the text |
| extractMentions | checkbox | No | Extract user mentions (@Username) from the text |
| uniqueOnly | checkbox | No | Remove duplicate hashtags and mentions from the results |
| sortBy | select | No | Choose how to sort the extracted hashtags and mentions |
Response Format
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON Data:
JSON Data
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-hashtag-mention-extractor": {
"name": "hashtag-mention-extractor",
"description": "Extract hashtags (#Topic) and user mentions (@Username) from social media text like Twitter, Instagram, etc.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=hashtag-mention-extractor",
"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]