Skip to main content
Glama
sjinks

wpscan-mcp

by sjinks

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WPSCAN_API_TOKENYesYour WPScan API token

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
wpscan_plugin_lookupB

Lookup a WordPress plugin in the WPScan API (by slug; optionally include a version).

wpscan_theme_lookupB

Lookup a WordPress theme in the WPScan API (by slug; optionally include a version).

wpscan_core_lookupB

Lookup WordPress core vulnerabilities in the WPScan API (optionally filter by version).

wpscan_lookup_vulnA

Lookup a vulnerability by its WPScan ID (e.g., WPVDB-ID-12345).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct resource: core WordPress vulnerabilities, specific vulnerability by ID, plugin vulnerabilities, and theme vulnerabilities. There is no overlap, and agents can easily distinguish which tool to use.

Naming Consistency4/5

All tools share the 'wpscan_' prefix, but the naming patterns vary slightly: three use object_lookup (core, plugin, theme) while one uses lookup_vuln. This is a minor inconsistency but still readable and understandable.

Tool Count5/5

With only 4 tools, the server is well-scoped for querying WordPress vulnerabilities. Each tool covers a key area (core, plugins, themes, individual vulnerabilities), and the count is appropriate for the domain without unnecessary bloat.

Completeness4/5

The tools cover the main vulnerability lookup operations for WordPress. However, a search or list-all tool is missing, which could limit agents needing to browse vulnerabilities without a specific ID or slug. This is a minor gap.

Maintenance

ActivityActive
ResponsivenessNo issues