mcpbeat Sign in
I

OSINT Toolbox MCP Server

local only

OSINT Toolbox runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

Run Sherlock, Maigret, Holehe, GHunt, theHarvester, SpiderFoot and more OSINT tools locally

Installs / week
pypi · osint-toolbox-mcp
0
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 1 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add osint-toolbox-mcp -- uvx osint-toolbox-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "osint-toolbox-mcp": {
      "args": [
        "osint-toolbox-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.osint-toolbox-mcp]
command = "uvx"
args = ["osint-toolbox-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "osint-toolbox-mcp": {
      "args": [
        "osint-toolbox-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "osint-toolbox-mcp": {
      "args": [
        "osint-toolbox-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OSINT_SPIDERFOOT_DIR (Folder of a SpiderFoot checkout (the one with sf.py)), OSINT_BLACKBIRD_DIR (Folder of a Blackbird checkout (the one with blackbird.py)), OSINT_EXIFTOOL (Path to exiftool, if it is not on PATH). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OSINT Toolbox

same job, measured the same way
HasData
by hasdata

All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.

answering
Google News Scraper — Real Publisher URLs, MCP-Ready
by paulovitorti

Scrapes Google News and returns the real publisher URLs, not redirect links.

answering
Screaming Frog SEO Spider MCP Server (headless)
by bzsasson

Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.

886 installs/wk local only
Geo Tool Check
by shufflethis

Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.

44 installs/wk local only
Prerender Buddy
by kopachlager

Local MCP tools for crawler-readability and discovery-file diagnostics.

98 installs/wk local only
Zhihuo RotoSpider Layout
by zhihuo-mcp

Rotomolding mold-on-arm layout feasibility: which molds fit on a machine arm/spider, and how.

2 tools answering
upAPI
by devinosolutions

All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.

181 installs/wk answering
Webbersites X402 MCP
by webberdesign

45 pay-per-call AI agent tools + wallet-owned agent memory. Scraping, SEO, lint, crypto. x402 USDC

36 installs/wk local only

OSINT Toolbox — questions

Answers built from our own checks of this server.

Why is there no uptime for OSINT Toolbox?
OSINT Toolbox runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package osint-toolbox-mcp.
How do I connect OSINT Toolbox?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls osint-toolbox-mcp straight from pypi; nothing to host, nothing to sign up for.
Is OSINT Toolbox open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.