Skip to main content
Glama

X (Twitter) MCP server

by rafaljanicki

get_trends

Fetch trending topics on Twitter by category or count using the MCP server tool. Simplify trend analysis and stay updated with relevant social media data.

Instructions

Retrieves trending topics on Twitter

Input Schema

NameRequiredDescriptionDefault
categoryNo
countNo

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 50, "title": "Count" } }, "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/rafaljanicki/x-twitter-mcp-server'

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