osint-mcp
Real-time OSINT intelligence platform for global security monitoring.
This repository is for discovery only.
What is osint-mcp?
osint-mcp provides real-time access to global security events and threat intelligence through an always-on MCP server. No setup, no API keys, no configuration files - just connect and start querying the latest security intelligence.
Why osint-mcp?
- ๐ Real-time global coverage - Monitor security events as they happen worldwide
- ๐ Powerful search - Query across millions of OSINT data points instantly
- ๐ Zero setup - Remote HTTP MCP server means no local installation required
- ๐ Always available - Hosted infrastructure, no maintenance on your end
Connecting to osint-mcp
For Claude Code
Run this command in your terminal:
claude mcp add --transport http osint-mcp https://mcp.osintmcp.com
For Cursor
Add this to your .cursor/mcp.json
(project-specific) or ~/.cursor/mcp.json
(global):
{
"mcpServers": {
"osint-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.osintmcp.com"
]
}
}
}
For other MCP clients
Connect to: https://mcp.osintmcp.com
Learn More
Visit https://osintmcp.com for detailed documentation and examples.
License
MIT