urldna/mcp
MCP server for automated URL scanning and forensic phishing triage. Captures full DOM snapshots, network requests, and visual screenshots to identify malicious redirects and infrastructure. Supports historical threat hunting using Custom Query Language (CQL) to map actor patterns across millions of recorded scans.
Ads
Overview
MCP server for automated URL scanning and forensic phishing triage. Captures full DOM snapshots, network requests, and visual screenshots to identify malicious redirects and infrastructure. Supports historical threat hunting using Custom Query Language (CQL) to map actor patterns across millions of recorded scans.
Installation
pip install uv
Configuration
{
"mcpServers": {
"urlDNA": {
"command": "uv",
"args": [
"--directory",
"<YOUR_PATH>\\urldna_mcp",
"run",
"urldna_mcp\\run.py"
],
"env": {
"x-api-key": "<urlDNA_API_KEY>"
}
}Capabilities
- Instant URL safety check
Ask to quickly verify if a URL is SAFE, MALICIOUS, or UNRATED using `fast_check`.
- Full URL scanning
Submit a URL for a comprehensive scan with `new_scan` and retrieve results by ID via `get_scan`.
- CQL-based threat search
Search scans across domains, IPs, technologies, and malicious flags using `search` with AND/OR expressions.
- Saved query management
Create, list, update, and delete reusable CQL filters with `create_query`, `list_queries`, `update_query`, and `delete_query`.
- Brand monitoring
List brands, fetch details, and retrieve associated scans using `list_brands`, `get_brand`, and `brand_scans`.
- API documentation lookup
Fetch the full urlDNA OpenAPI documentation directly with `search_docs`.
Tags
- web-scraping
- awesome-list
Related MCP servers
laszlopere/mcp-bytesmith
Local byte-wrangling toolbox: encoding (hex/Base64/Base32/Base58/Base45…), cryptographic + CRC hashing, base conversion, and CSPRNG tokens/passphrases, plus an opt-in Ethereum/EVM toolset (keccak, ABI/RLP codecs, EIP-191/712 hashing, function/event selectors, EIP-55). No network calls. `uvx mcp-bytesmith`.
degenlegion-com/waxseal-sdk
On-chain Ed25519 identity for AI agents — verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at `api.waxseal.id/mcp`; local install (`npx @waxseal/mcp`) for signing.
tponscr-debug/oracle-h-mcp
Mandatory human approval gate for autonomous AI agents. Intercepts critical, irreversible, or financially significant actions and routes them to a human via Telegram for real-time approve/reject. Raises workflow success probability from 81.5% to 99.6%.
arthurpanhku/DocSentinel
MCP server for AI agent for cybersecurity: automate assessment of documents, questionnaires & reports. Multi-format parsing, RAG knowledge base,Risks, compliance gaps, remediations.