urldna/mcp
by Various
urlDNA MCP server
MCP
urldna/mcp
Added 1 June 2026
Overview
The urldna/mcp server implements a lightweight Model Context Protocol (MCP) server that exposes urlDNA enrichment data as structured tool calls for clients like Claude Desktop or Copilot. It accepts a URL and returns metadata such as category, risk score, and technology stack.
Best for
Best for
Developers building AI assistants or chatflows that need on-the-fly URL reputation checks
Use cases
- Enrich LLM responses with urlDNA risk and category data for a given URL
- Build automated URL reputation checks into AI agent workflows
- Hand off URL analysis from a chat interface to a structured MCP tool
How to use
Install
pip install uv Tools exposed
fast_checknew_scanget_scanlist_queriesget_querycreate_queryupdate_querydelete_queryquery_scanslist_brandsget_brandbrand_scanssearch_docs
Tested with
Claude Desktop, ChatGPT
Notes
The urldna/mcp server implements a lightweight Model Context Protocol (MCP) server that exposes urlDNA enrichment data as structured tool calls for clients like Claude Desktop or Copilot. It accepts a URL and returns metadata such as category, risk score, and technology stack.
7 stars on GitHub. Last updated 2026-05-10. Licensed Apache-2.0.
Use cases
- Enrich LLM responses with urlDNA risk and category data for a given URL
- Build automated URL reputation checks into AI agent workflows
- Hand off URL analysis from a chat interface to a structured MCP tool
Pros
- Lets LLMs call a real URL intelligence service without leaving the conversation
- Minimal setup (Python, single MCP server) for developers already using MCP clients
- Returns structured, actionable data (category, risk score, tech stack) in one request
Cons
- Requires an external urlDNA API key, adding a dependency and cost
- Only 7 GitHub stars suggests very limited community use or testing
- Limited to single-URL lookups; no batch or bulk enrichment support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lets LLMs call a real URL intelligence service without leaving the conversation
- Minimal setup (Python, single MCP server) for developers already using MCP clients
- Returns structured, actionable data (category, risk score, tech stack) in one request
Cons
- Requires an external urlDNA API key, adding a dependency and cost
- Only 7 GitHub stars suggests very limited community use or testing
- Limited to single-URL lookups; no batch or bulk enrichment support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.