What is the Phishunt MCP server?
Public phishing feed: suspicious/confirmed phishing URLs detected hourly. No auth, CC0.
How to install Phishunt
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"phishunt": {
"url": "https://mcp.phishunt.io/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"phishunt": {
"serverUrl": "https://mcp.phishunt.io/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"phishunt": {
"type": "http",
"url": "https://mcp.phishunt.io/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"phishunt": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.phishunt.io/"
]
}
}
}Claude Code
claude mcp add --transport http phishunt https://mcp.phishunt.io/Related MCP servers
TweetFeed
Active
IOCs (URLs, domains, IPs, hashes) shared by the infosec community on X/Twitter. No auth, CC0.
0
View repository →TypeScript
MIT