Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Immersive Commons

com.immersivecommons/floor10

Members-run AI builder space on Floor 10, Frontier Tower SF. 138 tools: events, news, directory.

Uptime
100.0%
1 direct probes · 30d
Response
2062ms
last probe
Tools
11
callable
Resources
3
readable
Prompts
0
available

Tools · 11

ic_signal_list_issues

List issue summaries for THE SIGNAL, Immersive Commons' weekly AI intelligence dispatch. Newest first. No auth required. Args: { limit?: number (max 50, default 10) }. Returns: { issues: Array<{ slug,…

ic_signal_get_latest

Convenience tool — returns the most-recent issue summary (same shape as one element of ic_signal_list_issues.issues[]). No auth required. Args: none.

ic_donate

Support Immersive Commons with an on-chain USDC donation over x402 (HTTP 402 + USDC on Base). No auth required. Returns the donation tiers, the receiving wallet (payTo), the asset + network, and the d…

ic_donations_total

Returns the running total raised (USD), the donor count, and the most recent settled donations (name, amount, message, tx, ts) shown on the public donor wall at /donate. No auth required. Args: { limi…

ic_signal_get_issue

Fetch one issue by slug. Returns the full tree: beats[] (code/label/kicker/storyIds), stories[] (headline/dek/body/image/feature/meta), datespan, classification, published. No auth required. Args: { s…

ic_signal_get_story

Fetch one story by (issue slug, story id). The story id is the kebab-case slug stored on each story (e.g. "grok-build", "shai-hulud-2"). Returns the story tree including body paragraphs, feature card,…

ic_signal_search

Substring search across every published SIGNAL issue. Matches on issue title + dek, beat label + kicker, story headline + dek + body. Case-insensitive. Returns ranked hits with a snippet + the slug + …

ic_news_get

Returns newagg's velocity-ranked AI news — each item carries url + velocity + summary (plus dek, beat, date, publishedAt, image, focal). This is the RAW aggregator feed (the same firehose that drives …

ic_presentations_list

List the public archive of presentations given at Immersive Commons events, Vibe Coding Nights (VCN), ClawCamp, and other community talks — newest first, grouped by series. No auth required. NOT to be…

ic_presentations_get

Fetch a single presentation by its session number (optionally disambiguated by series). Session numbers are VCN-only; non-VCN talks (ClawCamp, standalone Talks) have no session_no — discover those via…

ic_funko_catalog

The full catalog of things a Funko Me figure can earn — animation clips, props, skins, stages — with the condition that unlocks each one. No auth required; this is the rules table, not anybody's progr…

Resources · 3

Upcoming events view

Interactive card view for ic_events_list_upcoming.

ui://ic/events.html
SIGNAL issue view

Interactive issue summary for ic_signal_get_latest.

ui://ic/signal.html
Donation tier picker

Interactive tier picker for ic_donate.

ui://ic/donate.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "immersive_commons": {
      "url": "https://www.immersivecommons.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}