Who Am I
byhyprmcp
0Reports authentication information about the current request by decoding the JWT from the Authorization header.
About
The Who Am I project provides a Model Context Protocol (MCP) server designed to reveal details about the current request's authentication. It functions by parsing the Authorization header, extracting the JSON Web Token (JWT), and then reporting specific decoded payload items from that JWT. This utility is particularly useful for developers needing to inspect or debug authentication tokens within their MCP environment, helping them understand the identity and permissions associated with an incoming request.
Key Features
- 0 GitHub stars
- Reports decoded payload items from JWT
- Parses JWT from Authorization header
Use Cases
- Understanding the identity and claims associated with a client request
- Debugging authentication issues in an MCP server environment
- Inspecting the contents of a JWT used in an API request