mcp-apps-ravenwatch
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-apps-ravenwatchGenerate a player retention report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ravenwatch report generator — MCP Apps demo
Demo for the Copenhagen Claude Code meetup talk (11 Aug 2026): a fully
stateless MCP server (spec 2026-07-28 style — fresh server + transport per
request, state as an explicit reportId handle) that ships its own interactive
report widget via the MCP Apps extension (io.modelcontextprotocol/ui).
Scaffolding vendored from prestidigitation
(same author, MIT). SDK pins @modelcontextprotocol/sdk@1.29.0 +
@modelcontextprotocol/ext-apps@1.7.5 — proven against claude.ai in July 2026;
bump only if the connector is rejected.
Tools
tool | visibility | role |
| model | flow-starting; carries |
| app-only | full report JSON, fetched by the widget on mount |
| model | starts the survey act; the ONLY survey tool with a |
| model + app | same tool, both callers: the model batches questions in, the builder's Add button calls it too. No |
| model + app | prune by id (ids ride in add results); the builder's per-row ✕ calls it too. No |
| app-only | the human gate — no model-callable confirm exists; only the builder's Confirm button |
| app-only | survey state; supports long-polling ( |
Topics: player-retention (the live-demo topic — planted anomaly at W35) and q3-revenue.
All data is canned and deterministic (server/src/data.ts) — same pixels every run.
The survey act is the visibility-tier showcase: model-only / both / app-only on one
workflow, with updateModelContext closing the loop after the human confirms.
Related MCP server: hivepulse
Commands
npm install
npm run build # widget → widget/dist/index.html (single file)
npm run typecheck
npm run smoke # self-contained headless test (starts its own server on :3999)
npm run serve # the demo server on :3010 (POST /mcp · GET /healthz · GET /preview)
npm run watch # rebuild widget on change (server re-reads dist per request)
npm run tunnel # cloudflared → https://<random>.trycloudflare.comhttp://localhost:3010/preview renders the widget with injected data, no MCP
host needed — for layout work. ?topic=q3-revenue, ?theme=dark, ?metric=d7.
/preview-survey does the same for the survey builder (?state=confirmed,
?theme=dark); its Add/Confirm work locally in preview so the layout is clickable.
Note: npm run watch only rebuilds the report entry — after survey-widget edits
run npm run build.
Connecting a host
npm run serve + npm run tunnel, then add the tunnel URL + /mcp as a
custom connector. Insert the analyst prompt from the connector's prompt
menu to put the model in character (incognito/temporary chats have no custom
instructions field — so the server ships its persona as an MCP prompt).
Host lessons (claude.ai, July–August 2026)
Hard-won behaviors this repo works around — likely useful if you're building your own MCP App:
Widget reuse. A model tool call that carries
_meta.ui.resourceUrirenders a NEW widget instance every time. Give the resourceUri only to the flow-starting tool; follow-up mutators declarevisibilityonly, so the already-open widget updates in place instead of duplicating.No timers in the sandbox. The widget iframe's timers are throttled to near-zero, so a
setTimeoutpoll dies after one tick. The live channel is long-polling:get_surveytakessinceVersion+waitMsand the server holds the response until the state changes — the arriving response is what wakes the throttled frame. At mount the widget probes whether the bridge runs calls concurrently (a held call must never block the user's own clicks) and falls back to timer/activity polling if not; the wire log shows the verdict.Echo user edits. App-initiated tool calls are invisible to the model, so every user edit in the widget (add/remove/confirm) is echoed via
updateModelContext— otherwise the conversation drifts out of sync with the UI. Claude reads these lazily: they land before its next turn.Resource caching. Claude Desktop caches widget resources and tool schemas keyed by server URL — surviving connector remove/re-add even under a new connector name. Test in claude.ai in the browser, and carry a visible build stamp in the widget footer so a stale bundle is obvious in seconds.
The survey builder's collapsible wire log panel shows the app-side traffic
live (bridge calls, refresh sources, updateModelContext outcomes) — half
debugging tool, half proof that the model never sees any of it.
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 Servers
- Alicense-qualityCmaintenanceAn MCP server for Apache Superset that enables AI models to manage dashboards, create charts with auto-detection, and execute SQL queries programmatically. It utilizes stateless HTTP transport to ensure compatibility with integration tools like Open WebUI.119MIT
- Alicense-qualityDmaintenanceMCP server for agent network monitoring. Aggregates real-time population counts, transaction volume, and health metrics across multi-service agent infrastructure.MIT
- FlicenseCqualityCmaintenanceMCP server that enables deployment and management of MCP servers through a simple configuration-based interface.1
- AlicenseAqualityBmaintenanceMCP server for creating interactive Vega-Lite data visualizations that render inline in chat via MCP Apps.2MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.
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/PederHP/mcp-apps-ravenwatch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server