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:
- Install Dependencies:
Usage
Running the Server
Start the server in development mode to test locally:
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:
Replace
/absolute/path/to/
with the full path tomain.py
. - macOS:
- Install the Server:
- Query in Claude Desktop:
- Open Claude Desktop and look for the hammer icon (indicating MCP tools).
- Enter a query like:
- Expected output:
Example Queries
- Query
@Mormonger
:Tool input:screen_name: "Mormonger"
Output: - Query Invalid Handle:Tool input:
screen_name: "InvalidUser123"
Output:
License
This project is licensed under the MIT License. See LICENSE for details.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
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.
Related MCP Servers
- -securityAlicense-qualityMCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.Last updated -1963JavaScriptMIT License
- -securityAlicense-qualityA mcp server that provides real-time and historical Crypto Fear & Greed Index data.Last updated -21PythonMIT License
- -securityFlicense-qualityDamn Vulnerable MCP Server for Security Researchers.Last updated -Python
- TypeScriptMozilla Public License 2.0