{
  "canonicalSource": "https://www.spaceoffice.ai/mcp-actions.json",
  "version": "2026-09-10",
  "publisher": "Space Office",
  "summary": "Public action catalog for agentic discovery. Space Office currently exposes human-facing website actions, not unauthenticated machine actions.",
  "actions": [
    {
      "id": "view_pricing",
      "label": "View pricing",
      "href": "https://www.spaceoffice.ai/pricing",
      "method": "GET",
      "audience": "human",
      "description": "Open the pricing page and calculator for the published subscription and compute model.",
      "dataMcpAction": "view_pricing"
    },
    {
      "id": "browse_agents",
      "label": "Browse AI specialists",
      "href": "https://www.spaceoffice.ai/agents",
      "method": "GET",
      "audience": "human",
      "description": "Open the roster of live AI specialists coordinated by Hydrogen.",
      "dataMcpAction": "browse_agents"
    },
    {
      "id": "build_team",
      "label": "Build a team",
      "href": "https://www.spaceoffice.ai/pricing",
      "method": "GET",
      "audience": "human",
      "description": "Start choosing the Space Office plan, included specialists, and team size.",
      "dataMcpAction": "build_team"
    },
    {
      "id": "contact_sales",
      "label": "Contact sales",
      "href": "https://www.spaceoffice.ai/contact",
      "method": "GET",
      "audience": "human",
      "description": "Open the contact page for sales, support, or security questions.",
      "dataMcpAction": "contact_sales"
    },
    {
      "id": "read_plan_catalog",
      "label": "Read plan catalog",
      "href": "https://www.spaceoffice.ai/.well-known/plans.json",
      "method": "GET",
      "audience": "agent",
      "description": "Fetch canonical public pricing and plan facts as JSON.",
      "dataMcpAction": "read_plan_catalog"
    }
  ],
  "noPublicMutationApi": "There is no keyless public API for account creation, checkout, workspace changes, or form submission. Agents should send users to the listed pages unless authenticated app capabilities are explicitly provided elsewhere."
}