Is there a one-click install for the Lead16 Claude connector?
Not in claude.ai. Claude has no install link or deep link that pre-fills a custom remote MCP connector, so the server URL has to be pasted in by hand. That is deliberate. Custom connectors can reach services Anthropic has not verified, and manual entry is what stops any website adding one to your account. The Connect with Claude button does the two things a website legitimately can: it copies the server URL and opens the right settings screen. In Claude Code it is closer to one step: a single claude mcp add command, then authenticate.
How do I connect Lead16 to Claude Code?
Run: claude mcp add --transport http --scope user lead16 https://mcp.lead16.com/mcp. Then run /mcp inside Claude Code, pick lead16, and choose authenticate. Your browser opens the Lead16 consent screen. Use --scope user so the server is available in every project on that machine; project scope writes a .mcp.json into the repository, which then gets committed.
Should I add Lead16 as a connector AND in Claude Code?
No, pick one. Registering it in both places gives you two copies of the same server, so the two sets of tools compete, and when one of the two sign-ins expires you get failures that look like a bug in Lead16 rather than an expired token. Choose the claude.ai connector if you want it to follow you across devices, or the Claude Code command if you want it on one machine only.
What is the Lead16 MCP server URL?
https://mcp.lead16.com/mcp. It uses streamable HTTP transport over HTTPS, and every customer connects to the same URL. Your Lead16 sign-in is what separates your data from everyone else's.
Do I need a paid Claude plan?
Custom connectors are available across Claude plans, but the path differs. On Free, Pro and Max you add the connector to your own account. On Team and Enterprise an Owner has to add it for the organisation first, then each member connects individually. Anthropic can change plan availability at any time, so treat the connector settings screen as the source of truth.
Does Claude get my password?
No. The connector uses OAuth 2.1. You sign in on lead16.com, approve a consent screen, and Claude receives a revocable token. Lead16 never hands your password to Claude, and you can revoke the token at any time from Settings, then API and webhooks, under Connected apps.
Can I stop Claude changing things and let it only read?
Not at the connector level today. Every tool is annotated as read-only or destructive so Claude can tell the difference and ask before it acts, but the connection grants both. If you only want Claude reading, say so in the conversation, and check what it did afterwards in Lead16.
What happens if I revoke access?
The token stops working within about a minute and Claude loses access. Nothing in your Lead16 account is deleted. You can reconnect later by signing in again from Claude.