badchars/OSINT MCP Server
37 OSINT tools for CI/CD — DNS, WHOIS, Shodan, VirusTotal, Censys, crt.sh, BGP, Wayback & more
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tool | Tool name to run (e.g., dns_lookup, osint_domain_recon, shodan_host). Run `npx osint-mcp-server --list` for all tools. | yes | — |
| args | JSON arguments for the tool (e.g., {"domain": "example.com"}) | no | {} |
| format | Output format: json (default) or text | no | json |
| node-version | Node.js version to use | no | 20 |
Outputs
| name | description |
|---|---|
| result | Tool execution result (JSON or text) |