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-qualityA Model Context Protocol (MCP) server for dnstwist, a powerful DNS fuzzing tool that helps detect typosquatting, phishing, and corporate espionage.Last updated -26431JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables Claude to interact with Twitter, allowing for posting tweets and searching Twitter content.Last updated -2741246TypeScriptMIT License
- AsecurityAlicenseAqualityA lightweight MCP server that tells you exactly who you are.Last updated -11PythonMIT License
- -securityAlicense-qualityA headless MCP server that provides Twitter API access without requiring local credential setup, enabling core Twitter operations like searching tweets, getting user tweets, posting tweets, and replying to tweets.Last updated -PythonMIT License