loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-wordpress

MCP Tool

99rig/mcp-wordpress

WordPress plugin that exposes /.well-known/mcp-server so AI agents can discover your site via mcp://. Implements draft-serra-mcp-discovery-uri.

Install

$ npx loaditout add 99rig/mcp-wordpress

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-wordpress"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-wordpress

MCP Discovery — WordPress Plugin v0.3.0

Exposes /.well-known/mcp-server on any WordPress site so AI agents can discover it via mcp://. Implements draft-serra-mcp-discovery-uri-03.

---

What it does

Once installed, your site exposes:

GET https://yoursite.com/.well-known/mcp-server

Which returns:

{
  "mcp_version": "2025-06-18",
  "name": "My Shop MCP Server",
  "endpoint": "https://yoursite.com/wp-json/mcp/v1",
  "transport": "http",
  "auth": { "type": "none" },
  "capabilities": ["tools", "resources"],
  "categories": ["e-commerce"],
  "languages": ["it"],
  "last_updated": "2026-03-25T00:00:00Z",
  "expires": "2026-09-25T00:00:00Z",
  "crawl": true
}

AI agents resolve mcp://yoursite.com and connect directly.

---

Installation
  1. Download the mcp-discovery/ folder
  2. Upload to /wp-content/plugins/
  3. Activate in WordPress admin
  4. Go to Settings → MCP Discovery
  5. Verify at https://yoursite.com/.well-known/mcp-server

Or wait for approval on wordpress.org and install directly from Plugins → Add New → Search "MCP Discovery".

---

Settings

| Field | Default | Description | |---|---|---| | Server Name | Site name | Human-readable name | | Description | Site tagline | Natural language description | | MCP Endpoint URL | REST API base | URL of your MCP endpoint | | Authentication | None | none / apikey / oauth2 | | Categories | auto | Comma-separated (WooCommerce auto-detected) | | Contact Email | Admin email | Contact for the server | | Manifest Expiry | 90 days | How long before manifest is stale | | Allow Crawling | Yes | Opt-out of public indexing |

---

Security (v0.3.0)
  • Endpoint domain validation — endpoint MUST be on same domain or

subdomain. Invalid endpoints fall back to default REST API URL.

  • Expires field — manifest declares its own expiry date.

---

WooCommerce

Auto-detected. Adds `e-commerc

Tags

ai-agentsdiscoverymcpmodel-context-protocolwell-knownwoocommercewordpresswordpress-plugin

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated19 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/99rig/mcp-wordpress)](https://loaditout.ai/skills/99rig/mcp-wordpress)