pyX-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X_API_KEY | Yes | Your X (Twitter) API key | |
| X_API_SECRET | Yes | Your X (Twitter) API secret | |
| X_ACCESS_TOKEN | Yes | Your X (Twitter) access token | |
| X_BEARER_TOKEN | No | Your X (Twitter) bearer token (optional for v2 API) | |
| X_ACCESS_TOKEN_SECRET | Yes | Your X (Twitter) access token secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_postB | Post a new post with optional media, reply, or quote |
| delete_postB | Delete a post by ID |
| create_threadB | Create a multi-post thread from long text |
| repost_postC | Repost a post by ID |
| undo_repostB | Undo an existing repost by ID |
| get_postA | Retrieve a specific post by ID |
| search_recent_postsC | Search for recent posts (past 7 days) |
| upload_imageA | Upload an image file (max 5MB, JPEG/PNG/WebP/GIF). Please provide an absolute file path. |
| upload_videoB | Upload a video file (max 512MB, MP4 with H.264/AAC). Please provide an absolute file path. |
| get_auth_statusA | Get authentication status and rate limit information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/hellocybernetics/pyX-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server