Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server that exposes 108+ omega-cli OSINT tools for reconnaissance, web analysis, threat intelligence, and reporting, enabling AI assistants to perform comprehensive open-source intelligence tasks.

README.md

omega-mcp-server

MCP (Model Context Protocol) server that exposes 108+ omega-cli OSINT tools to AI assistants like GitHub Copilot, Claude, and VS Code extensions.

Quick Start

# Install
pip install omega-mcp-server

# Run (stdio for Copilot CLI)
omega-mcp

# Run (SSE for VS Code)
omega-mcp --transport sse --port 8080

Register with Copilot CLI

Add to ~/.copilot/mcp-config.json:

{
  "mcpServers": {
    "omega": {
      "command": "omega-mcp",
      "args": [],
      "env": {}
    }
  }
}

Register with VS Code

Add to .vscode/mcp.json:

{
  "servers": {
    "omega": {
      "command": "omega-mcp",
      "args": ["--transport", "sse", "--port", "8080"]
    }
  }
}

Available Tools (116 exposed)

Core Recon

  • omega_whois — WHOIS lookup
  • omega_dns — DNS enumeration
  • omega_subdomains — Subdomain discovery
  • omega_ipinfo — IP intelligence
  • omega_headers — Security headers
  • omega_ssl — SSL/TLS analysis
  • omega_ports — Port scanning
  • omega_crtsh — Certificate transparency
  • omega_tech — Technology fingerprinting
  • omega_dorks — Google dorks
  • omega_wayback — Wayback Machine
  • omega_asn — ASN recon
  • omega_reverseip — Reverse IP

Web Application

  • omega_cors — CORS check
  • omega_jscan — JS secret scan
  • omega_crawl — Web crawler
  • omega_spider — Deep spider
  • omega_spoofcheck — Email spoof check
  • omega_webcrawl — Smart crawler
  • omega_apiosint — API/Swagger discovery
  • omega_fuzzer — Web fuzzer

Cloud & Infrastructure

  • omega_cloud — Cloud asset discovery
  • omega_buckets — S3 bucket enum
  • omega_cloud2 — Extended cloud recon
  • omega_cloudrecon — Cloud footprint
  • omega_secrets — Secret scanner

Vulnerability & Threat

  • omega_cve — CVE lookup
  • omega_vuln — Vuln scan
  • omega_vuln2 — NVD + EPSS + KEV
  • omega_ioc — IOC extraction
  • omega_hunt — Threat hunting
  • omega_malware — Malware analysis
  • omega_threatintel — Threat intelligence
  • omega_threatfeed — Threat feeds

Identity & Social

  • omega_email — Email OSINT
  • omega_username — Username search
  • omega_social — Social OSINT
  • omega_breach — Breach check
  • omega_socmint — Social media OSINT
  • omega_identity — Identity correlation
  • omega_harvester — Email harvesting
  • omega_phoneosint — Phone OSINT

Forensics & Analysis

  • omega_docosint — Document metadata
  • omega_imgosint — Image forensics
  • omega_firmware — Firmware analysis
  • omega_exfil — Exfiltration detection
  • omega_cryptoosint — Blockchain tracing

AI & Reporting

  • omega_aisummary — AI-powered summary
  • omega_reportgen — Report generation
  • omega_briefing — Intel briefing
  • omega_executive — Executive summary
  • omega_riskcore — Risk scoring

AI Agents

  • omega_agent_run — Run specialist agent
  • omega_autopilot — Multi-agent workflow
  • omega_agents_list — List agents
  • omega_memory_search — Search findings

...and 50+ more modules (see omega --help for full list)

Resources

  • omega://targets — All scanned targets
  • omega://findings/{target} — Findings for a target
  • omega://stats — Memory statistics

Prompts

  • recon_workflow — Full OSINT recon playbook
  • bug_bounty_workflow — Bug bounty methodology
  • vuln_assessment — Vulnerability assessment

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Productivity servers.