X-MCP 2.0
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIENT_ID | Yes | Your Twitter OAuth 2.0 Client ID | |
| ACCESS_TOKEN | Yes | Your Twitter OAuth 2.0 Access Token (obtained from auth flow) | |
| CLIENT_SECRET | Yes | Your Twitter OAuth 2.0 Client Secret | |
| REFRESH_TOKEN | No | Your Twitter OAuth 2.0 Refresh Token (optional, enables auto-refresh) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| post_tweetB | Post a tweet to X/Twitter. Supports replies and quote tweets. |
| search_tweetsC | Search for tweets on X/Twitter using a query string. |
| get_tweetB | Get a specific tweet by its ID. |
| get_my_profileA | Get the authenticated user's X/Twitter profile. |
| get_userB | Get a user's X/Twitter profile by username. |
| get_timelineC | Get the authenticated user's home timeline. |
| like_tweetC | Like a tweet on X/Twitter. |
| retweetB | Retweet a tweet on X/Twitter. |
| reply_to_tweetC | Reply to a specific tweet on X/Twitter. |
| get_user_tweetsC | Get recent tweets from a specific user. |
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/JialiangFan/X-MCP-2.0'
If you have feedback or need assistance with the MCP directory API, please join our Discord server