Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
jwt_decode | Decode a JWT and return its header, payload, and signature (no verification). |
jwt_analyze | Analyze a JWT for common vulnerabilities and issues. |
jwt_bruteforce | Bruteforce the secret for HS256/HS384/HS512 JWTs using a common wordlist or a custom one. |
jwt_generate | Generate a JWT with the given header, payload, algorithm, and key (HS* or RS*). |