← WordPress Docs MCP Server

WordPress Docs MCP Server 1.0.0

npm · wordpress-docs-claude-mcp · current release

4
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-22T08:11:37.233Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 4

ToolCategoryAnnotationsRisk
hello_wpWordPress-themed greeting tool for testing WordPress context
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name to greet with WordPress context"
    }
  },
  "required": [
    "name"
  ]
}
— · —
wp_function_lookupLook up detailed information about WordPress functions, hooks, or classes
Input schema
{
  "type": "object",
  "properties": {
    "function_name": {
      "type": "string",
      "description": "Exact name of the WordPress function, hook, or class to look up"
    }
  },
  "required": [
    "function_name"
  ]
}
— · —
wp_search_docsSearch WordPress.org developer documentation
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search term for WordPress documentation"
    },
    "type": {
      "type": "string",
      "enum": [
        "posts",
        "functions",
        "hooks",
        "classes"
      ],
      "description": "Type of content to search for"
    }
  },
  "required": [
    "query"
  ]
}
— · —
wp_vip_searchSearch WordPress VIP platform documentation
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search term for WordPress VIP documentation"
    },
    "section": {
      "type": "string",
      "enum": [
        "all",
        "getting-started",
        "infrastructure",
        "development",
        "content"
      ],
      "description": "VIP documentation section to focus search on"
    }
  },
  "required": [
    "query"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.