wp_discover_endpoints
Re-discovers all available REST API endpoints on a WordPress site.
How to use it
wp_discover_endpoints is exposed by the Wp Standalone MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the wp_discover_endpoints tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Wp Standalone MCP
$
npx github:diazoxide/wp-standalone-mcp startOther tools in Wp Standalone MCP (9)
exclude
Specified tools are hidden (blacklist)
include
Only specified tools are exposed (whitelist)
myblog_delete_v2_posts_id
Delete a specific post
myblog_get_v2_media
List media files
myblog_get_v2_posts
List all posts
myblog_get_v2_posts_id
Get a specific post by ID
myblog_get_v2_users
List users
myblog_post_v2_posts
Create a new post
myblog_put_v2_posts_id
Update a specific post