Omega Server
FreeNot checkedMCP server that exposes 108+ omega-cli OSINT tools for reconnaissance, web analysis, threat intelligence, and reporting, enabling AI assistants to perform compr
About
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
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 lookupomega_dns— DNS enumerationomega_subdomains— Subdomain discoveryomega_ipinfo— IP intelligenceomega_headers— Security headersomega_ssl— SSL/TLS analysisomega_ports— Port scanningomega_crtsh— Certificate transparencyomega_tech— Technology fingerprintingomega_dorks— Google dorksomega_wayback— Wayback Machineomega_asn— ASN reconomega_reverseip— Reverse IP
Web Application
omega_cors— CORS checkomega_jscan— JS secret scanomega_crawl— Web crawleromega_spider— Deep spideromega_spoofcheck— Email spoof checkomega_webcrawl— Smart crawleromega_apiosint— API/Swagger discoveryomega_fuzzer— Web fuzzer
Cloud & Infrastructure
omega_cloud— Cloud asset discoveryomega_buckets— S3 bucket enumomega_cloud2— Extended cloud reconomega_cloudrecon— Cloud footprintomega_secrets— Secret scanner
Vulnerability & Threat
omega_cve— CVE lookupomega_vuln— Vuln scanomega_vuln2— NVD + EPSS + KEVomega_ioc— IOC extractionomega_hunt— Threat huntingomega_malware— Malware analysisomega_threatintel— Threat intelligenceomega_threatfeed— Threat feeds
Identity & Social
omega_email— Email OSINTomega_username— Username searchomega_social— Social OSINTomega_breach— Breach checkomega_socmint— Social media OSINTomega_identity— Identity correlationomega_harvester— Email harvestingomega_phoneosint— Phone OSINT
Forensics & Analysis
omega_docosint— Document metadataomega_imgosint— Image forensicsomega_firmware— Firmware analysisomega_exfil— Exfiltration detectionomega_cryptoosint— Blockchain tracing
AI & Reporting
omega_aisummary— AI-powered summaryomega_reportgen— Report generationomega_briefing— Intel briefingomega_executive— Executive summaryomega_riskcore— Risk scoring
AI Agents
omega_agent_run— Run specialist agentomega_autopilot— Multi-agent workflowomega_agents_list— List agentsomega_memory_search— Search findings
...and 50+ more modules (see omega --help for full list)
Resources
omega://targets— All scanned targetsomega://findings/{target}— Findings for a targetomega://stats— Memory statistics
Prompts
recon_workflow— Full OSINT recon playbookbug_bounty_workflow— Bug bounty methodologyvuln_assessment— Vulnerability assessment
License
MIT
Installing Omega Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Ekoelogan/omega-mcp-serverFAQ
Is Omega Server MCP free?
Yes, Omega Server MCP is free — one-click install via Unyly at no cost.
Does Omega Server need an API key?
No, Omega Server runs without API keys or environment variables.
Is Omega Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Omega Server in Claude Desktop, Claude Code or Cursor?
Open Omega Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Omega Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
