{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "io.github.Rarefied-Earth/groundwork",
    "title": "Groundwork",
    "version": "1.5.1"
  },
  "description": "Read-only company-state MCP feed for operating SMBs: brand, voice rules, charter, current priorities, module catalog, and entitled skill how-tos. The public endpoint needs no account and answers in under a second. Tenant feed is bearer-gated after checkout.",
  "iconUrl": "https://rarefied.earth/groundwork-mark-512.png",
  "documentationUrl": "https://rarefied.earth/groundwork/install/",
  "websiteUrl": "https://rarefied.earth/groundwork/",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://connector.rarefied.earth/public/mcp"
  },
  "capabilities": {
    "tools": {}
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Public endpoint (no auth): call groundwork_public_proof, then groundwork_public_status, then demo_resume. Demo tools are synthetic and save no caller state. The authenticated tenant endpoint is https://connector.rarefied.earth/mcp (Authorization: Bearer token, issued at checkout); its first call is company_status. The connector is read-only, per-tenant, and makes zero model calls. Full agent brief: https://rarefied.earth/llms-full.txt and https://rarefied.earth/groundwork/for-agents.md",
  "tools": [
    { "name": "groundwork_public_status", "description": "Live public deployment status: connector version, catalog version, module counts." },
    { "name": "groundwork_trial_contract", "description": "Current tier and trial contract as plain facts." },
    { "name": "groundwork_public_proof", "description": "Measured client-zero proof: available context reduction, token estimate, precision status, timestamp." },
    { "name": "demo_resume", "description": "Synthetic continuity demo: resume from a canned checkpoint. Saves nothing." },
    { "name": "demo_checkpoint", "description": "Synthetic continuity demo: shape of a checkpoint write. Saves nothing." }
  ],
  "x_tenant_endpoint": {
    "transport": "streamable-http",
    "endpoint": "https://connector.rarefied.earth/mcp",
    "authentication": { "required": true, "schemes": ["bearer"] },
    "first_tool": "company_status"
  },
  "x_registry": "io.github.Rarefied-Earth/groundwork",
  "x_llms_txt": "https://rarefied.earth/llms.txt",
  "x_agent_json": "https://rarefied.earth/.well-known/agent.json"
}
