omega-mcp-server
Allows GitHub Copilot to execute over 116 OSINT tools for reconnaissance, security analysis, and threat intelligence directly from the editor.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@omega-mcp-serverperform whois lookup on example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 8080Related MCP server: OSINT MCP Server
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceMCP server to perform various OSINT tasks by leveraging common network reconnaissance tools.Last updated45
- AlicenseDqualityDmaintenanceA comprehensive MCP server providing tools for IP, domain, email, and image-based open-source intelligence. It integrates services like Shodan, VirusTotal, and HaveIBeenPwned to facilitate advanced security research and data gathering.Last updated5645ISC
- Alicense-qualityAmaintenanceAn MCP server that exposes a 60+ tool security and threat-intel stack to AI agents, enabling secret scanning, Sigma rule generation, ransomware lookup, OSINT, and deep research.Last updated1MIT
- Alicense-qualityDmaintenanceA comprehensive MCP server that exposes multiple OSINT tools to AI assistants like Claude, enabling sophisticated reconnaissance and information gathering tasks using industry-standard OSINT tools.Last updated227MIT
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ekoelogan/omega-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server