phishunt-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@phishunt-mcpcheck if suspicious-login.com is in the phishing feed"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
phishunt-mcp
Model Context Protocol (MCP) server for phishunt.io.
Exposes the public phishing-domains feed as MCP tools so AI agents can look up suspicious domains, list phishings by targeted brand, and sync detection deltas.
Endpoint:
https://mcp.phishunt.io/(HTTP JSON-RPC 2.0, POST)Protocol version: 2025-11-25
Auth: none (data is CC0)
License (data): CC0-1.0 · License (code): MIT
Tools
Name | Purpose |
| Is this domain/URL substring in the active phishunt feed? |
| List active phishings targeting a brand (e.g. |
| Delta sync: detections since an ISO date. |
| Curated brand metadata (display name, category, AI characterisation, active count). |
| Factual metadata for an abused TLS intermediate CA (operator, root, key type, siblings). |
| Free-text search across active phishing URLs/domains/IPs (min 3 chars). |
| Passive phishing-signal analysis of any URL/domain (URL-shape heuristics, stored score/verdict if known, historical detections). Unknown suspicious domains are auto-queued for full analysis. |
| Find infrastructure/content overlap for a known indicator (shared IP, cert, nameservers, favicon, etc.); surfaces the possible campaign / suspected cluster it belongs to. |
| List possible campaigns / suspected clusters (shared-infrastructure groupings), optionally filtered by brand or active-only. |
| Full detail for one possible campaign / suspected cluster: evidence breakdown, every member indicator, export links. |
Related MCP server: scanmalware-mcp
Use with Claude Desktop / Claude.ai / other MCP clients
Add to your MCP client config:
{
"mcpServers": {
"phishunt": {
"url": "https://mcp.phishunt.io/"
}
}
}Quick test
curl -sX POST https://mcp.phishunt.io/ \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}' | jq .Develop
npm install
npm run dev # wrangler dev on http://localhost:8787
MCP_URL=http://localhost:8787 npm testDeploy
npm run deploy # wrangler deploy
MCP_URL=https://mcp.phishunt.io npm testThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceA security-first MCP server and paired agent skill for the PhishFort Unified Client API, enabling PhishFort incident review, reporting, attachments, comments, and webhook management with approval-gated writes and safe defaults.Last updated23MIT

scanmalware-mcpofficial
Flicense-qualityDmaintenanceWraps the ScanMalware.com API to enable phishing triage, malware scanning, and certificate inspection through natural language, allowing users to submit scans, retrieve results, and analyze threats via MCP tools.Last updated- Flicense-qualityDmaintenanceProvides threat intelligence tools like IoC lookups, event backtracking, and IP enrichment via MCP, enabling automated triage and evidence queries.Last updated1
- Alicense-qualityBmaintenanceProvides MCP tools for IP threat intelligence lookup and enrichment, including single IP lookup, bulk hunting, ASN expansion, and feed status queries.Last updatedMIT
Related MCP Connectors
PhishTank MCP — wraps PhishTank API (checkurl.phishtank.com)
URLhaus MCP — wraps abuse.ch URLhaus malware URL database (free, no auth)
AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xDanielLopez/phishunt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server