OSINT MCP
Rank #58,352io.github.rjn32s/osint-mcp
26 free OSINT tools as MCP tools for AI agents. Auto-installs everything on first run.
OSINT MCP is a Model Context Protocol (MCP) server published by rjn32s. It ranks #58,352 of 115,591 servers tracked on MCP Toplist. OSINT MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 27, 2026 and most recently updated on Jun 27, 2026.
Ranks ahead of 57,239 of 115,591 servers on MCP Toplist.
Use OSINT MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add osint-mcp -e "SHODAN_KEY=<your SHODAN_KEY>" -e "VIRUSTOTAL_KEY=<your VIRUSTOTAL_KEY>" -e "IPINFO_KEY=<your IPINFO_KEY>" -e "HIBP_KEY=<your HIBP_KEY>" -e "URLSCAN_KEY=<your URLSCAN_KEY>" -- uvx osint-mcpReplace each placeholder with your own value before saving.
[mcp_servers.osint-mcp]
command = "uvx"
args = ["osint-mcp"]
[mcp_servers.osint-mcp.env]
SHODAN_KEY = "<your SHODAN_KEY>"
VIRUSTOTAL_KEY = "<your VIRUSTOTAL_KEY>"
IPINFO_KEY = "<your IPINFO_KEY>"
HIBP_KEY = "<your HIBP_KEY>"
URLSCAN_KEY = "<your URLSCAN_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osint-mcp": {
"command": "uvx",
"args": [
"osint-mcp"
],
"env": {
"SHODAN_KEY": "<your SHODAN_KEY>",
"VIRUSTOTAL_KEY": "<your VIRUSTOTAL_KEY>",
"IPINFO_KEY": "<your IPINFO_KEY>",
"HIBP_KEY": "<your HIBP_KEY>",
"URLSCAN_KEY": "<your URLSCAN_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osint-mcp": {
"command": "uvx",
"args": [
"osint-mcp"
],
"env": {
"SHODAN_KEY": "<your SHODAN_KEY>",
"VIRUSTOTAL_KEY": "<your VIRUSTOTAL_KEY>",
"IPINFO_KEY": "<your IPINFO_KEY>",
"HIBP_KEY": "<your HIBP_KEY>",
"URLSCAN_KEY": "<your URLSCAN_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"osint-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"osint-mcp"
],
"env": {
"SHODAN_KEY": "<your SHODAN_KEY>",
"VIRUSTOTAL_KEY": "<your VIRUSTOTAL_KEY>",
"IPINFO_KEY": "<your IPINFO_KEY>",
"HIBP_KEY": "<your HIBP_KEY>",
"URLSCAN_KEY": "<your URLSCAN_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osint-mcp": {
"command": "uvx",
"args": [
"osint-mcp"
],
"env": {
"SHODAN_KEY": "<your SHODAN_KEY>",
"VIRUSTOTAL_KEY": "<your VIRUSTOTAL_KEY>",
"IPINFO_KEY": "<your IPINFO_KEY>",
"HIBP_KEY": "<your HIBP_KEY>",
"URLSCAN_KEY": "<your URLSCAN_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osint-mcp": {
"command": "uvx",
"args": [
"osint-mcp"
],
"env": {
"SHODAN_KEY": "<your SHODAN_KEY>",
"VIRUSTOTAL_KEY": "<your VIRUSTOTAL_KEY>",
"IPINFO_KEY": "<your IPINFO_KEY>",
"HIBP_KEY": "<your HIBP_KEY>",
"URLSCAN_KEY": "<your URLSCAN_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rjn32s%2Fosint-mcp)<a href="https://mcptoplist.com/server/io.github.rjn32s%2Fosint-mcp"><img src="https://mcptoplist.com/badge/io.github.rjn32s%2Fosint-mcp.svg" alt="MCP Toplist: #58,352 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
rjn32s
Other servers by rjn32s
View all rjn32s servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 27, 2026 |
Frequently asked questions
- Who maintains OSINT MCP?
- OSINT MCP is maintained by rjn32s, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is OSINT MCP listed on the Official MCP Registry?
- Yes — OSINT MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does OSINT MCP have?
- MCP Toplist tracks 1 version of OSINT MCP, most recently published on Jun 27, 2026.
- Where can I find the source code for OSINT MCP?
- The source code for OSINT MCP is hosted at github.com/rjn32s/osint-mcp.