Skip to main content
Glama
Cyreslab-AI

PhishTank MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PHISHTANK_API_KEYNoOptional API key for higher rate limits and database downloads
PHISHTANK_USER_AGENTNoCustom User-Agent string (recommended format: phishtank/username)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_urlB

Check if a URL is in PhishTank's phishing database

check_multiple_urlsB

Check multiple URLs for phishing with intelligent rate limiting

get_recent_phishC

Get recent verified phishing URLs from PhishTank database

search_phish_by_targetB

Search phishing URLs by target company/brand

get_phish_detailsB

Get detailed information about a specific phish by ID

get_phish_statsB

Get statistics about phishing trends and top targets

search_phish_by_dateB

Search phishing URLs by submission date range

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: single URL check, bulk check, details by ID, statistics, recent listings, and searches by date or target. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., check_url, get_phish_details, search_phish_by_date), making them predictable and easy to understand.

Tool Count5/5

With 7 tools, the surface is well-scoped for a phishing database server, covering all common query needs without unnecessary bloat.

Completeness5/5

The tool set provides complete coverage for querying phishing data: single and batch checks, detailed info, stats, recent entries, and searching by date or target. No obvious gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues