-
security-
license-
qualityA Model Context Protocol server that exposes multiple AI tools over SSE transport with JWT-based secure authentication, allowing for dynamic tool registration and session management.
Last updated -
7,475
4
JSON Web Tokens (JWT) is an open standard for securely transmitting information between parties as a JSON object. JWTs are commonly used for authentication and information exchange in web development.
Why this server?
Enables secure authentication for MCP server access through Bearer token flow.
Why this server?
Uses JWT for authentication, securing all API endpoints with bearer token authentication based on RSA keypairs.
Why this server?
Implements JWT-based authentication for securing API endpoints with configurable algorithms and token expiry