LIVE ENDPOINT
https://wpnuxt.com/mcp
Connect to this endpoint to inspect the live schema for wp-list-content-types and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wpnuxt]
url = "https://wpnuxt.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wpnuxt": {
"type": "http",
"url": "https://wpnuxt.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wpnuxt
Remote MCP URL: https://wpnuxt.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wpnuxt": {
"url": "https://wpnuxt.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wpnuxt": {
"type": "http",
"url": "https://wpnuxt.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wpnuxt",
"transport": "streamable-http",
"url": "https://wpnuxt.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get-page— Retrieves the full content and details of a specific documentation page.list-pages— Lists all available documentation pages with their categories and basic information.wp-connect— Connect to a WordPress site for this session.wp-detect-plugins— Detect WordPress plugins that extend GraphQL by analyzing the schema.wp-fetch-pages— Fetch pages from WordPress.wp-fetch-posts— Fetch posts from WordPress.wp-get-site-settings— Fetch WordPress general settings including site title, description, URL, language, timezone, and reading settings.wp-list-blocks— Detect and analyze Gutenberg blocks in use across the WordPress site.