✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

“”"

ZTA Paradigm based MCP Server Authentication Setup

1. OAuth2

  • Set environment variable OAUTH2_SECRET_KEY.
  • Send token in Authorization: Bearer <token> header.

2. Certificate-based Auth

  • Send client certificate via X-Client-Cert header (for mock testing).
  • For production, integrate with mTLS.

3. API Key Auth

  • Set env VALID_API_KEYS (comma-separated keys).
  • Send X-API-Key: <your_key> in the header. “”"

Featured Templates

View More

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.