{
  "authentication": {
    "description": "The public discovery surface is read-only. Protected runtime APIs authenticate through the mbr CLI browser session or agent tokens documented in /docs/cli.",
    "docs_url": "https://movebigrocks.com/docs/cli",
    "type": "none"
  },
  "capabilities": {
    "prompts": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false
    },
    "tools": {
      "listChanged": false
    }
  },
  "description": "Read-only public discovery surface for Move Big Rocks. Open the public site in a WebMCP-capable browser to access the same machine-readable bootstrap, Markdown, API catalog, and agent-skills resources exposed by the static site.",
  "metadata": {
    "agent_skills": "https://movebigrocks.com/.well-known/agent-skills/index.json",
    "api_catalog": "https://movebigrocks.com/.well-known/api-catalog",
    "canonical_agent": "https://movebigrocks.com/agents",
    "generated_at": "2026-05-13T19:08:15Z",
    "git_commit": "5f129edfc0e457cf05e38e20211acdff9c29a167",
    "homepage": "https://movebigrocks.com/"
  },
  "resources": [
    {
      "description": "Canonical public bootstrap document for agents and technical evaluators.",
      "mimeType": "application/json",
      "name": "Move Big Rocks public bootstrap",
      "uri": "https://movebigrocks.com/.well-known/mbr-agent.json"
    },
    {
      "description": "Full public-site Markdown handoff.",
      "mimeType": "text/markdown",
      "name": "Move Big Rocks site Markdown",
      "uri": "https://movebigrocks.com/site.md"
    },
    {
      "description": "Public API and service-doc discovery linkset.",
      "mimeType": "application/linkset+json",
      "name": "Move Big Rocks API catalog",
      "uri": "https://movebigrocks.com/.well-known/api-catalog"
    },
    {
      "description": "Public index of off-site agent skills for extension operation.",
      "mimeType": "application/json",
      "name": "Move Big Rocks agent skills index",
      "uri": "https://movebigrocks.com/.well-known/agent-skills/index.json"
    }
  ],
  "serverInfo": {
    "name": "Move Big Rocks Public WebMCP",
    "version": "v0.8.1"
  },
  "tools": [
    {
      "description": "Return the canonical public Move Big Rocks evaluation route and discovery URLs for the current page.",
      "inputSchema": {
        "additionalProperties": false,
        "properties": {},
        "type": "object"
      },
      "name": "mbr_get_public_context"
    },
    {
      "description": "Fetch same-origin public Markdown for a page. Omit path to fetch the current page's canonical Markdown.",
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "path": {
            "description": "Same-origin page path or Markdown path, for example /agents, /docs/cli, or /site.md.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "name": "mbr_fetch_markdown"
    },
    {
      "description": "Fetch the public Move Big Rocks agent bootstrap JSON.",
      "inputSchema": {
        "additionalProperties": false,
        "properties": {},
        "type": "object"
      },
      "name": "mbr_fetch_bootstrap"
    },
    {
      "description": "Fetch the public Move Big Rocks API catalog linkset.",
      "inputSchema": {
        "additionalProperties": false,
        "properties": {},
        "type": "object"
      },
      "name": "mbr_fetch_api_catalog"
    },
    {
      "description": "Fetch the public Move Big Rocks agent skills index.",
      "inputSchema": {
        "additionalProperties": false,
        "properties": {},
        "type": "object"
      },
      "name": "mbr_fetch_agent_skills_index"
    }
  ],
  "transport": {
    "description": "Browser WebMCP transport. The public site registers tools on page load using navigator.modelContext.",
    "endpoint": "https://movebigrocks.com/",
    "type": "webmcp"
  }
}
