Skip to main content
Glama

X Tools for Claude MCP

by 0xGval

searchTwitter

Search Twitter with natural language queries to find relevant tweets, filtered by latest or top results, with customizable limits for precise output.

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes
sectionNolatest

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "exclusiveMinimum": 0, "type": "integer" }, "query": { "minLength": 1, "type": "string" }, "section": { "default": "latest", "enum": [ "latest", "top" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from X Tools for Claude MCP

Related Tools

    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/0xGval/twitter-X-mcp-server'

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