Site Passport for Claude Desktop
org.sitepassport/check-wordpress-agent-readiness
Live-checks whether a WordPress site is ready to be safely operated by AI agents.
client:Claude Desktop
transport:streamable-http
tools:1
Install Site Passport in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"check-wordpress-agent-readiness": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sitepassport.org/.well-known/mcp.json"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs