Sherlock Domains

by fewsats

1 stars
168 downloads
Not rated
GitHub

About

Enables AI to search, purchase, and manage internet domains through Sherlock Domains API, handling authentication, ICANN requirements, and DNS configuration behind the scenes.

Details

Author
fewsats
Repository
Fewsats/sherlock-mcp
GitHub stars
1
Downloads
168
Categories
Other, Web Scraping, API, AI, Design, Developer Tools, Search, Knowledge Base, Security, Infrastructure

- Custom note:// URI scheme for accessing individual notes
- A summarize-notes prompt with optional style argument (brief/detailed)
- An add-note tool accepting name and content as required arguments
- Resources include name, description, and text/plain mimetype
- Server state updates and notifies clients of resource changes

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sherlock Domains
    Command (node, npx, python, etc.) uv
    Arguments
    • Argument 1 --directory
    • Argument 2 /Users/pengren/go/github.com/Fewsats/sherlock-mcp
    • Argument 3 run
    • Argument 4 sherlock-mcp

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by adding the server configuration to Claude Desktop’s claude_desktop_config.json. For development use uv with a local directory; for published use uvx to run the package directly from PyPI.

add-note

Adds a new note to the server. Takes 'name' and 'content' as required string arguments. Updates server state and notifies clients of resource changes.

summarize-notes

Creates summaries of all stored notes. Optional 'style' argument to control detail level (brief/detailed), generates prompt combining all current notes with style preference.

The server implements one tool:
- add-note: Adds a new note to the server
- Takes "name" and "content" as required string arguments
- Updates server state and notifies clients of resource changes

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sherlock domains": {
            "cwd": null,
            "env": {},
            "args": [
                "--directory",
                "/Users/pengren/go/github.com/Fewsats/sherlock-mcp",
                "run",
                "sherlock-mcp"
            ],
            "shell": false,
            "command": "uv"
        }
    }
}

Linux

{
    "cwd": null,
    "env": [],
    "args": [
        "sherlock-mcp"
    ],
    "shell": false,
    "command": "uvx"
}

Macos

{
    "cwd": null,
    "env": [],
    "args": [
        "--directory",
        "/Users/pengren/go/github.com/Fewsats/sherlock-mcp",
        "run",
        "sherlock-mcp"
    ],
    "shell": false,
    "command": "uv"
}

Windows

{
    "cwd": null,
    "env": [],
    "args": [
        "sherlock-mcp"
    ],
    "shell": false,
    "command": "uvx"
}

Shelock Domains MCP server to buy & manage domains

The server implements a simple note storage system with:

- Custom note:// URI scheme for accessing individual notes
- Each note resource has a name, description and text/plain mimetype

- summarize-notes: Creates summaries of all stored notes

- Optional "style" argument to control detail level (brief/detailed)
- Generates prompt combining all current notes with style preference

- add-note: Adds a new note to the server

- Takes "name" and "content" as required string arguments
- Updates server state and notifies clients of resource changes

[TODO: Add configuration details specific to your implementation]

On MacOS:~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:%APPDATA%/Claude/claude_desktop_config.json

To prepare the package for distribution:

This will create source and wheel distributions in thedist/directory.

Note: You'll need to set PyPI credentials via environment variables or command flags:

- Token:--tokenorUV_PUBLISH_TOKEN
- Or username/password:--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using theMCP Inspector.

You can launch the MCP Inspector vianpmwith this command:

npx @modelcontextprotocol/inspector uv --directory /Users/pengren/go/github.com/Fewsats/sherlock-mcp run sherlock-mcp

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Provides access to current fuel prices from OPET, a Turkish petroleum distribution company.

20+ pay-per-request APIs for AI agents — screenshots, web scraping, PDF, OCR, search, QR codes, translation & more. No API keys needed. Pay with USDC via x402. npm: @pylonapi/mcp

1GB Free Trial, World's Leading Proxy Service Platform, Efficient Data Collection

Scrape websites with Oxylabs Web API, supporting dynamic rendering and parsing for structured data extraction.

One API for Search, Crawling, and Sitemaps

Access Swedish real estate data from Booli.se through a GraphQL API.

A crawler compliance risk assessment system via a simple API.

An MCP server to interact with the genius.com API and collect song information, annotations, artist data, etc.

An MCP server for making HTTP requests, enabling LLMs to fetch and process web content.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.