twitterapi.mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TWITTERAPI_IO_CT0 | No | ct0 cookie from the same session (required for write actions) | |
| TWITTERAPI_IO_KEY | No | twitterapi.io API key (required for all tools) | |
| TWITTERAPI_IO_PROXY | No | Residential proxy, http://user:pass@ip:port (required for write actions) | |
| TWITTERAPI_IO_AUTH_TOKEN | No | auth_token cookie from a logged-in X session (required for write actions) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user_mentionsA | Fetch tweets mentioning a specific X/Twitter user. Makes a single request per call. The caller handles pagination by passing |
| get_tweet_thread_contextA | Fetch one page of the conversation thread around a tweet (to find links in context). Returns the original tweet, intermediate replies up the chain, the tweet itself, and its direct replies; each tweet includes |
| create_tweetA | Create or reply to a tweet via the v2 endpoint. Uses |
| delete_tweetA | Delete a tweet by ID (must be owned by the logged-in account). Uses |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/pedrot95dev/twitterapi.mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server