Add an app
Add an app from the catalog, or add a custom MCP endpoint:From the catalog
Choose a reviewed managed API integration or a probe-verified MCP connector. Members click Connect; Passport applies the workspace’s catalog policy automatically.
By URL
Point Passport at any MCP server by URL. It connects, discovers the tools, and scans them.
org), each person’s own account (member, through an OAuth broker), or no auth (none). Managed API integrations use per-person OAuth.
Some connectors need a one-time company OAuth client before anyone can connect them (when the provider does not support dynamic registration). Passport shows a “needs admin setup” state and the callback URL to register, rather than a dead-end member sign-in.
Enterprise catalog modes
- Open: verified catalog apps connect without an admin decision.
- Review: the first Connect intent creates or joins a grouped request.
- Rules: allow or review by app, category, and team, with an explicit block for exceptions.
Passes and access
A pass is what a person can do with an app:- Full: every tool, including writes.
- Read-only: only the tools marked read-only. Write tools are hidden from the tool list entirely, so an AI client never sees a capability its user cannot call.
- None: no access; the app is not advertised to that person.
1
Workspace default or selected scope
Grant a default pass to everyone, or scope the app to selected teams and people only.
2
Per-team passes
Give a team its own pass, for example read-only GitHub for Support.
3
Per-person overrides
Override a specific person, which wins over the team and default.
How read-only is decided: a tool is treated as read-only only when it is provably so. Probe-verified catalog connectors (and demo apps) may honor the upstream’s own
readOnlyHint. Custom URL MCPs are stricter: an upstream hint counts only when the tool name also looks read-only (prefixes such as get_, list_, search_). Anything not provably read-only counts as a write and is withheld under a read-only pass. The name heuristic is best-effort, not a guarantee that a tool is safe.