Add any server to Claude, ChatGPT, Gemini, Cursor, or any MCP client in a couple of minutes. Every tool is read-only, so your client can safely auto-approve them.
One protocol — bring it to the assistant you already use
The same flow for every server in the family.
Access is invitation-only, per server. Request a demo and we'll allowlist your email for the servers your engagement covers.
Copy the server's endpoint — in the form https://mcp-<name>.kscope.io/mcp/ — into your client's connector settings or MCP config.
On first use, your client opens a sign-in tab. Enter your allowlisted email, click the one-time link, and every tool activates in your session.
Pick your client — the endpoint URL is the only thing you need.
Open Settings → Connectors → Add custom connector, paste the endpoint URL, and sign in with your allowlisted email. No token to paste — OAuth is handled for you.
Add the server to the mcpServers block in your config (snippet below), then restart. Your client handles the email sign-in on first use.
Open Settings → MCP → Add new server, choose HTTP, and paste the endpoint URL. Complete the email sign-in when prompted.
Anything that speaks MCP over HTTP works — point it at the endpoint URL and complete the one-time email sign-in.
mcpServers snippetFor Claude Desktop / Code and other config-based clients — add an entry per server you're entitled to.
{
"mcpServers": {
"kaleidoscope-<name>": {
"type": "http",
"url": "https://mcp-<name>.kscope.io/mcp/"
}
}
}No API key or bearer token — authentication is a one-time email sign-in your client opens in the browser. Add more servers by adding more entries (e.g. kaleidoscope-funding → https://mcp-funding.kscope.io/mcp/).
Call discover_tools — a semantic catalog that maps your plain-English question to the right call.
Every tool is read-only and side-effect-free, so well-behaved clients can auto-approve the whole server.
Every server is point-in-time and cited — ask "as of" a past date and you get what was knowable then.
Request a demo and we'll allowlist you and walk through setup on your own questions.
Request a Demo