Ask your app anything β revenue, errors, read-cost, growth β and get rendered charts back.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Ask your app anything β revenue, errors, database read-cost, growth β in plain English, and get rendered charts and dashboards back.
"Which paying customer did this crash hit, and how much revenue is at risk?" β one question, answered across error, identity, and revenue. No single-layer tool can do that.
Most MCP servers are a connector to one system. Prism is an intelligence layer over your whole app β because Crossdeck already joins the layers about your users (identity Β· revenue Β· entitlements Β· errors Β· analytics Β· database read-cost) into one source of truth, by identity.
The point isn't "let AI read my data." It's the crossing: one question can span layers no other tool joins β
"This error
a1b2c3β who did it hit, and how many of them pay us?" β the named paying users behind the crash, each with their monthly revenue at risk, sorted by what's on the line.
That's the moat sentence. Prism gives it a voice in Claude, ChatGPT, Cursor, or any MCP client.
Secure, read-only access to your live Crossdeck workspace. Prism reads; it never writes.
Prism can see (the layers Crossdeck already owns about your app):
| π· Revenue | MRR, paying-customer counts, per-rail split |
| π Errors | issues, blast radius, who was affected |
| π Analytics | per-host page views, unique visitors, top pages/referrers |
| ποΈ Read-cost | per-user-vs-overhead database reads, by operation |
| π§ Customer journeys | the cross-layer view of one customer (pay Γ entitlements Γ cost) |
Row-level customer identity is returned only when your connection was explicitly granted that scope β otherwise Prism answers from aggregates and tells you so. That boundary is enforced by Crossdeck, not left to the model.
Prism cannot create, modify, delete, or configure anything in your projects. There is no write path β every tool is read-only (readOnlyHint: true). Ask it to change something and it will tell you it can't.
Data is fetched live at question time over an OAuth-protected endpoint; the connector stores nothing.
Prism is a hosted, OAuth-protected MCP endpoint:
Add it as a connector in your client, sign in with your Crossdeck account, pick a project, and approve. That's it β the client receives a short-lived, scoped workspace credential automatically.
Or open your dashboard at app.cross-deck.com β Developers β Prism β Connect AI for one-click "Add to Claude / ChatGPT / Cursor".
No install step β npx fetches the package and its dependencies on each launch, so it
self-heals and stays current (nothing local to go stale):
Use a secret key (cd_sk_) from your dashboard β API keys β never a publishable (cd_pub_) one. CROSSDECK_API_BASE overrides the endpoint (e.g. sandbox).
If the connector shows "failed" / "Server disconnected" β two known causes, both fixable:
spawn npx ENOENT/ command not found. Desktop clients launch with a minimal PATH that often excludes your Node bin (common withnvm). Fix: use the absolute path tonpxascommandβ runwhich npxand paste the full path (e.g./Users/you/.nvm/versions/node/vX/bin/npx).ERR_MODULE_NOT_FOUND β¦ @modelcontextprotocol/sdk. This only happens ifargspoints at a hand-built local checkout (β¦/dist/server.js) β that folder'snode_modulescan be cleaned out from under you (e.g. anything under/tmp). Fix: never point at a local build. Letnpx -y @cross-deck/ai(above) resolve the published package, so its dependencies are always present.Simplest of all: use the remote connector at the top of this section β it runs no local Node at all, so neither failure can occur.
| Ask | Tool | You get |
|---|---|---|
| "What's our MRR and paying-customer count, split by Stripe/Apple/Google?" | get_revenue | MRR, paying count, three-rail split, optional daily trend |
"This error a1b2c3 β who did it hit and do any of them pay us?" | get_error_affected_users | The named paying users behind the crash, each with monthly revenue at risk |
"Show me everything about customer agent_8842." | open_moat_dashboard | A rendered dashboard: what they pay Γ entitlements Γ read-cost, joined by identity |
| "Draw our user growth over the last 30 days." | draw_user_growth | A rendered interactive line chart of visitors + page views |
| "What's driving our database reads β per-user vs overhead?" | get_read_cost | The per-user-vs-overhead split + reads by operation |
Data tools return clean JSON; draw_user_growth and open_moat_dashboard render interactive charts/dashboards inline in hosts that support MCP Apps (and fall back to a text summary elsewhere).
Thirteen tools β all read-only (readOnlyHint), each with a human-readable title, scoped/paginated output, and actionable errors. Every read is a point-read of a maintained ledger, so asking questions never runs up your database bill.
Every number is self-describing: values come back with a meta.semantics briefing and a coverage state, so a metric is reported as exactly what it is, and a blind spot (not_instrumented) is never mistaken for a real zero.
Portfolio
list_projects β list every app this connector can read (your portfolio).get_portfolio β the coverage map: for each app, which surfaces are instrumented vs a blind spot. Load it first so a later blank reads as a known blind spot, not a fact.use_project β set the current app for subsequent tools ("switch to ").Revenue & cost
get_revenue β MRR, paying-customer count, per-rail split (Stripe/Apple/Google), optional daily trend.get_customers β the customer census: the paying-customer count (plus total / active where instrumented). The canonical "how many customers does this app have" answer.get_read_cost β database read-cost split into per-user reads vs un-attributed overhead, by operation.The moat β error Γ identity Γ revenue
get_error_impact β for one error: how many distinct users hit it, and how many are paying (counts).get_error_affected_users β the named paying users an error hit, each with monthly revenue and last-hit, sorted by revenue at risk. Returns your own identifiers only β never emails/names you didn't provide.get_customer β one customer across every layer Crossdeck joins by identity: what they pay Γ active entitlements Γ read-cost.Analytics
get_host_analytics β page views + unique visitors for a host/subdomain you own (optional daily series).get_host_top_pages β top pages or referrers for a host you own.Rendered UI (MCP Apps)
draw_user_growth β an interactive line chart of visitors + page views over time.open_moat_dashboard β a customer's cross-layer dashboard (pay Γ entitlements Γ read-cost) rendered as cards.Prism is built on Crossdeck's bank-grade outbound-read spine. See SECURITY.md for the full model. In short:
readOnlyHint: true β no writes, no config mutations.MIT Β© Crossdeck
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/prism-crossdeck)<a href="https://allmcps.com/mcp/prism-crossdeck"><img src="https://allmcps.com/api/badge/prism-crossdeck?style=directory" alt="Prism β Crossdeck on AllMCPs" /></a>