Twitter Username Changes MCP Server
An MCP server that tracks the historical changes of Twitter usernames—frequent screen name changes in crypto projects can be a red flag for potential scam risks.
Features
- Username Change History: Query the historical usernames of a Twitter user by their current screen name (e.g.,
@OSINT_Ukraineor@Mormonger). - Prompt Support: Includes a prompt template to guide users in formulating queries.
- Lightweight Design: Built with minimal dependencies (
mcpandrequests) for easy setup.
Installation
Prerequisites
- Python 3.10+
piporuvfor dependency management- Claude Desktop (optional, for MCP integration)
Setup
Clone the Repository:
git clone https://github.com/kukapay/twitter-username-changes-mcp.git cd twitter-username-changes-mcpInstall Dependencies:
pip install mcp[cli] requests
Usage
Running the Server
Start the server in development mode to test locally:
mcp dev main.pyThis launches the MCP Inspector, where you can:
- List available tools (
query_username_changes). - Test queries (e.g.,
screen_name: "OSINT_Ukraine"). - Debug prompts.






