Sites/roots.io

roots.io

Roots provides advanced WordPress development tools with modern development workflows, Composer, Laravel components, and automated deployment.

developer-toolswordpress-developmentweb-developmentcontent-managementphp-development
47
Visibility / 100
Needs Work
197/197
Pages analyzed
5/15
Questions answered
Live
For AI agents

Content gaps

10 gaps

Also covered by roots.io

integrationpricingtechnicaltechnicaltechnical

MCP Server

AI agents can query this site directly via MCP. Add this endpoint to Claude Code, Cursor, or any MCP client.

Endpoint

https://mcp.lattis.dev/s/roots-io/mcp

Claude Code

claude mcp add roots --transport http https://mcp.lattis.dev/s/roots-io/mcp

Cursor

{
  "mcpServers": {
    "roots": {
      "url": "https://mcp.lattis.dev/s/roots-io/mcp"
    }
  }
}

WebMCP — runtime + discovery

1. Widget script — drop in <head>. WebMCP-capable browsers (Chrome 146+ Origin Trial) call navigator.modelContext.provideContext() via this script — that's the W3C draft and the actual integration agents care about.

<script async src="https://lattis.dev/widget.js"></script>

Renders a small "AI-indexed by Lattis" badge bottom-right. Hide with [data-lattis] { display: none !important; }.

2. Discovery manifest — host alongside the script. The WebMCP spec defines no discovery mechanism, so crawlers can't see the runtime registration. This static JSON closes the gap.

Download webmcp.json

Host at roots.io/.well-known/webmcp.json.