1.0.0npm · wordpress-docs-claude-mcp · current release
Observed 2026-08-22T08:11:37.233Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
hello_wpWordPress-themed greeting tool for testing WordPress contextInput 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 classesInput 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 documentationInput 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 documentationInput 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"
]
} | — | — · — | — |