Connect your agent
This is the MCP endpoint at gateway-a1.aigw.conistonit.com. Add it to Claude Code and
authentication takes care of the rest — client registration, sign-in, and session binding.
Add the server
One command, anywhere you use Claude Code:
claude mcp add --transport http gateway-a1 \ https://gateway-a1.aigw.conistonit.com/mcp
Authenticate
Run
/mcp, pick this server, choose Authenticate. Your browser opens here — sign in with your team identity (unitinbound-a) and approve.Return to your agent
You'll see a confirmation when the session binds, then your tools are ready to call.
Try the sign-in now
Runs the full OAuth flow in your browser — registers a client, signs in at your issuer, and shows the bound session's token. (Dev demo — the page acts as its own MCP client.)
Using another MCP client? Point it at the same endpoint — discovery, registration
(CIMD or DCR) and PKCE are standard OAuth; no manual setup.
New to MCP in Claude Code? See the docs.