← Back to Plugins
MCP Server MCP

OSINT MCP

github By github 👁 1 views ▲ 0 votes

26 free OSINT tools as MCP tools for AI agents. Auto-installs everything on first run.

Homepage Verified source GitHub

Install

uvx osint-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "osint-mcp",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional: Shodan API key for host/port lookups. Free tier at https://account.shodan.io",
          "isSecret": true,
          "name": "SHODAN_KEY"
        },
        {
          "description": "Optional: VirusTotal API key for URL/IP/hash scanning. Free at https://virustotal.com",
          "isSecret": true,
          "name": "VIRUSTOTAL_KEY"
        },
        {
          "description": "Optional: ipinfo.io API key for IP geolocation. 50k req/month free.",
          "isSecret": true,
          "name": "IPINFO_KEY"
        },
        {
          "description": "Optional: HaveIBeenPwned API key for email breach lookups.",
          "isSecret": true,
          "name": "HIBP_KEY"
        },
        {
          "description": "Optional: urlscan.io API key for URL scanning.",
          "isSecret": true,
          "name": "URLSCAN_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...