wordpress.com
WordPress.com is Automattic’s managed WordPress hosting platform for building and running websites, blogs, and ecommerce sites. It provides hosted WordPress infrastructure, site management features, and developer tooling on top of the open source WordPress software.
WordPress.com exposes a REST API, a cataloged MCP server endpoint, and WP-CLI support for eligible sites; published docs clearly describe OAuth 2.0 app auth for the REST API, while MCP and CLI auth details were not confirmable from the scraped pages.
- WordPress.com MCP serverdetected
- WordPress.com REST APIdiscovered
- WP-CLI for WordPress.comdiscovered
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://wordpress.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing