Allows GPT-4.1 to interact with the urlDNA threat intelligence platform, providing tools for URL scanning, retrieving scan results, searching for malicious content, and performing fast phishing checks
urlDNA MCP Server
The urlDNA MCP Server
enables native tool use for security-focused LLM agents like OpenAI GPT-4.1 and Claude 3 Desktop, providing a direct interface to interact with the urlDNA threat intelligence platform via API.
Hosted MCP Server
The urlDNA MCP
server is already hosted and available at:
This server is accessible over Server-Sent Events (SSE) protocol, which supports streaming interactions between LLMs and the backend tools.
You can use it directly with any platform or LLM supporting the mcp
specification (e.g., Claude Desktop, OpenAI GPT-4.1).
Supported Actions
The following tools are exposed by the MCP interface:
Tool | Description |
---|---|
new_scan | Submit a new scan for a given URL |
get_scan | Retrieve a scan by ID |
search | Search scans using text, domain, or filters |
fast_check | Lightweight phishing detection via content + redirect analysis |
Integration with Claude Desktop (Anthropic MCP)
To integrate the urlDNA MCP server
in Claude Desktop, update your Claude configuration (typically claude.config.json
or equivalent) like so:
Replace
<YOUR_PATH>
with the actual path torun.py
, and<urlDNA_API_KEY>
with your API key from https://urldna.io.
Once configured, you can prompt Claude with natural language requests like:
"Search in urlDNA for malicious scans with title like paypal"
Claude will automatically call the correct tool and return results from the urlDNA
platform.
Using the MCP Server with OpenAI GPT-4.1 (Python SDK)
Requirements
- Python 3.9+
Install dependencies:
Contact & Support
For support or API access, visit https://urldna.io or email urldna@urldna.io.
This server cannot be installed
Enables security-focused LLM agents like GPT-4.1 and Claude 3 to interact with the urlDNA threat intelligence platform, providing tools for URL scanning, threat detection, and malicious content analysis.
Related MCP Servers
- -securityAlicense-qualityEnables integration with DuckDuckGo search capabilities for LLMs, supporting comprehensive web search, regional filtering, result types, and safe browsing with caching and customizable search parameters.Last updated -262TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables Claude and other LLMs to make HTTP requests with realistic browser fingerprinting, bypassing common anti-bot measures and interacting with websites more naturally.Last updated -3PythonMIT License
- AsecurityFlicenseAqualityA server that accepts image URLs and analyzes their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.Last updated -11JavaScript
- -securityAlicense-qualityEnhances LLM applications with deep autonomous web research capabilities, delivering higher quality information than standard search tools by exploring and validating numerous trusted sources.Last updated -179PythonMIT License