Skip to main content
Glama

MCP Server - Twitter NoAuth

twitter_refresh_token

Renew Twitter API access tokens using a refresh token and client credentials to maintain uninterrupted API access, avoiding authentication errors during extended sessions.

Instructions

Refresh the access token using the refresh token and client credentials

Input Schema

NameRequiredDescriptionDefault
twitter_access_tokenNoTwitter OAuth2 access token (optional if expired)
twitter_client_idYesTwitter OAuth2 client ID for token refresh
twitter_client_secretNoTwitter OAuth2 client secret (required only for confidential clients)
twitter_refresh_tokenYesTwitter OAuth2 refresh token

Input Schema (JSON Schema)

{ "properties": { "twitter_access_token": { "description": "Twitter OAuth2 access token (optional if expired)", "type": "string" }, "twitter_client_id": { "description": "Twitter OAuth2 client ID for token refresh", "type": "string" }, "twitter_client_secret": { "description": "Twitter OAuth2 client secret (required only for confidential clients)", "type": "string" }, "twitter_refresh_token": { "description": "Twitter OAuth2 refresh token", "type": "string" } }, "required": [ "twitter_refresh_token", "twitter_client_id" ], "type": "object" }

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/baryhuang/mcp-twitter-noauth'

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