Install the Pro Edition
The Pro Edition is a hosted MCP server — there is nothing to install or run. You sign up, register the endpoint in your MCP host, and authenticate.
1. Sign up
Section titled “1. Sign up”Create an account at app.elicitly.ai. Onboarding creates your organization; approvals and their audit trail are scoped to it.
2. Register the endpoint
Section titled “2. Register the endpoint”The MCP endpoint is https://mcp.elicitly.ai/mcp (streamable HTTP with OAuth).
In Claude Code:
claude mcp add --transport http elicitly-pro https://mcp.elicitly.ai/mcpOr add it to a host config file (.mcp.json or client settings):
{ "mcpServers": { "elicitly-pro": { "type": "http", "url": "https://mcp.elicitly.ai/mcp" } }}Any MCP host that supports streamable HTTP with OAuth works the same way.
3. Authenticate
Section titled “3. Authenticate”Your host will prompt you to authenticate the server (in Claude Code: /mcp →
authenticate). This runs a standard OAuth sign-in in your browser against the
same account from step 1.
4. First call
Section titled “4. First call”Try it now — paste this prompt to your agent:
Call the elicit_confirm tool with the question "Is the Pro connection working?"A native OK/Cancel dialog confirms the authenticated session end to end. Then:
elicit_ping— the quickest round-trip smoke test.elicit_doctor— see what your host advertises.- Walk the Approval Flow:
elicit_approval→elicit_await→elicit_result.