llms.txt Content
# SimSense
> Ambient intelligence platform. Connect Claude to any screen.
SimSense deploys HTML experiences ("sims") to physical displays via Claude's MCP integration.
The name comes from simulated stimulation -- a technology from William Gibson's Neuromancer.
## Connect
MCP server URL: https://my.simsense.ai/mcp
Authentication: OAuth 2.0 (Google)
## Capabilities
- create_sim: Create a new sim with HTML content and deploy it to a live URL
- update_sim: Update an existing sim with new HTML content (same URL, instant swap)
- delete_sim: Permanently delete a sim
- list_sims: List your sims with title, description, visibility, and timestamps
- get_sim_details: Get detailed information about a specific sim including stats
- discover_sims: Browse popular public sims from the community
- create_device: Create a persistent device (screen, kiosk, tablet) with a permanent URL
- delete_device: Delete a device and remove its worker
- list_devices: List your registered devices with current content assignment and quota
- assign_device: Assign a sim to a device
- unassign_device: Remove a sim from a device
## Exploring Sims
To browse public sims, use the discover_sims MCP tool or visit https://my.simsense.ai/discover
Every sim has its own /llms.txt with metadata and source code (for public sims).
To read a sim's llms.txt:
- Via subdomain: https://{sim-slug}.my.simsense.ai/llms.txt
- Via API: https://my.simsense.ai/api/sims/{simId}/llms.txt
To mod a public sim:
1. Read its /llms.txt to get the HTML source
2. Modify the HTML as desired
3. Call create_sim with the modified HTML to deploy your version
4. Optionally call assign_device to display it on a screen
## Links
- Website: https://simsense.ai
- Dashboard: https://my.simsense.ai/dashboard
- Discover: https://my.simsense.ai/discover