Sherlock MCP
A FastMCP-based tool for searching usernames across multiple social media platforms using Sherlock. This tool provides both standard and NSFW platform search capabilities.
Features
- Search for usernames across multiple social media platforms
- Support for both standard and NSFW platform searches
- Simple API interface for integration with other applications
- Built with FastMCP for efficient request handling
Prerequisites
- Python 3.7+
- FastMCP
- Sherlock
Installation
Clone the repository:
git clone https://github.com/yourusername/sherlock_mcp.git cd sherlock_mcpInstall the required dependencies:
pip install -r requirements.txt
Usage
Running the Server
Start the MCP server:
python main.py
Making Requests
Use the included server.py as an example of how to interact with the service:
import asyncio
from fastmcp import Client
client = Client("main.py")
async def call_tool(name):
async with client:
# For standard search
result = await client.call_tool("get_links", {"username": name})
print("Standard results:", result)
# For NSFW search
nsfw_result = await client.call_tool("get_nsfw_links", {"username": name})
print("NSFW results:", nsfw_result)
name = input("Enter username: ")
asyncio.run(call_tool(name))
Available Endpoints
get_links(username: str): Search for a username across standard social media platformsget_nsfw_links(username: str): Search for a username including NSFW platforms
Response Format
Both endpoints return a JSON string containing an array of objects with the following structure:
[
{
"site": "Platform Name",
"url": "https://platform.com/username"
},
...
]
License
This project is licensed under the MIT License - see the LICENSE file for details.
Sherlock MCP Server
Project Details
- qKitNp/sherlock_mcp
- Last Updated: 6/14/2025
Recomended MCP Servers
kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。
mcp server for cloudflare flux schnell worker api.
👨🔧 人間をMCPサーバーとして利用する👩🔧
mcp-collection
https://github.com/microsoft/mcsmcp
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+...
Use Model Context Protocol with multiple Fireproof JSON document databases
demo
MCP Server with Cloudflare Workers





