Loading...
pip install mcp[cli]{
"mcpServers": {
"twitter-username-changes": {
"command": "python",
"args": [
"/absolute/path/to/twitter-username-changes-mcp/main.py"
]
}
}
}query_username_changesRetrieves the historical username changes for a given Twitter screen name.
Read-only operation; retrieves publicly available data.
This MCP server is generally safe for querying Twitter username history. The primary risk lies in the accuracy of the data retrieved from Twitter and potential rate limiting. It's risky if the data is used without verification for critical decision-making.