Connect your agent
This is the MCP endpoint at a1.aiplatform.conistonit.com. Pick how you'll connect;
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 a1 \ https://a1.aiplatform.conistonit.com/mcp
Authenticate
Run
/mcp, pick this server, choose Authenticate. Your browser opens here; sign in with your team identity (unitaiplatform-inbound-a) and approve.Return to your agent
You'll see a confirmation when the session binds, then your tools are ready to call.
Point your client at the endpoint
Streamable HTTP, standard MCP:
https://a1.aiplatform.conistonit.com/mcp
Follow its sign-in prompt
Authorization is standard OAuth: your client discovers the authorization server and registers itself (CIMD or DCR), no manual setup. When it opens a browser, sign in with your team identity (unit
aiplatform-inbound-a) and approve.Return to your agent
The same confirmation appears 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.)