Back to Home
scalekit-inc icon

scalekit-mcp-server

Verified Safe

by scalekit-inc

Overview

This server enables AI agents to interact with Scalekit's identity platform through the Model Context Protocol (MCP) for natural language identity management.

Installation

Run Command
node dist/scalekit.js

Environment Variables

  • PORT
  • API_BASE_URL
  • SK_API_BASE_URL
  • AUTH_ISSUER
  • AUTH_SERVER_ID
  • AUTH_AUDIENCE
  • SK_ENV_URL
  • SK_CLIENT_ID
  • SK_CLIENT_SECRET

Security Notes

The server uses environment variables for sensitive credentials (API keys, secrets), which is good practice. Input validation is performed using Zod schemas and custom functions for email/URL formats. Authentication is handled by `@scalekit-sdk/node` for token validation, including scope checks for tool calls. Error handling is present with appropriate logging and responses. CORS is configured to allow all origins, which is broad but might be necessary for diverse MCP client environments. The server relies on external Scalekit APIs, so its security is also dependent on the robustness of those services. No 'eval' or obvious malicious patterns were detected.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens100
Stars2
Forks1
Last Update2026-01-19

Tags

MCP ServerIdentity ManagementAuth StackAI AgentsScalekit