twitter-search
ActiveTool of Superpowers.social
declared in 0.0.1
Search X/Twitter for tweets matching a query. Returns token-optimized results with engagement metrics.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"count": {
"type": "number",
"default": 10,
"description": "Number of results to return (default 10)"
},
"query": {
"type": "string",
"description": "Search query string"
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response"
},
"text_only": {
"type": "boolean",
"default": false,
"description": "If true, return only id and text per tweet to save tokens."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Superpowers.social
https://github.com/pkobielak/social-superpowers-mcp
1/7 registries