a2.aiplatform.conistonit.comMCP gateway

Connect your agent

This is the MCP endpoint at a2.aiplatform.conistonit.com. Pick how you'll connect; authentication takes care of the rest: client registration, sign-in, and session binding.

Connect with
  1. Add the server

    One command, anywhere you use Claude Code:

    claude mcp add --transport http a2 \
      https://a2.aiplatform.conistonit.com/mcp
  2. Authenticate

    Run /mcp, pick this server, choose Authenticate. Your browser opens here; sign in with your team identity (unit aiplatform-inbound-a) and approve.

  3. Return to your agent

    You'll see a confirmation when the session binds, then your tools are ready to call.

New to MCP in Claude Code? See the Claude Code MCP docs.
  1. Point your client at the endpoint

    Streamable HTTP, standard MCP:

    https://a2.aiplatform.conistonit.com/mcp
  2. 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.

  3. 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.)