How do I connect a host to Everyn?
The public production MCP endpoint is live at https://mcp.everyn.ai/mcp. Add that Streamable HTTP URL in a supported host, then complete OAuth. Host install recipes stay on Connect.
- Follow the host install recipes on Connect. That page is the only install entrypoint.
- Complete OAuth and select exactly one current Everyn organization. There is no
organization_idargument. - After the first authorized connection, open MCP settings to inspect endpoint, workspace, client, permissions, and last use.
- Call
get_contextin the host before mutating work.
How do I reconnect or pick a different workspace?
Reconnect and revoke live in MCP settings. Do not invent a second reconnect path.
- Open MCP settings to inspect the bound workspace and client.
- Use Reconnect there when you need to return to the workspace, or start a fresh host authorization from the MCP host.
- If the wrong organization is bound, select the intended membership at consent. MCP cannot switch organizations from tool input.
- If exact revoke is unavailable, Settings stays fail-closed and the connection is unchanged. Continue from the host rather than pretending Everyn ended it.
Scopes hosts may request are the standard OIDC set on Authentication. Do not add custom Everyn scope strings. Grouping at consent never broadens the grant; billing mutation, payment, API-key administration, and organization administration stay unreachable from MCP.