OSINT MCP for Cursor
io.github.rjn32s/osint-mcp
26 free OSINT tools as MCP tools for AI agents. Auto-installs everything on first run.
client:Cursor
transport:stdio
runtime:pypi
Install OSINT MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"osint-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"osint-mcp"
],
"env": {
"SHODAN_KEY": "<SHODAN_KEY>",
"VIRUSTOTAL_KEY": "<VIRUSTOTAL_KEY>",
"IPINFO_KEY": "<IPINFO_KEY>",
"HIBP_KEY": "<HIBP_KEY>",
"URLSCAN_KEY": "<URLSCAN_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs