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_Ukraine
or@Mormonger
). - Prompt Support: Includes a prompt template to guide users in formulating queries.
- Lightweight Design: Built with minimal dependencies (
mcp
andrequests
) for easy setup.
Installation
Prerequisites
- Python 3.10+
pip
oruv
for dependency management- Claude Desktop (optional, for MCP integration)
Setup
- Clone the Repository:Copy
- Install Dependencies:Copy
Usage
Running the Server
Start the server in development mode to test locally:
Copy
This launches the MCP Inspector, where you can:
- List available tools (
query_username_changes
). - Test queries (e.g.,
screen_name: "OSINT_Ukraine"
). - Debug prompts.
Integrating with Claude Desktop
- Configure MCP Server:
Edit the Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add the server:
CopyReplace
/absolute/path/to/
with the full path tomain.py
. - macOS:
- Install the Server:Copy
- Query in Claude Desktop:
- Open Claude Desktop and look for the hammer icon (indicating MCP tools).
- Enter a query like:Copy
- Expected output:Copy
Example Queries
- Query
@Mormonger
:Tool input:screen_name: "Mormonger"
Output:Copy - Query Invalid Handle:Tool input:
screen_name: "InvalidUser123"
Output:Copy
License
This project is licensed under the MIT License. See LICENSE for details.
This server cannot be installed
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.