Skip to content

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.

Create an account at app.elicitly.ai. Onboarding creates your organization; approvals and their audit trail are scoped to it.

The MCP endpoint is https://mcp.elicitly.ai/mcp (streamable HTTP with OAuth). In Claude Code:

Terminal window
claude mcp add --transport http elicitly-pro https://mcp.elicitly.ai/mcp

Or 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.

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.

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: