← WebMCP Directory

Tool tree

immersivecommons.com

liveAI Agents & Fintech
https://immersivecommons.com/
Floor 10 of Frontier Tower SF. Bridging the gap between the digital and the physical. Public kiosk, agent-readable surface, members-run.
Explore capabilities
ic_overviewact

What Immersive Commons is, plus the URL map an agent needs to discover and connect to its agent surface (manifest, MCP, A2A, OAuth metadata, skills, registration guide). Read this first.

View tool JSON
{
  "name": "ic_overview",
  "kind": "act",
  "impl": "imperative",
  "description": "What Immersive Commons is, plus the URL map an agent needs to discover and connect to its agent surface (manifest, MCP, A2A, OAuth metadata, skills, registration guide). Read this first.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
ic_how_to_connectact

Step-by-step: how an agent registers its human (RFC 8628 device-code) and connects the Immersive Commons MCP server. Returns the endpoints and the minimal scope set.

View tool JSON
{
  "name": "ic_how_to_connect",
  "kind": "act",
  "impl": "imperative",
  "description": "Step-by-step: how an agent registers its human (RFC 8628 device-code) and connects the Immersive Commons MCP server. Returns the endpoints and the minimal scope set.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
ic_get_latest_signalact

Fetch the latest issue of THE SIGNAL, Immersive Commons' weekly AI intelligence dispatch (public, no auth). Returns the most recent issue's title and URL.

View tool JSON
{
  "name": "ic_get_latest_signal",
  "kind": "act",
  "impl": "imperative",
  "description": "Fetch the latest issue of THE SIGNAL, Immersive Commons' weekly AI intelligence dispatch (public, no auth). Returns the most recent issue's title and URL.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
ic_browse_eventsact

Browse upcoming public events at Immersive Commons, the members-run applied-AI lab on Floor 10 of Frontier Tower in San Francisco. Opens the public events listing; anyone may attend.

View tool JSON
{
  "name": "ic_browse_events",
  "kind": "act",
  "impl": "declarative",
  "description": "Browse upcoming public events at Immersive Commons, the members-run applied-AI lab on Floor 10 of Frontier Tower in San Francisco. Opens the public events listing; anyone may attend.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string"
      }
    }
  }
}
ic_read_signalact

Open THE SIGNAL, the Immersive Commons weekly AI intelligence dispatch, to read the latest and archived issues. Public, no sign-in required.

View tool JSON
{
  "name": "ic_read_signal",
  "kind": "act",
  "impl": "declarative",
  "description": "Open THE SIGNAL, the Immersive Commons weekly AI intelligence dispatch, to read the latest and archived issues. Public, no sign-in required.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string"
      }
    }
  }
}