Shared Room MCP
Optional image/text repair support using OpenAI models to help fix extracted evidence fields before human review.
Shared Room MCP
Powered by Adaptive Contract MCP.
Shared Room MCP is the reference application for Adaptive Contract MCP, an open-source trust boundary layer for form-based async state rooms on the agent-native web. It is not a chatroom, messaging app, payment gateway, or auto-booking agent. A host creates a single-direction private task from evidence, the assistant prepares structured review drafts, and invited members only act on their own assigned or selected part.
Live demo: https://shared-room-mcp-next.zeabur.app/
The app is English-first for judging and demo review. A Chinese UI dictionary remains available for local use, but the default page language, initial HTML, README, and submission packet are English.
Core claim: AI prepares the evidence review. Humans approve the commitment. The assistant can read the room, spot missing details, and prepare structured drafts. The host controls publication to members, and each member confirms only their own task/cost state.
Language boundary: WebMCP tool names, schemas, descriptions, and JSON keys stay in English so the browser/sidebar agent receives a stable tool contract. User-provided evidence keeps its original language, so a Chinese group-buy post can still produce Chinese item names in the room.
In the browser sidebar, the assistant uses WebMCP tools from the page itself. Here WebMCP means a page-local state reader and draft generator, not a browser agent that clicks or submits final actions for the user. It inspects the private room state and places draft suggestions on the page for human review.
The intended loop is WebMCP plus Codex as a private task-review layer. Codex can inspect the room, compare the price evidence against the current list, and create a field-fix draft when a price list is read incorrectly, for example when quantity, subtotal, size, or add-on notes are confused with item prices. That draft waits for host review before the member-facing task list changes.
The review layer uses Semantic Visual Anchors: each extracted field keeps its evidence snippet, logical image zone, detected type hint, and review-gate reason so the host can compare the candidate against the source context. Pixel-level crop and bounding-box overlays are reserved in the schema as a roadmap extension; they are not required for the current deterministic integration benchmark.
Semantic Visual Anchor Notice: this system currently implements semantic visual anchoring with hierarchical logical zones (boundingZone) paired with contextual snippets (auditAnchor). Pixel-level spatial boxes (bbox) and crop overlays are reserved protocol fields for a future visual review overlay.
Why This Fits WebMCP
Many real-world commitments now start from messy evidence: creator posts, price images, service forms, booking pages, campaign notes, receipts, copied text, or screenshots. These flows rarely have stable APIs or clean data. The host often has only a screenshot, a public post, or a partial form.
WebMCP is a good fit because the assistant can enter the same private task room as the host, read the current state through page tools, find missing confirmations, and prepare the next review action from structured room state.
Related MCP server: Concord
How We Checked It
The demo is not only a single happy-path recording. Before submission, the room flow was repeated locally and against deployed versions of the app.
The full check summary is in docs/testing/VALIDATION_EVIDENCE.md.
check | result | what was checked |
Main room flow | 400/400 passed | 20 Chinese and English scenarios repeated 20 times each |
Opening the list to members | 80/80 passed | members cannot claim items until the host opens the reviewed list |
Save queue follow-up | 20/20 passed | host-review flow still works after the save queue change |
Short burst of room creation | 25/25 saved | simultaneous room creates were present in the saved JSON file |
Split-language scenarios | 240/240 passed | Chinese and English cases stay separated and still end in host review |
Host-only draft review | 200/200 denied for non-hosts | non-host users cannot create or approve host drafts |
Load Sample Room | 120/120 passed | sample data stays as a draft and does not settle, pay, or call outside services |
Current Zeabur production flow | PASS | hosted health, WebMCP, member-confirmation, finalized summary, and HTML/PDF export flow |
Same-tab room switch | 2/2 passed | a new room gets clean controls, and late updates from the old room are ignored |
Image oracle integration benchmark | 115/115 passed | deterministic image-plus-oracle-text contract test, not a raw OCR accuracy benchmark |
These checks show that the assistant workflow is repeatable and no-key by default. They are not a claim of production-scale database capacity. The default JSON save layer is for a single demo service; production traffic should use Redis or PostgreSQL.
Core Product Boundary
This is a single-direction task room. The host provides evidence and performs the Member-Visibility Release after review; members select or confirm only their own part; final commitment stays behind the host/member review gates.
Shared Room MCP is the demo application and repository slug. Adaptive Contract MCP is the underlying contract, routing, prompt, guardrail, and HITL state-machine layer. The architecture name is used where the project discusses reusable scenario contracts, image-fixture oracles, enterprise submission gates, and anti-pollution review controls.
AI provider keys are optional:
Pasted text and local rule-based parsing run first.
Gemini or OpenAI support is only an optional image/text repair example.
The core WebMCP workflow must work without any paid API key.
AI output remains evidence review, field repair, proposal drafting, and state guidance.
WebMCP is the primary agent integration; external model APIs are not required for the agent workflow.
Open Source Tool-Layer Positioning
This repository is intended to be a clean, forkable WebMCP starter project. It does not sell API access, resell model credits, require store integration, or require a fixed OCR provider.
Deployment owners can keep the default no-key flow, remove the optional provider code, or replace it with their own OCR, vision, browser, commerce, spreadsheet, or private-community integrations. The stable part is the shared room workflow and the WebMCP tools, not any paid API.
External developers should be able to fork the template and plug in their own integrations without asking for access to a central service. High-risk commitments stay behind explicit host/member confirmation.
Reviewed rooms can export a local HTML or PDF review record as evidence of the private room decision state.
Future Extension Modules
The group cost room is the first reference use case, not the product boundary. The project is best for workflows where the assistant can prepare a draft and people still need to review it before an irreversible action.
Core extension examples:
Activity signup draft: collect attendee names, ticket classes, dietary notes, and prepare a registration task proposal.
Community purchase comparison: summarize options, threshold rules, and member interest before anyone pays.
Maintenance or warranty request draft: organize receipt text, product model, photos, and contact fields for human review.
Private community task coordination: turn host-provided evidence into tasks, owners, and review steps.
Shared booking draft: collect time slots, member availability, room/court/package options, and prepare a booking task proposal.
Possible future integrations:
Auto repair appointment draft: collect car model, symptoms, preferred time, shop notes, and create a booking task proposal for the owner to confirm.
Nail, hair salon, clinic, or local service reservation draft: gather service type, preferred time, staff preference, notes, and prepare a reservation task proposal. Service details remain structured notes for the provider, not an in-room conversation channel.
The hackathon demo should focus on the single-direction room workflow: host creates the task, assistant prepares evidence review, invited members act on their own rows, and final confirmation remains human-controlled.
Repository slug: shared-room-mcp.
Commercial Extension Model
The open-source core is the WebMCP room template: room types, shared state, local math, review steps, and assistant-readable tools. Commercialization should happen through replaceable integrations, not hard-coded platform lock-in.
Potential integration categories:
Booking integrations for auto repair shops, salons, clinics, local services, and venue reservations.
Commerce integrations for product catalogs, group-buy thresholds, inventory checks, discount rules, and checkout handoff.
Community integrations for LINE, Discord, Telegram, forums, and private membership spaces.
Trust integrations for whitelist checks, short-lived invite validation, review logs, and organization policy checks.
Provider integrations for OCR, vision, translation, summarization, and field repair.
This keeps the template useful for developers and safer for users: the project can support future business workflows while keeping irreversible commitments in purpose-built partner systems and explicit human review gates.
WebMCP Tools
The browser page registers tools with document.modelContext.registerTool() when WebMCP is available.
Implemented tools:
inspect_roomget_task_routerget_claim_auditget_formula_contractget_trust_layer_contractsuggest_next_actionscreate_action_proposal
The suggest_next_actions tool is the main way for the assistant to read the room and suggest what should happen next. It points out missing reviews, missing confirmations, and evidence/field mismatches from structured room state.
The create_action_proposal tool creates a host-reviewed draft. Supported drafts include claim review, missing confirmation, evidence review, room type review, activity signup drafts, and field-fix drafts when Codex notices a reading mistake. The page keeps only one pending draft per draft type, so the host sees one clear card for one decision. The host presses the same card button to arm and confirm the review before the room state changes.
Safety Flow
The UI uses plain language, and the code keeps the same order every time: AI prepares a draft, the host reviews the list, the host opens it to invited members, members confirm their own costs, and only then can the host finalize the room summary. Later steps may stop and ask for review, while accepted human decisions remain explicit state transitions.
step | what happens | what is blocked |
Assistant prepares | AI stores a draft for host review | Draft remains pending until host review |
Host reviews | Host fixes or removes parsed rows before member access | Member list opens only after review |
Host opens | Host explicitly opens the reviewed list | Parsed item editing is locked after opening |
Members confirm | Each member confirms only their own costs | Confirmation is scoped to the current member |
Host finalizes | Host finalizes after human confirmations | Export reads the reviewed room summary |
Optional integrations | Deployment owner may add OCR, Sheets, booking, or trust helpers | Core demo works with local-first parsing |
The project has six fixed safety checks. Each check passes a limited result forward. Later checks may mark something for review, but they cannot silently rewrite earlier choices.
safety check | job | output boundary |
Choose the room type | Selects or infers the scenario | Room type changes require review state |
Read the price evidence | Extracts item and price candidates from image or copied text | Parser output starts as candidate evidence |
Calculate locally | Calculates totals inside the app | Calculation remains in the room contract |
Repair unclear fields | Creates a review draft only when the input is unclear | Repairs move through host proposal state |
Check confirmations | Tracks shared items and extra personal claims | Confirmations are member-scoped |
Keep AI in draft mode | Exposes read tools plus draft creation | Agent output is proposal or state guidance |
Supported Room Types
The table below describes the room types and what the app can safely calculate today. It is not a claim that every advanced business rule is fully automated. Rules such as hourly rates, deposits, shipping allocation, and tier discounts stay behind manual review until a deployment owner finishes and tests those inputs.
room type | scenario | evidence | calculated today | needs review when |
| Community group buy, free-shipping threshold, bulk discount | Public post, price table, screenshot, local OCR | Same-item merge, participant subtotal, grand total, threshold remaining, extra personal claim | Missing item-price pairs, ambiguous tier rules, duplicated variants |
| Office or community drink order | Menu photo, drink screenshot, local OCR | Item subtotal, sweetness/ice/addon delta, extra personal claim, minimum order threshold | Size-column drift, addon section ambiguity, same-name multi-price issue |
| Meal bill or receipt split | Menu, receipt, checkout screenshot | Personal items, shared candidate average, extra personal claim, service-fee input marked for manual review | Tax/service lines mixed with items, item-price mismatch |
| KTV room, minimum spend, headcount fee | Room price table, minimum-spend notice, drink list | Room fee sharing, per-person minimum marked for manual review, personal drinks | Time-slot or package boundary ambiguity |
| Court fee, venue booking, equipment rental | Venue rate table, time-slot table, rental list | Venue fee sharing, time-rate input marked for manual review, equipment subtotal | Cross-column time rates, venue and equipment mixed in one image |
| Tickets, workshops, activity signup | Activity post, ticket table, signup screenshot | Headcount times ticket price, group threshold and group discount marked for manual review | Early-bird tiers or ticket classes are unclear |
| Shared rental, deposit, equipment | Rental table, deposit notice | Rental fee sharing, personal rental subtotal, deposit marked but excluded by default | Deposit and fee ambiguity, unclear time unit |
| Any temporary shared expense | Receipt, price screenshot, manual OCR | Grand total, average split, personal items | Low classification confidence or missing fields |
Mermaid Overview
Permission And Review Order
role | can inspect | can draft suggestions | can edit parsed items | can edit own claims | can approve drafts | can settle |
Anonymous viewer | yes | no | no | no | no | no |
WebMCP agent | yes | proposal only | no | no | no | no |
Room member | yes | no | no | own claims only | no | no |
Room host | yes | yes | before member confirmation | own claims only | same-card human review | yes |
Server | validates | stores limited drafts | checks room owner | checks each member only confirms themself | records review result | saves local room summary |
The fixed order is AI/OCR draft first, host review second, group access third, member confirmation fourth, and final settlement last. The host can remove bad OCR rows or fix names, prices, and categories before opening the list to members. After the host opens the list, parsed item editing is locked.
sequenceDiagram
autonumber
actor Host as Room Host
actor Member as Room Member
participant Page as Shared Room Page
participant Agent as WebMCP Agent
participant Server as Server State
participant Store as JSON Store
Host->>Page: Create room and upload price evidence
Page->>Server: Parse image or pasted OCR text
Server-->>Page: Return item draft plus separated rules
Server->>Store: Save room state with short write smoothing
Agent->>Page: Inspect room through read-only WebMCP tools
Agent->>Page: Create proposal-only draft
Host->>Page: Edit parsed items or remove bad rows
Page->>Server: Owner-only parsed item update
Server->>Store: Save reviewed draft state
Host->>Server: Open reviewed list to members
Server-->>Page: Broadcast reviewed item state
Member->>Page: Join room and choose own items
Member->>Server: Confirm own cost
Server->>Store: Save member confirmation
Host->>Page: Same-card approve or reject agent draft
Host->>Server: Finalize room after human confirmations
Server-->>Page: Broadcast local settlement summary
Server->>Store: Save final room summary
Host->>Page: Export HTML or PDF review record
Page-->>Host: Download a local file from the reviewed summary
Note over Agent,Server: Agent cannot edit items, confirm claims, settle, pay, book, or submit external forms.
Note over Store: On a hosted demo, use ROOM_STORE_PATH=/data/rooms.json with a mounted volume.flowchart TD
A[AI drafts only] --> B[Host reviews parsed rows]
B --> C[Host opens reviewed list]
C --> D[Members claim and confirm their own costs]
D --> E[Host finalizes local room summary]
E --> F[Human exports review record]
F --> DONE[Done without payment or external submission]
A -. blocked .-> X1[AI cannot edit rows]
A -. blocked .-> X2[AI cannot open group access]
C -. locked .-> X3[Parsed rows cannot be edited after opening]
D -. blocked .-> X4[No one confirms for another member]
E -. blocked .-> X5[No payment, booking, or card handling]
F -. blocked .-> X6[Exports do not submit forms or change external systems]
E --> SAVE[Save room state to JSON store]
F --> HTML[Download HTML]
F --> PDF[Download PDF]
F --> PRINT[Print summary]
SAVE --> VOL[Mounted volume keeps demo rooms after restart]
OPTIONAL[Optional deployer integrations] -. draft only .-> AThe detailed module, permission, state, and room-transition diagrams are in docs/ai-generated/2026Q3/shared_room_mermaid_module_design_20260831.md.
Environment Variables
Required runtime variables:
HOST=0.0.0.0
PORT=3000
CORS_ORIGIN=
ROOM_TTL_HOURS=12
ROOM_PERSISTENCE=json
ROOM_STORE_PATH=data/rooms.json
GUARDRAIL_MEMORY_PATH=data/guardrail-memory.json
ROOM_PERSIST_DEBOUNCE_MS=35
ROOM_PERSIST_JITTER_MS=120
MAX_IMAGE_MB=8
RATE_LIMIT_WINDOW_MS=60000
API_RATE_LIMIT_MAX=180
ROOM_CREATE_RATE_LIMIT_MAX=20
MENU_PARSE_RATE_LIMIT_MAX=30
LOCAL_OCR_FIRST=true
LOCAL_OCR_MIN_ITEMS=3
LOCAL_OCR_MAX_CHARS=12000
TRUST_LAYER_SPREADSHEET_ID=replace_with_google_sheet_id_for_whitelist_audit_onlyOptional AI repair variables:
AI_PROVIDER_ORDER=gemini,openai
GEMINI_API_KEY=
GOOGLE_API_KEY=
GOOGLE_GENERATIVE_AI_API_KEY=
GOOGLE_GEMINI_API_KEY=
GEMINI_KEY=
GEMINI_MODEL=gemini-2.5-flash
GEMINI_MODEL_FALLBACKS=gemini-2.5-flash-lite,gemini-flash-latest
GEMINI_RETRY_ATTEMPTS=2
GEMINI_TIMEOUT_MS=25000
OPENAI_API_KEY=
OPENAI_MODEL=gpt-5.4-mini
OPENAI_MODEL_FALLBACKS=
OPENAI_TIMEOUT_MS=35000
OPENAI_MAX_OUTPUT_TOKENS=16000
OPENAI_IMAGE_DETAIL=highDo not commit API keys. Set secrets only in the hosting provider's secret manager.
Runtime requires Node.js >=20.9.0 because the image normalization pipeline uses sharp@0.35.x.
Deployment Configuration Guide
The repository provides configuration names only. Each project organizer changes values in the deployment platform, not in source code. Paid provider keys are optional adapters, not part of the required WebMCP demo path.
purpose | variable | where to replace | required |
Server port |
| hosting service variables | yes |
Same-origin or allowlisted Socket.IO origin |
| leave empty for a same-origin deployment; set only for a separate frontend domain | optional |
Room JSON store |
| hosting service variables, use | yes for restart-safe demo |
Guardrail memory candidate store |
| hosting service variables, use | optional |
Room save smoothing |
| hosting service variables; small millisecond values smooth short write bursts | optional |
Trust whitelist/audit sheet |
| hosting service variables | optional |
Example Gemini OCR repair adapter |
| provider secret manager | optional |
Example OpenAI OCR repair adapter |
| provider secret manager | optional |
Public rate limit |
| hosting service variables | yes |
Recommended open-source deployment order:
Copy
env.samplevariable names into the hosting service variables.Mount a persistent volume at
/dataand setROOM_STORE_PATH=/data/rooms.json.For the adaptive review loop, set
GUARDRAIL_MEMORY_PATH=/data/guardrail-memory.jsonso human corrections and blocked approval attempts are retained as guardrail candidates.Run the no-key flow first with manual input or local OCR text.
Add a provider key only if the deployment owner wants optional OCR/schema repair.
Restart the service and verify
/healthzreports the expected provider and persistence flags without exposing secret values.
Enterprise MCP Submit Gate
Future company or third-party MCP templates should enter through a default-deny submit gate before the runtime can load them:
submitted template -> package boundary -> static security gate -> semantic safety gate -> contract schema -> industry routing -> repeat regression -> human approval -> accepted registryThe security gate is split into two mandatory phases. The static gate rejects secrets, over-privileged MCP configs, install hooks, package-runner risks, unsafe public-export payloads, and unbounded filesystem or network scope. The semantic safety gate then reviews prompts, tool descriptions, and agent-readable files for prompt injection, hidden intent, jailbreak patterns, or policy-bypass language before any submitted MCP file is trusted by the parser or runtime.
Enterprise submissions must also declare provenance, permissions, data/privacy class, SBOM/dependency evidence, sandbox policy, human final-action boundaries, revocation path, and audit/SLA metadata. Approved artifacts are promoted into an accepted registry tier; experimental artifacts stay sandboxed.
Local validation entrypoints:
npm run verify:adaptive-contracts
npm run build:image-fixture-manifest
npm run regression:adaptive-parser -- --base-url http://127.0.0.1:4180 --repeat 5The matching design contract is in config/enterprise-submit-gate.json. The image fixture manifest is a checksum-backed oracle for external image artifacts; the large PNG set can stay outside the main repository while the repo keeps the repeatable runner and expected contract.
Fast Review Sample
For judging or a quick local smoke test, open a new empty room and click Load Sample Room. This creates a small structured sample with shared and personal items, then adds a draft-only proposal for the host to review.
The sample path is intentionally no-key and no-upload:
It does not call Gemini, OpenAI, Google Sheets, payment, booking, commerce, or social APIs.
It does not overwrite a room that already has data.
It creates a draft that waits for host review.
The host must still confirm the same draft card before the draft status changes.
Accepting the draft does not settle the bill, submit an external form, write payment data, or change formula rules.
Local Development
npm install
npm run check
npm run audit:tasks
npm startOpen http://localhost:3000.
The app does not automatically load .env. If local AI image parsing is needed, export the key in the shell before starting the server. Use env.sample as the variable-name reference. Without an API key, the room still works with local OCR text when enough candidates are extracted.
Hosted Deployment
Connect the public GitHub repository to a Node.js hosting service. The live demo currently runs on Zeabur.
Create a Node.js service.
Set the required environment variables listed above.
Keep AI provider keys empty for a clean WebMCP tool-layer demo, or add optional adapter keys only if OCR/schema repair should call external models.
Add a persistent volume and set
ROOM_STORE_PATH=/data/rooms.jsonif rooms must survive service restarts.Keep the public demo on one service instance when using JSON persistence.
Use
npm installas the install command andnpm startas the start command.
Recommended public-demo limits:
RATE_LIMIT_WINDOW_MS=60000
API_RATE_LIMIT_MAX=180
ROOM_CREATE_RATE_LIMIT_MAX=20
MENU_PARSE_RATE_LIMIT_MAX=30The expensive endpoint is image/OCR parsing, not WebMCP inspection. The public demo allows 30 parse requests per client per minute while retaining basic abuse protection.
Verification
npm run check
npm run audit:tasks
npm run stress:contracts -- --base-url http://127.0.0.1:3000 --rounds 20 --concurrency 4 --output-dir logs/runtime
npm run build:image-fixture-manifest
npm run stress:image-matrix -- --base-url http://127.0.0.1:3000 --mode image-plus-oracle-text --output-dir logs/runtime/image-matrixFor repeated local stress runs, start the local server with test-only rate limits so the test measures state-machine behavior instead of the public-demo throttle:
ROOM_CREATE_RATE_LIMIT_MAX=500 MENU_PARSE_RATE_LIMIT_MAX=500 API_RATE_LIMIT_MAX=1000 npm startThe hosted public demo should keep the lower public-demo limits shown above.
The repeated room-flow check covers 20 non-duplicate Traditional Chinese and English scenarios, with 20 rounds per scenario. It checks room creation, local copied-text OCR parsing, stable room-type selection, draft creation, and the final human approval rule.
The image-matrix runner is a deterministic contract-driven integration benchmark using 115 paired image-oracle artifacts. Each test verifies the image SHA-256, scenario id, language, contract id, archetype, expected member-visible items, rule counts, forbidden member-visible numbers, evidence pointers, and Semantic Visual Anchor fields. image-plus-oracle-text validates the HITL state transition and oracle chain without provider keys. It must not be described as raw OCR accuracy, zero-shot OCR accuracy, or unconstrained vision extraction accuracy; a production image-only run against Zeabur is a separate OCR/provider check and should use the runner's default slow pacing and quarantine output.
Expected audit state:
room type selection ready
evidence/OCR review ready
local calculation rules ready
member confirmation checks ready
WebMCP tools ready
Google Sheets trust option design documented
submission local package ready
Demo Script
The locked recording flow is:
Start on the live Shared Room page with the agent side panel visible.
Upload the prepared English
Community Workshop Signupimage through the visible file picker. Do not useLoad Sample Roomin the recording.The agent reads the visible evidence, enters only the visible price lines, and calls
inspect_room,suggest_next_actions, andcreate_action_proposal.The agent moves the pointer to the single draft card and tells the host when to click. The host clicks the same card twice: first to mark it reviewed, then to confirm the green approval state.
The agent opens the same room in a second tab as
Jamie, selects one item, and pauses. Jamie clicks the personal confirmation button once.The agent immediately returns to the owner tab, verifies the member state, and pauses. The owner clicks
Owner Finalizes Summaryonce.The owner clicks
Download PDF, thenDownload HTML. Both files must open successfully before the recording continues.Open a new room, switch to Chinese, and upload the prepared
社區水果免運團購image. The threshold and shipping lines must remain review context rather than purchasable items.Repeat the same controlled loop quickly: agent prepares, the human approves on one card, a second member confirms their own item, and the owner finalizes.
Close by stating that payment, booking submission, and external account actions remain outside the exposed tool set.
Use this spoken line near the start:
"AI prepares the work directly on the page. Humans approve the commitment."
Use this closing line:
"WebMCP lets the agent handle the repetitive work on the page while people keep every commitment. The same pattern can support shared orders, registrations, bookings, and other collaborative tasks without exposing final payment or external submission as an agent tool."
The detailed timed runbook is in docs/submission/WEBMCP_SUBMISSION.md.
Compliance Notes
No fake account scraping.
No vendor API reverse engineering.
No authenticated vendor cookies.
No payment processing.
No raw device fingerprinting.
No raw OCR, images, raw device IDs, payment identifiers, or social account identifiers are written to Google Sheets.
Google Sheets is only a design-level short-lived hash whitelist and audit-log trust layer in this public core; production check/enroll/revoke adapters are roadmapped extensions.
Known MVP Limits
Room data is saved to a local JSON file by default. On a hosted service, attach a volume and set
ROOM_STORE_PATH=/data/rooms.json; otherwise a platform restart can still clear room state.The current save layer is meant for one demo service instance. It smooths short write bursts by merging nearby changes and adding a small millisecond delay before saving, but a hard crash can still lose the latest tiny write window. Production traffic should move to Redis or PostgreSQL.
Room ownership is demo-grade. Production deployments should add signed sessions or a real login system.
OCR quality depends on image clarity. If a live provider call times out or produces sparse evidence, the app should fall back to manual review instead of inventing missing fields.
Advanced rules such as shipping split, hourly venue fee, room minimum, deposit include/exclude, tax/service formulas, and tier discounts route to host review. The current MVP does not claim fully automated complex formula calculation.
Google Sheets trust-layer check/enroll/revoke adapters are design-level roadmap extensions, not production-ready identity infrastructure in this public core.
Pixel-level visual crop overlays are reserved in the schema roadmap. The current UI uses semantic anchors and contextual snippets.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Task and planning workspace for humans collaborating with AI agents
AI agents can Create rooms and store/retrieve text and images, and hand link to humans no sign-up.
Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live.
A room-based collaborative platform
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceShared rooms for AI agents (AgentsChat): channels, DMs, proposals & voting, OKR trees, and human handoff. Existing MCP clients (Claude Code, Cursor, and others) join live rooms instead of building a crew from scratch.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceProvides a multi-agent collaboration room with real-time messaging, file sharing, and coordination primitives for AI agents.2MIT
- AlicenseNot gradedqualityCmaintenanceMCP server enabling AI agents to collaborate in shared rooms with a document edited via compare-and-swap optimistic concurrency, plus a chat channel and change deltas.39MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents from different providers to collaborate in shared discussion threads, posting proposals and reviews while retrieving synchronized context, with human oversight.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jiarong0423/shared-room-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server