Twitter Username Changes MCP Server
@kukapay
Twitter Username Changes MCP Server について
An MCP server that tracks the historical changes of Twitter usernames.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"twitter-username-changes": {
"command": "python",
"args": [
"/absolute/path/to/twitter-username-changes-mcp/main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Twitter Username Changes MCP Server?
An MCP server that tracks the historical changes of Twitter usernames. It allows users to query past screen names of any Twitter user by their current handle, helping identify frequent name changes that may indicate scam risks in crypto projects.
How to use Twitter Username Changes MCP Server?
Install dependencies with pip install mcp[cli] requests. Run mcp dev main.py to test locally via the MCP Inspector, or integrate with Claude Desktop by editing the JSON config file and running mcp install main.py --name "TwitterUsernameChanges". Then query using the query_username_changes tool with a screen_name argument (e.g., "OSINT_Ukraine").
Key features of Twitter Username Changes MCP Server
- Query username change history by current screen name.
- Includes a prompt template to assist query formulation.
- Lightweight with minimal dependencies (
mcpandrequests). - Returns user ID, past usernames, and active date ranges.
Use cases of Twitter Username Changes MCP Server
- Investigate frequent Twitter username changes in crypto projects for scam red flags.
- Research a user’s account history before engaging or transacting.
- Verify if a known username has been reused across different identities.
- Audit social media accounts during due diligence or OSINT investigations.
FAQ from Twitter Username Changes MCP Server
What are the runtime dependencies?
Python 3.10+ and the mcp[cli] and requests Python packages.
Does this server require authentication or API keys?
No. The README does not mention any authentication tokens or API keys for the underlying data service.
What transport protocol does the server use?
It uses the MCP protocol over stdio, as configured via the command and args in the Claude Desktop JSON config.
Where does the historical username data come from?
The README does not specify the data source; it only describes the query tool and its output format.
What happens if I query a handle with no change history?
The tool returns: "No username change history found for <screen_name>".
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
コメント