MCP.so
登录

Twitter Username Changes MCP Server

@kukapay

关于 Twitter Username Changes MCP Server

An MCP server that tracks the historical changes of Twitter usernames.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

kukapay

配置

使用下面的配置,将此服务器添加到你的 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 (mcp and requests).
  • 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 服务器