Free & open source

WordPress plugins for the agent-web

Two plugins, GPL-licensed, no signup. Install straight from your WordPress admin and your site starts speaking the languages AI agents actually read — Schema.org JSON-LD, /llms.txt, robots.txt directives, and the Model Context Protocol.

grow.contact Auto-Fix

v1.0.0 · grow-auto-fix

Injects approved Schema.org JSON-LD, serves a virtual /llms.txt, and patches robots.txt with AI crawler directives — pulled every 6 hours from your grow.contact dashboard.

  • FAQ / Product / Organization JSON-LD auto-injected into <head>
  • Virtual /llms.txt served at your site root
  • robots.txt patched with GPTBot, ClaudeBot, PerplexityBot, Google-Extended rules
  • 6-hour refresh + manual refresh button
Download grow-auto-fix.zip

grow.contact MCP Server

v1.0.0 · grow-mcp

Turns your WordPress site into a Model Context Protocol (MCP) server. ChatGPT, Claude, Perplexity, Cursor, and custom agents can query posts, pages, FAQs, WooCommerce products, and submit leads via JSON-RPC.

  • 6 core tools: search_posts, get_post, list_pages, list_faqs, site_info, submit_lead
  • WooCommerce support: list_products when active
  • Bearer token auth for writes; optional anonymous read
  • Discovery at /.well-known/mcp.json
Download grow-mcp.zip

Install in 60 seconds

  1. Download the zip above.
  2. In WordPress admin, go to Plugins → Add New → Upload Plugin.
  3. Choose the zip, click Install Now, then Activate.
  4. For grow-auto-fix: open Settings → grow.contact and paste your install token (get one free by scanning your site at /check). Works without a token too — it just won't pull remote fixes.
  5. For grow-mcp: open Settings → grow.contact MCP, generate a bearer token, and point any MCP client at /wp-json/grow-mcp/v1/mcp.

License & source

Both plugins are released under GPL-2.0-or-later, the same license as WordPress itself. Full source for each plugin lives at wp-plugin/grow-auto-fix/ and wp-plugin/grow-mcp/in the grow.contact repository — fork it, audit it, ship your own build.