twitter_hashtag_list
ActiveTool of Social Fetch
declared in 0.19.0
Search X posts by hashtag (not free-text keyword — use twitter.search.list for that).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"hashtag"
],
"properties": {
"limit": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional page size. Maximum supported value is 20."
},
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque pagination cursor returned by a previous response."
},
"hashtag": {
"type": "string",
"maxLength": 256,
"minLength": 1,
"description": "Hashtag to search for."
},
"section": {
"enum": [
"top",
"latest",
"people",
"photos",
"videos"
],
"type": "string",
"description": "Optional section filter for the hashtag feed. Omit to use the default `top` section."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries