← Back to Skills Marketplace
snuri00

osint-mcp

by Samir · GitHub ↗ · v2.4.2 · MIT-0
cross-platform ✓ Security Clean
16
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install osint-mcp
Description
Run OSINT investigations from chat — email, username, domain, IP, phone, photo geolocation, plus news, social, and link-graph intelligence — using the osint-...
README (SKILL.md)

osint-mcp

This skill drives the osint-mcp tool suite for open-source intelligence (OSINT). The tools are provided by the osint-mcp MCP server; register it once (see Setup), then follow this playbook to decide which tool to call.

Setup (one-time)

The tools come from the osint-mcp MCP server. Install and register it with OpenClaw:

pip install "git+https://github.com/snuri00/osint-mcp"
openclaw mcp add osint-mcp --command osint-mcp-server

Most tools are keyless and work immediately. Optional API keys (Shodan, VirusTotal, HaveIBeenPwned, Picarta, ...) unlock premium sources — set them in the MCP server's env. See the project README and examples/openclaw.json.

When to use which tool

Entity / person:

  • Email — search_email, then search_breach or search_xposed (breaches), search_gravatar (profile)
  • Username — search_username, search_paste, search_github
  • Domain — search_whois, search_dns, search_domain, search_crt
  • IP address — search_ip, search_ipgeo, search_abuseipdb, search_shodan
  • Phone — search_phone
  • Any target — generate_dorks for ready-made search queries

Event / news (journalist-style):

  • A topic or "what's happening" — search_news (source-tier + propaganda flags) and search_events (global coverage volume and tone)
  • A country or region — monitor_country for a one-call situational brief
  • Natural disasters — search_disasters; humanitarian situation — search_reliefweb

Social / community:

  • "What are people saying about X" — search_social (Reddit, Hacker News, Polymarket, GitHub; engagement-ranked)

Photo geolocation:

  • A photo path or URL — geolocate_image (EXIF GPS is exact; GeoCLIP/Picarta are estimates with a confidence indicator)

Visualize:

  • After linking several identifiers — build_graph for an entity link graph

Rules

  • Prefer keyless tools first; use keyed tools only when their key is configured.
  • Corroborate findings across independent sources; clearly flag estimates (especially image geolocation) and low-confidence results.
  • If the user restricts scope (e.g. "only on X" / "only the news"), call only the matching tool(s).
  • Authorized, lawful, ethical use only: security research, CTF, journalism, and auditing your own footprint.
Usage Guidance
Install only if you trust the third-party osint-mcp GitHub project and are comfortable giving an agent access to OSINT tools. Use it only for authorized investigations, avoid unnecessary personal-data lookups, and add API keys only for services you intend to use.
Capability Assessment
Purpose & Capability
The stated purpose is OSINT research, and the listed capabilities match that purpose: email, username, domain, IP, phone, news, social search, image geolocation, and link graphs.
Instruction Scope
The runtime rules include user-scope limits, corroboration guidance, low-confidence labeling, and authorized/lawful-use constraints.
Install Mechanism
Installation is disclosed but pulls third-party code directly from GitHub with pip and registers an MCP server; users should treat the external package as the real executable surface.
Credentials
Network lookups, breach checks, image geolocation, and optional API-key-backed sources are expected for OSINT, but they can involve sensitive personal data.
Persistence & Privilege
The setup persistently adds an OpenClaw MCP server and may store optional API keys in the MCP environment; this is disclosed and purpose-aligned.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install osint-mcp
  3. After installation, invoke the skill by name or use /osint-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.4.2
Fix: declare feedparser as a core dependency — clean installs no longer crash the MCP server on startup (verified via an OpenClaw + Docker integration test). 31 tools.
v2.4.1
Initial release: 29 OSINT tools (entity, event/news, social, photo geolocation, link graph) via the osint-mcp MCP server.
Metadata
Slug osint-mcp
Version 2.4.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is osint-mcp?

Run OSINT investigations from chat — email, username, domain, IP, phone, photo geolocation, plus news, social, and link-graph intelligence — using the osint-... It is an AI Agent Skill for Claude Code / OpenClaw, with 16 downloads so far.

How do I install osint-mcp?

Run "/install osint-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is osint-mcp free?

Yes, osint-mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does osint-mcp support?

osint-mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created osint-mcp?

It is built and maintained by Samir (@snuri00); the current version is v2.4.2.

💬 Comments